<drop_attribute_definition xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_drop>{1,1}</kw_drop> <kw_attribute>{1,1}</kw_attribute> <attribute_name>{1,1}</attribute_name> <kw_restrict>{1,1}</kw_restrict> </drop_attribute_definition>
<xs:element name="drop_attribute_definition"> <xs:complexType> <xs:sequence> <xs:element ref="kw_drop"/> <xs:element ref="kw_attribute"/> <xs:element ref="attribute_name"/> <xs:element ref="kw_restrict"/> </xs:sequence> </xs:complexType> </xs:element>