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