2.6.43 CT_TupleItems

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_PivotEdit, CT_PivotChange

A complex type that specifies the MDX unique names that identify the value in the OLAP data source using PivotTable what-if analysis, as specified in section 2.3.1.

Child Elements:

tupleItem: An ST_Xstring element, as specified in [ISO/IEC29500-1:2016] section 22.9.2.19, that specifies an MDX unique name. The number of these elements MUST be greater than zero and MUST be less than 2^31. The length of each ST_Xstring MUST be greater than zero and MUST be less than or equal to 65,535 characters.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_TupleItems">
   <xsd:sequence>
     <xsd:element name="tupleItem" type="x:ST_Xstring" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).