Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element get_descriptor_information
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_get_descriptor_information.tmp#get_descriptor_information_get_header_information_list ansi2003_xsd_Element_get_descriptor_information.tmp#get_descriptor_information_get_item_information_clause
Properties
content complex
Used by
Model
Children get_header_information_list, get_item_information_clause
Instance
<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>
Source
<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>
Element get_descriptor_information / get_header_information_list
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_get_header_information.tmp#get_header_information
Properties
content complex
Model
Children get_header_information
Instance
<get_header_information_list xmlns="http://www.sqlparser.com/xml/ansi2003">
  <get_header_information>{1,unbounded}</get_header_information>
</get_header_information_list>
Source
<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>
Element get_descriptor_information / get_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_get_item_information.tmp#get_item_information
Properties
content complex
Model
Children get_item_information, item_number, kw_value
Instance
<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>
Source
<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>