<fieldUsage>
(PivotCache Field Id)
Represents a cache field used in this hierarchy.
example:
<fieldUsage x="-1"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the index of a field. The possible values for this attribute are defined by the XML Schema int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FieldUsage">
<attribute name="x" use="required" type="xsd:int"/>
</complexType>