Showing:

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