3.2.2.1.1 col (Column)

This element represents a single column mapping in the sort map.

Parent Elements

colSortMap3.2.2.1.2, colSortMap)

Attributes

Description

newVal (New Value)

Specifies the zero-based index of the column or row that contains data after a sort operation.

In the context of a row element, the value of this attribute shall be less than 1048576.

In the context of a col element, the value of this attribute shall be less than 16384.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

oldVal (Old Value)

Specifies the zero-based index of the column or row that contains data before a sort operation.

In the context of a row element, the value of this attribute shall be less than 1048576.

In the context of a col element, the value of this attribute shall be less than 16384.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_SortMapItem">
   <attribute name="newVal" type="xsd:unsignedInt" use="required"/>
   <attribute name="oldVal" type="xsd:unsignedInt" use="required"/>
 </complexType>