2.6.126 CT_CachedUniqueNames

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

Referenced by: cachedUniqueNames

A complex type that specifies the MDX unique names for PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache items in this PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache field. MUST NOT exist if the model attribute of CT_Connection element of connection ([ISO/IEC29500-1:2016] section 18.13.1) associated with this PivotTable ([ISO/IEC29500-1:2016] section 18.10) pivot cache is not equal to "true".

Child Elements:

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

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

 <xsd:complexType name="CT_CachedUniqueNames">
   <xsd:sequence>
     <xsd:element name="cachedUniqueName" minOccurs="1" maxOccurs="unbounded" type="CT_CachedUniqueName"/>
   </xsd:sequence>
 </xsd:complexType>

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