<numeric_type xmlns="http://www.sqlparser.com/xml/ansi2003"> <exact_numeric_type>{1,1}</exact_numeric_type> <approximate_numeric_type>{1,1}</approximate_numeric_type> </numeric_type>
<xs:element name="numeric_type"> <xs:complexType> <xs:choice> <xs:element ref="exact_numeric_type"/> <xs:element ref="approximate_numeric_type"/> </xs:choice> </xs:complexType> </xs:element>