[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

tpls (Tuples)

Represents members for the OLAP sheet data entry, also known as a tuple.

Parent Elements

e3.10.1.27); m3.10.1.50); n3.10.1.60); query3.10.1.75); s3.10.1.85); set3.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>