2.2.4.7 ST_SortDirection
Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application
Referenced by: Direction, CT_PropertyRefIndex, CT_Order, CT_OrderExpression, CT_AdHocOrder
A string ([XMLSCHEMA2] section 3.2.1) that specifies the direction of an order. MUST be one of the following values.
Value |
Meaning |
---|---|
Ascending |
|
Descending |
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.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).