Server User Guides > Survey Tabulation > UNICOM Intelligence Reporter - Survey Tabulation reference > Tables XML schema > SortColumn element
 
SortColumn element
Attributes for SortColumn
ElementRef
Use: optional
Valid values: string
Order
Use: optional
Valid values: Ascending, Descending
XML representation
<xs:element name="SortColumn">
  <xs:attribute name="ElementRef" type="xs:string" use="optional"/>
  <xs:attribute name="Order" type="OrderConstants" use="optional" default="Descending">
    <xs:enumeration value="Ascending"/>
    <xs:enumeration value="Descending"/>
  </xs:attribute>
</xs:element>
Parent elements
Table Element
See also
Tables XML schema