[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents members for the OLAP sheet data entry, also known as a tuple.
Parent Elements |
e (§3.10.1.27); m (§3.10.1.50); n (§3.10.1.60); query (§3.10.1.75); s (§3.10.1.85); set (§3.10.1.88) |
Child Elements |
Subclause |
tpl (Tuple) |
§3.10.1.92 |
Attributes |
Description |
c (Member Name Count) |
Specifies the number of member names.
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_Tuples">
<sequence>
<element name="tpl" type="CT_Tuple" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="c" type="xsd:unsignedInt" use="optional"/>
</complexType>