[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents an OLAP sheet data entry member.
Parent Elements |
sortByTuple (§3.10.1.91); tpls (§3.10.1.93) |
Attributes |
Description |
fld (Field Index) |
Specifies the index of the field to which the member belongs.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
hier (Hierarchy Index) |
Specified the index of the hierarchy to which the member belongs.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
item (Item Index) |
Specifies the index of the item in the field that represents this item.
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_Tuple">
<attribute name="fld" type="xsd:unsignedInt"/>
<attribute name="hier" type="xsd:unsignedInt"/>
<attribute name="item" type="xsd:unsignedInt" use="required"/>
</complexType>