SortRow element
Attributes for SortRow
ElementRef
Use: optional
Valid values: string
Order
Use: optional
Valid values: Ascending, Descending
XML representation
<xs:element name="SortRow">
<xs:attribute name="ElementRef" type="xs:string" use="optional"/>
<xs:attribute default="Descending" name="Order" type="OrderConstants" use="optional">
<xs:enumeration value="Ascending"/>
<xs:enumeration value="Descending"/>
</xs:attribute>
</xs:element>
Parent elements
See also