<interval_qualifier xmlns="http://www.sqlparser.com/xml/ansi2003"> <start_to_end_field>{1,1}</start_to_end_field> <single_datetime_field>{1,1}</single_datetime_field> </interval_qualifier>
<xs:element name="interval_qualifier"> <xs:complexType> <xs:choice> <xs:element name="start_to_end_field"> <xs:complexType> <xs:sequence> <xs:element ref="start_field"/> <xs:element ref="kw_to"/> <xs:element ref="end_field"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="single_datetime_field"/> </xs:choice> </xs:complexType> </xs:element>
<start_to_end_field xmlns="http://www.sqlparser.com/xml/ansi2003"> <start_field>{1,1}</start_field> <kw_to>{1,1}</kw_to> <end_field>{1,1}</end_field> </start_to_end_field>
<xs:element name="start_to_end_field"> <xs:complexType> <xs:sequence> <xs:element ref="start_field"/> <xs:element ref="kw_to"/> <xs:element ref="end_field"/> </xs:sequence> </xs:complexType> </xs:element>