<set_descriptor_information xmlns="http://www.sqlparser.com/xml/ansi2003"> <set_header_information_list>{1,1}</set_header_information_list> <set_item_information_clause>{1,1}</set_item_information_clause> </set_descriptor_information>
<xs:element name="set_descriptor_information"> <xs:complexType> <xs:choice> <xs:element name="set_header_information_list"> <xs:complexType> <xs:sequence> <xs:element ref="set_header_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="set_item_information_clause"> <xs:complexType> <xs:sequence> <xs:element ref="kw_value"/> <xs:element ref="item_number"/> <xs:element ref="set_item_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<set_header_information_list xmlns="http://www.sqlparser.com/xml/ansi2003"> <set_header_information>{1,unbounded}</set_header_information> </set_header_information_list>
<xs:element name="set_header_information_list"> <xs:complexType> <xs:sequence> <xs:element ref="set_header_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
<set_item_information_clause xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_value>{1,1}</kw_value> <item_number>{1,1}</item_number> <set_item_information>{1,unbounded}</set_item_information> </set_item_information_clause>
<xs:element name="set_item_information_clause"> <xs:complexType> <xs:sequence> <xs:element ref="kw_value"/> <xs:element ref="item_number"/> <xs:element ref="set_item_information" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>