<sort_specification xmlns="http://www.sqlparser.com/xml/ansi2003"> <sort_key>{1,1}</sort_key> <ordering_specification>{0,1}</ordering_specification> <null_ordering>{0,1}</null_ordering> </sort_specification>
<xs:element name="sort_specification"> <xs:complexType> <xs:sequence> <xs:element ref="sort_key"/> <xs:element ref="ordering_specification" minOccurs="0"/> <xs:element ref="null_ordering" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>