2.22.3.11 CT_StrFilteredLiteralCache

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

A complex type<210> that specifies a cached data string for charts with literal data (the data contains no references) that have categories filtered out.

Child Elements:

strCache: A CT_StrData ([ISO/IEC29500-1:2016] section A.5.1) element<211> that specifies a cached data string for a filtered data point 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_StrFilteredLiteralCache">
   <xsd:sequence>
     <xsd:element name="strCache" type="c:CT_StrData" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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