Definition Type: Element
Name: data
Namespace: urn:schemas-microsoft-com:rowset
Containing Schema: rowsset.xsd
Abstract
Documentation:
Contains the row elements that hold the data for the cache of a PivotTable view or report.
Collapse XSD Schema Diagram:
Drilldown into row in schema rowsetschema_xsdXSD Diagram of data in schema rowsset_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="data">
    <xsd:annotation>
        <xsd:documentation>Contains the row elements that hold the data for the cache of a PivotTable view or report.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="z:row" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
row z:row (1) unbounded