The <Item> element contains the details for which attribute to sort the results on.
<OrderList IsAscending="true">
<Item
xsi:type="AttributeRef"
ObjectTypeName="user"
AttributeTypeName="name"
/>
</OrderList>
Attribute values found in the Item using no parameters:
xsi:type |
Attribute or element that the results are sorted by: AttributeRef |
ObjectTypeName |
The name of the object which the sort will be based on. |
AttributeTypeName |
The name of the attribute, belonging to the object type, to sort on. |