2.26 SortAttributes

The SortAttributes element specifies a collection of references to attributes on which to sort instances of the parent Entity element.

The SortAttributes element specifies a collection of SortAttribute elements. The SortAttributes element MUST contain at least one SortAttributes.SortAttribute element and can contain more.

The following are the parent and child elements of the SortAttributes element.

Parent elements

Entity

Child elements

SortAttributes.SortAttribute

The following is the XML Schema definition of the SortAttributes element.

 <xsd:complexType name="SortAttributesType">
   <xsd:sequence>
     <xsd:element name="SortAttribute" type="SortAttributeType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>