[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
colHierarchiesUsage (Column OLAP Hierarchy References)
Represents the collection of references to OLAP hierarchies on the column axis of a PivotTable.
[Example:
<sh:colHierarchiesUsage count="2">
<sh:colHierarchyUsage hierarchyUsage="33"/>
<sh:colHierarchyUsage hierarchyUsage="-2"/>
</sh:colHierarchiesUsage>
end example]
Parent Elements |
pivotTableDefinition (§3.10.1.73) |
Child Elements |
Subclause |
colHierarchyUsage (Column OLAP Hierarchies) |
§3.10.1.16 |
Attributes |
Description |
count (Items 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_ColHierarchiesUsage">
<sequence>
<element name="colHierarchyUsage" minOccurs="1" maxOccurs="unbounded" type="CT_HierarchyUsage"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>