2.3.4.7 ST_SaturationAmount

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

Referenced by: CT_PictureEffectSaturation

A simple type that specifies the amount of saturation in the range from zero percent through 400 percent, in one-thousandths of a percent. For more details, see [ISO/IEC29500-1:2016] section 20.1.10.40.

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

 <xsd:simpleType name="ST_SaturationAmount">
   <xsd:restriction base="a:ST_Percentage">
     <xsd:minInclusive value="0"/>
     <xsd:maxInclusive value="400000"/>
   </xsd:restriction>
 </xsd:simpleType>

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