2.8.4.7 ST_StyleEntryModifier

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

Referenced by: ST_StyleEntryModifierList

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.<104> The modifier is either an enumeration or an unknown modifier. If the modifier is unknown, it is assumed to be a string and has no effect.

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

 <xsd:simpleType name="ST_StyleEntryModifier">
   <xsd:union memberTypes="ST_StyleEntryModifierEnum xsd:string"/>
 </xsd:simpleType>

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