Definition Type Element
Name data
Namespace urn:schemas-microsoft-com:rowset
Abstract False
Documentation Contains the row elements that hold the data for the cache of a PivotTable view or report.
XSD Schema rowsset.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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 maxOccurs="unbounded" ref="z:row"/>
    </xsd:sequence>

  </xsd:complexType>

</xsd:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
data
    rs:data
References
rs:data
Generated using Liquid XML Studio by Liquid Technologies Ltd