1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Merge pull request #306 from r1pp3rj4ck/patch-1

Fixed fetch mapping in xsd
This commit is contained in:
Alexander 2012-03-16 09:02:56 -07:00
commit 1b2b831feb

View File

@ -177,7 +177,7 @@
<xs:restriction base="xs:token">
<xs:enumeration value="EAGER"/>
<xs:enumeration value="LAZY"/>
<xs:enumeration value="EXTRALAZY"/>
<xs:enumeration value="EXTRA_LAZY"/>
</xs:restriction>
</xs:simpleType>