[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the cache of OLAP sheet data members, or tuples.
|
Parent Elements |
|
pivotCacheDefinition (§3.10.1.67) |
|
Child Elements |
Subclause |
|
entries (Entries) |
§3.10.1.28 |
|
extLst (Future Feature Data Storage Area) |
§3.2.10 |
|
queryCache (OLAP Query Cache) |
§3.10.1.76 |
|
serverFormats (Server Formats) |
§3.10.1.87 |
|
sets (Sets) |
§3.10.1.89 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TupleCache">
<sequence>
<element name="entries" minOccurs="0" type="CT_PCDSDTCEntries"/>
<element name="sets" minOccurs="0" type="CT_Sets"/>
<element name="queryCache" minOccurs="0" type="CT_QueryCache"/>
<element name="serverFormats" minOccurs="0" maxOccurs="1" type="CT_ServerFormats"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
</complexType>