2.8.4.10 ST_StyleReferenceModifier
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chartStyle
Referenced by: ST_StyleReferenceModifierList
This simple type specifies a modifier to use when resolving a CT_StyleReference (section 2.8.3.8) which alters the resolved properties in the specified way.<107> The modifier is either a known enumeration or an unknown modifier stored as a string. If it is an unknown modifier, no modification is made.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_StyleReferenceModifier"> <xsd:union memberTypes="ST_StyleReferenceModifierEnum xsd:string"/> </xsd:simpleType>
See section 5.15 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).