2.22.3.9 CT_NumFilteredLiteralCache

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

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

Child Elements:

numCache: A CT_NumData ([ISO/IEC29500-1:2016] section A.5.1) element<207> that specifies a cached data value 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_NumFilteredLiteralCache">
   <xsd:sequence>
     <xsd:element name="numCache" type="c:CT_NumData" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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