2.3.4.5 ST_ColorTemperature

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: CT_PictureEffectColorTemperature

A simple type that specifies a color temperature value in the range from 1500 through 11500.

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

 <xsd:simpleType name="ST_ColorTemperature">
   <xsd:restriction base="xsd:int">
     <xsd:minInclusive value="1500"/>
     <xsd:maxInclusive value="11500"/>
   </xsd:restriction>
 </xsd:simpleType>

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