<collection_type xmlns="http://www.sqlparser.com/xml/ansi2003"> <array_type>{1,1}</array_type> <multiset_type>{1,1}</multiset_type> </collection_type>
<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>