Tree Schema Definition Reference

Field

This element orders the resulting data elements by the given field ascending or descending.

It has the following attributes:

  • FieldName
  • Direction

FieldName

The name of the field used to order data elements by. Required.

Direction

The order to sort data elements by. Optional. Defaults to “ascending”.

Two values are possible:

  • ascending
  • descending