Skip to content

Commit

Permalink
Merge pull request #2068 from rieschl/fix-invalid-xml-element-type
Browse files Browse the repository at this point in the history
fix an error in the XML schema
  • Loading branch information
malarzm authored Sep 26, 2019
2 parents acfc6db + 85b8a06 commit f02ec0f
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 f02ec0f

Please sign in to comment.