<attribute_definition xmlns="http://www.sqlparser.com/xml/ansi2003"> <attribute_name>{1,1}</attribute_name> <data_type>{1,1}</data_type> <attribute_default>{0,1}</attribute_default> <collate_clause>{0,1}</collate_clause> </attribute_definition>
<xs:element name="attribute_definition"> <xs:complexType> <xs:sequence> <xs:element ref="attribute_name"/> <xs:element ref="data_type"/> <xs:element ref="attribute_default" minOccurs="0"/> <xs:element ref="collate_clause" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>