Showing:

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