2.27 SortAttribute

The SortAttribute element specifies a reference to an attribute on which to sort instances of the grandparent Entity element.

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

Parent elements

SortAttributes

Child elements

SortAttribute.AttributeReference

SortAttribute.SortDirection

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

 <xsd:complexType name="SortAttributeType">
   <xsd:all>
     <xsd:element name="AttributeReference" type="AttributeReferenceType" />
     <xsd:element name="SortDirection" type="SortAttributeDirectionEnum" 
 minOccurs="0" />
   </xsd:all>
 </xsd:complexType>