2.2.3.6 CT_AdHocOrder

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

Referenced by: CT_AdHocOrdering

Specifies one column (1) to order.

Attributes:

Direction : An ST_SortDirection attribute that specifies the direction of the order.

Name : An ST_LongString attribute that specifies the column (1) to which the order is applied.

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

 <xsd:complexType name="CT_AdHocOrder">
   <xsd:attribute name="Name" type="ST_LongString" use="required" wbld:cname="Name"/>
   <xsd:attribute name="Direction" type="ST_SortDirection" default="Ascending" wbld:cname="Direction" use="optional"/>
 </xsd:complexType>

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