[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
rowHierarchiesUsage (Row OLAP Hierarchy References)
Represents the collection of references to OLAP hierarchies on the row axis of a PivotTable.
[Example:
<sh:rowHierarchiesUsage count="1">
<sh:rowHierarchyUsage hierarchyUsage="9"/>
</sh:rowHierarchiesUsage>
end example]
Parent Elements |
pivotTableDefinition (§3.10.1.73) |
Child Elements |
Subclause |
rowHierarchyUsage (Row OLAP Hierarchies) |
§3.10.1.83 |
Attributes |
Description |
count (Item Count) |
Specifies the number of items in the collection.
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_RowHierarchiesUsage">
<sequence>
<element name="rowHierarchyUsage" minOccurs="1" maxOccurs="unbounded" type="CT_HierarchyUsage"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>