<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>
<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>