Showing:

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