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