<fieldsUsage>
(Fields Usage)
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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>