<drop_assertion_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_drop>{1,1}</kw_drop> <kw_assertion>{1,1}</kw_assertion> <constraint_name>{1,1}</constraint_name> <drop_behavior>{0,1}</drop_behavior> </drop_assertion_statement>
<xs:element name="drop_assertion_statement"> <xs:complexType> <xs:sequence> <xs:element ref="kw_drop"/> <xs:element ref="kw_assertion"/> <xs:element ref="constraint_name"/> <xs:element ref="drop_behavior" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>