1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Merge pull request #128 from alanbem/xml-schema-on-delete-fix

fixed wrong on-delete XML Schema mapping
This commit is contained in:
Benjamin Eberlei 2011-10-15 11:09:55 -07:00
commit 46541755ca

View File

@ -150,7 +150,7 @@
<xs:restriction base="xs:token">
<xs:enumeration value="CASCADE"/>
<xs:enumeration value="RESTRICT"/>
<xs:enumeration value="SET_NULL"/>
<xs:enumeration value="SET NULL"/>
</xs:restriction>
</xs:simpleType>