Skip to content

Commit

Permalink
fix an error in the XML schema which causes XmlDriver::validateSchema…
Browse files Browse the repository at this point in the history
… to fail
  • Loading branch information
rieschl committed Sep 26, 2019
1 parent acfc6db commit 30bf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine-mongo-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@

<xs:complexType name="read-preference-tag-set">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tag" type="read-preference-tag" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="tag" type="odm:read-preference-tag" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>

Expand Down

0 comments on commit 30bf6c1

Please sign in to comment.