2.2.4.8 ST_SortDirection

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: CT_Order, CT_AdHocOrder

A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the direction of an ordering.

Value

Meaning

Ascending

The ordering is smallest to largest.

Descending

The ordering is largest to smallest.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_SortDirection">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="Ascending" wbld:cname="Ascending"/>
     <xsd:enumeration value="Descending" wbld:cname="Descending"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).