Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element array_value_constructor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_array_value_constructor_by_enumeration.tmp#array_value_constructor_by_enumeration ansi2003_xsd_Element_array_value_constructor_by_query.tmp#array_value_constructor_by_query
Properties
content complex
Used by
Model
Children array_value_constructor_by_enumeration, array_value_constructor_by_query
Instance
<array_value_constructor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <array_value_constructor_by_enumeration>{1,1}</array_value_constructor_by_enumeration>
  <array_value_constructor_by_query>{1,1}</array_value_constructor_by_query>
</array_value_constructor>
Source
<xs:element name="array_value_constructor">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="array_value_constructor_by_enumeration"/>
      <xs:element ref="array_value_constructor_by_query"/>
    </xs:choice>
  </xs:complexType>
</xs:element>