2.8.4.12 ST_StyleReferenceModifierList

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

Referenced by: CT_StyleReference, CT_FontReference

This simple type specifies a list of modifiers to use when resolving a CT_StyleReference (section 2.8.3.8) which alters the resolved properties in the specified way.<109> Modifiers are applied in order that they are listed.

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

 <xsd:simpleType name="ST_StyleReferenceModifierList">
   <xsd:list itemType="ST_StyleReferenceModifier"/>
 </xsd:simpleType>

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