2.22.3.3 CT_CategoryFilterExceptions

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

Referenced by: categoryFilterExceptions

A complex type<192> that specifies exception data points for a filtered category in a series.

Child Elements:

categoryFilterException: A CT_CategoryFilterException element<193> that specifies one exception data point for a filtered category in a series.

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.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).