Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element collection_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_array_type.tmp#array_type ansi2003_xsd_Element_multiset_type.tmp#multiset_type
Properties
content complex
Used by
Element data_type
Model
Children array_type, multiset_type
Instance
<collection_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <array_type>{1,1}</array_type>
  <multiset_type>{1,1}</multiset_type>
</collection_type>
Source
<xs:element name="collection_type">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="array_type"/>
      <xs:element ref="multiset_type"/>
    </xs:choice>
  </xs:complexType>
</xs:element>