2.8.4.8 ST_StyleEntryModifierEnum

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

This simple type specifies a modifier to use when resolving a CT_StyleEntry (section 2.8.3.7) that alters the properties in the specified way.<105>

Value

Meaning

allowNoFillOverride

The fill properties specified on this CT_StyleEntry can be replaced with no fill instead.

allowNoLineOverride

The line properties specified on this CT_StyleEntry can be replaced with no line instead.

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

 <xsd:simpleType name="ST_StyleEntryModifierEnum">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="allowNoFillOverride"/>
     <xsd:enumeration value="allowNoLineOverride"/>
   </xsd:restriction>
 </xsd:simpleType>

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