TupleItems class
Defines the TupleItems Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:tupleItems.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Excel.TupleItems
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
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 (1) using PivotTable what-if analysis, as specified in section 2.3.1.
Child Elements:
tupleItem: An ST_Xstring element, as specified in [ISO/IEC-29500-1] 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] 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] section 2.1).