<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>