Skip to content

Commit

Permalink
Merge pull request #2033 from rieschl/relax-index-key-name
Browse files Browse the repository at this point in the history
Allow using all strings for key names in XML mappings
  • Loading branch information
alcaeus authored Jun 13, 2019
2 parents 3dc2c8c + b7d8504 commit a418f46
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 @@ -328,7 +328,7 @@
</xs:complexType>

<xs:complexType name="index-key">
<xs:attribute name="name" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="order" type="xs:NMTOKEN" default="asc" />
</xs:complexType>

Expand Down

0 comments on commit a418f46

Please sign in to comment.