Showing:

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