2.2.3.7 CT_AdHocOrdering

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

Referenced by: Ordering

Container type that MUST contain one or more Order elements.

Child Elements:

Order : A CT_AdHocOrder element that specifies one column (1) to order.

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

 <xsd:complexType name="CT_AdHocOrdering">
   <xsd:sequence>
     <xsd:element name="Order" maxOccurs="255" wbld:cname="Order" type="CT_AdHocOrder"/>
   </xsd:sequence>
 </xsd:complexType>

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