3.1.4.2.3.6 t:FieldOrderType Complex Type
The FieldOrderType complex type specifies a single field by which to sort results and specifies the direction of the sort.
-
<xs:complexType name="FieldOrderType"> <xs:sequence> <xs:element ref="t:Path" /> </xs:sequence> <xs:attribute name="Order" type="t:SortDirectionType" use="required" /> </xs:complexType>
The following table lists the child element of the FieldOrderType complex type.
Element |
Type |
Description |
---|---|---|
Path |
t:Path ([MS-OXWSCDATA] section 2.2.3.8) |
Specifies the URI that describes the field by which the results are sorted. |
The following table lists the attribute that is defined for the FieldOrderType complex type.
Attribute |
Type |
Description |
---|---|---|
Order |
t:SortDirectionType (section 3.1.4.2.4.2) |
Specifies the direction of the sort. This attribute MUST be specified. |