2.6.127 CT_CachedUniqueName

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_CachedUniqueNames

A complex type that specifies the MDX unique name for a PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache item.

Attributes:

index: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies an index of the PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache item in this PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache field. MUST be less than count attributes of the CT_Items ([ISO/IEC29500-4:2016] section A.2) element specified by the ancestor CT_CacheField ([ISO/IEC29500-4:2016] section A.2) element. MUST be unique within parent CT_CachedUniqueNames (section 2.6.126) collection.

name:  An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the MDX unique name. MUST be less than or equal to 65,535 characters in length.

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

 <xsd:complexType name="CT_CachedUniqueName">
   <xsd:attribute name="index" use="required" type="xsd:unsignedInt"/>
   <xsd:attribute name="name" use="required" type="x:ST_Xstring"/>
 </xsd:complexType>

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