2.6.3.2 CT_CategoryFilterExceptions

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

Referenced by: categoryFilterExceptions

CT_CategoryFilteredExceptions is a complex type that contains one or more entries of type CT_CategoryFilterException.<70> Each entry specifies special formatting properties associated with a single data point in a chart series ([ISO/IEC29500-1:2016] section 21.2), that has been filtered out.

Child Elements:

categoryFilterException: It is a CT_CategoryFilterException element that specifies special formatting properties associated with a single data point in a chart series ([ISO/IEC29500-1:2016] section 21.2), which has been filtered out.

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

 <xsd:complexType name="CT_CategoryFilterExceptions">
   <xsd:sequence>
     <xsd:element name="categoryFilterException" type="CT_CategoryFilterException" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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