<drop_domain_constraint_definition xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_drop>{1,1}</kw_drop> <kw_constraint>{1,1}</kw_constraint> <constraint_name>{1,1}</constraint_name> </drop_domain_constraint_definition>
<xs:element name="drop_domain_constraint_definition"> <xs:complexType> <xs:sequence> <xs:element ref="kw_drop"/> <xs:element ref="kw_constraint"/> <xs:element ref="constraint_name"/> </xs:sequence> </xs:complexType> </xs:element>