Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element get_header_information
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_simple_target_specification_1.tmp#simple_target_specification_1 ansi2003_xsd_Element_equals_operator.tmp#equals_operator ansi2003_xsd_Element_header_item_name.tmp#header_item_name
Properties
content complex
Used by
Model
Children equals_operator, header_item_name, simple_target_specification_1
Instance
<get_header_information xmlns="http://www.sqlparser.com/xml/ansi2003">
  <simple_target_specification_1>{1,1}</simple_target_specification_1>
  <equals_operator>{1,1}</equals_operator>
  <header_item_name>{1,1}</header_item_name>
</get_header_information>
Source
<xs:element name="get_header_information">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="simple_target_specification_1"/>
      <xs:element ref="equals_operator"/>
      <xs:element ref="header_item_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>