1
0
mirror of synced 2024-12-05 03:06:05 +03:00

fixed wrong on-delete XML Schema mapping

This commit is contained in:
Alan Bem 2011-09-20 11:10:59 +02:00
parent 2ae3bb6e3a
commit 90725fa529

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>