[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the fields in the cache that are being used by this hierarchy.
[Example:
<fieldsUsage count="6">
<fieldUsage x="-1"/>
<fieldUsage x="2"/>
<fieldUsage x="3"/>
<fieldUsage x="4"/>
<fieldUsage x="5"/>
<fieldUsage x="6"/>
</fieldsUsage>
end example]
Parent Elements |
cacheHierarchy (§3.10.1.6) |
Child Elements |
Subclause |
fieldUsage (PivotCache Field Id) |
§3.10.1.32 |
Attributes |
Description |
count (Field Count) |
Specifies the number of fields that are being used by this hierarchy.
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_FieldsUsage">
<sequence>
<element name="fieldUsage" minOccurs="0" maxOccurs="unbounded" type="CT_FieldUsage"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>