<get_descriptor_information xmlns="http://www.sqlparser.com/xml/ansi2003"> <get_header_information_list>{1,1}</get_header_information_list> <get_item_information_clause>{1,1}</get_item_information_clause> </get_descriptor_information>
<xs:element name="get_descriptor_information"> <xs:complexType> <xs:choice> <xs:element name="get_header_information_list"> <xs:complexType> <xs:sequence> <xs:element ref="get_header_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="get_item_information_clause"> <xs:complexType> <xs:sequence> <xs:element ref="kw_value"/> <xs:element ref="item_number"/> <xs:element ref="get_item_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<get_header_information_list xmlns="http://www.sqlparser.com/xml/ansi2003"> <get_header_information>{1,unbounded}</get_header_information> </get_header_information_list>
<xs:element name="get_header_information_list"> <xs:complexType> <xs:sequence> <xs:element ref="get_header_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
<get_item_information_clause xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_value>{1,1}</kw_value> <item_number>{1,1}</item_number> <get_item_information>{1,unbounded}</get_item_information> </get_item_information_clause>
<xs:element name="get_item_information_clause"> <xs:complexType> <xs:sequence> <xs:element ref="kw_value"/> <xs:element ref="item_number"/> <xs:element ref="get_item_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>