[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the collection of OLAP sheet data entries.
Parent Elements |
tupleCache (§3.10.1.94) |
Child Elements |
Subclause |
e (Error Value) |
§3.10.1.27 |
m (No Value) |
§3.10.1.50 |
n (Numeric) |
§3.10.1.60 |
s (Character Value) |
§3.10.1.85 |
Attributes |
Description |
count (Tuple Count) |
Specifies the number of tuple entries.
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_PCDSDTCEntries">
<choice maxOccurs="unbounded">
<element name="m" type="CT_Missing"/>
<element name="n" type="CT_Number"/>
<element name="e" type="CT_Error"/>
<element name="s" type="CT_String"/>
</choice>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>