2.8.4.1 ST_ColorStyleMethod

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

Referenced by: CT_ColorStyle

This simple type specifies the method for mapping an index for an element in a chart to the total set of colors contained in a CT_ColorStyle.<98> Methods are either the enumerations specified here, or unknown methods which are stored as strings. If an unknown method is specified, it is assumed that the method is an ST_ColorStyleMethodEnum (section 2.8.4.2) with a value of cycle.

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

 <xsd:simpleType name="ST_ColorStyleMethod">
   <xsd:union memberTypes="ST_ColorStyleMethodEnum xsd:string"/>
 </xsd:simpleType>

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