3.1.4.2.4.2 t:SortDirectionType Simple Type

The SortDirectionType simple type specifies the ordering options for the groups in the grouped item array that is returned in the response.

 <xs:simpleType name="SortDirectionType">
   <xs:restriction base="xs:string">
     <xs:enumeration
       value="Ascending"
      />
     <xs:enumeration
       value="Descending"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the SortDirectionType simple type.

Value

Meaning

Ascending

Specifies that the items are sorted in ascending order.

Descending

Specifies that the items are sorted in descending order.