<tpl>
(Tuple)
Represents an OLAP sheet data entry member.
Attributes |
Description |
---|---|
|
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. |
|
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. |
|
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>