Server User Guides > Survey Tabulation > UNICOM Intelligence Reporter - Survey Tabulation reference > Table document XML schema > SortRow element
 
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
Default element
Table element
See also
Table document XML schema