Merge pull request #128 from alanbem/xml-schema-on-delete-fix
fixed wrong on-delete XML Schema mapping
This commit is contained in:
commit
46541755ca
@ -150,7 +150,7 @@
|
|||||||
<xs:restriction base="xs:token">
|
<xs:restriction base="xs:token">
|
||||||
<xs:enumeration value="CASCADE"/>
|
<xs:enumeration value="CASCADE"/>
|
||||||
<xs:enumeration value="RESTRICT"/>
|
<xs:enumeration value="RESTRICT"/>
|
||||||
<xs:enumeration value="SET_NULL"/>
|
<xs:enumeration value="SET NULL"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user