Definition Type: Attribute
Name: name
Namespace: urn:schemas-microsoft-com:rowset
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rowsset.xsd
Documentation:
Specifies the name of a column in a row so data can be associate with a particular cell in a PivotTable view or report.
Collapse XSD Schema Diagram:
XSD Diagram of name in schema rowsset_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="name" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>Specifies the name of a column in a row so data can be associate with a particular cell in a PivotTable view or report.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>