2.22.3.8 CT_MultiLvlStrFilteredLiteralCache

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chart

A complex type<204> that specifies a cached hierarchical data string for category labels of filtered data points in the chart. This type is stored for charts with literal data (the data contains no references) that have categories filtered out.

Child Elements:

multiLvlStrCache: A CT_MultiLvlStrData ([ISO/IEC29500-1:2016] section A.5.1) element<205> that specifies a cached hierarchical data string for category labels of filtered data points in the chart.

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

 <xsd:complexType name="CT_MultiLvlStrFilteredLiteralCache">
   <xsd:sequence>
     <xsd:element name="multiLvlStrCache" type="c:CT_MultiLvlStrData" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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