<calculatedItems>
(Calculated Items)
Represents the collection of calculated items.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of calculated item formulas in the cache. 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_CalculatedItems">
<sequence>
<element name="calculatedItem" maxOccurs="unbounded" type="CT_CalculatedItem"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>