2.24.3.27 CT_FormatOverrides

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

Referenced by: CT_ChartSpace

A complex type<339> that specifies a set of format overrides of a chart’s style format.

Child Elements:

fmtOvr: A CT_FormatOverride element<340> that specifies an override of a chart’s style format.

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

 <xsd:complexType name="CT_FormatOverrides">
   <xsd:sequence>
     <xsd:element name="fmtOvr" type="CT_FormatOverride" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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