Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element target_array_element_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_target_array_reference.tmp#target_array_reference ansi2003_xsd_Element_simple_value_specification.tmp#simple_value_specification
Properties
content complex
Used by
Model
Children simple_value_specification, target_array_reference
Instance
<target_array_element_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <target_array_reference>{1,1}</target_array_reference>
  <simple_value_specification>{1,1}</simple_value_specification>
</target_array_element_specification>
Source
<xs:element name="target_array_element_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="target_array_reference"/>
      <xs:element ref="simple_value_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>