Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element set_descriptor_information
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_set_descriptor_information.tmp#set_descriptor_information_set_header_information_list ansi2003_xsd_Element_set_descriptor_information.tmp#set_descriptor_information_set_item_information_clause
Properties
content complex
Used by
Model
Children set_header_information_list, set_item_information_clause
Instance
<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>
Source
<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>
Element set_descriptor_information / set_header_information_list
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_set_header_information.tmp#set_header_information
Properties
content complex
Model
Children set_header_information
Instance
<set_header_information_list xmlns="http://www.sqlparser.com/xml/ansi2003">
  <set_header_information>{1,unbounded}</set_header_information>
</set_header_information_list>
Source
<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>
Element set_descriptor_information / set_item_information_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_value.tmp#kw_value ansi2003_xsd_Element_item_number.tmp#item_number ansi2003_xsd_Element_set_item_information.tmp#set_item_information
Properties
content complex
Model
Children item_number, kw_value, set_item_information
Instance
<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>
Source
<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>