Specifies the values of columns in a record of a PivotTable cache, the row number of data in another workbook, or the row index of a row page break.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| ColumnName | xsd:string | optional | Contains the data corresponding to a column in the table of the source database (for the cache of a PivotTable view or report). | See external namespace. | 
      
<xsd:complexType name="RowType" >
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attribute name="ColumnName" type="xsd:string" use="optional">
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>