2.24.4.23 ST_ValueColorPositionCount

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_ValueColorPositions

A simple type<605> that specifies the number of color stops composing a gradient for representing data values as color

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

 <xsd:simpleType name="ST_ValueColorPositionCount">
   <xsd:restriction base="xsd:int">
     <xsd:minInclusive value="2"/>
     <xsd:maxInclusive value="3"/>
   </xsd:restriction>
 </xsd:simpleType>

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