2.3.4.2 ST_ArtisticEffectParam100

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

Referenced by: CT_PictureEffectBlur, CT_PictureEffectCement, CT_PictureEffectCrisscrossEtching, CT_PictureEffectFilmGrain, CT_PictureEffectGlass, CT_PictureEffectLineDrawing, CT_PictureEffectMarker, CT_PictureEffectMosiaicBubbles, CT_PictureEffectPastelsSmooth, CT_PictureEffectPencilGrayscale, CT_PictureEffectPencilSketch, CT_PictureEffectTexturizer

A simple type that specifies a parameter value for an artistic picture effect in the range from zero through 100.

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

 <xsd:simpleType name="ST_ArtisticEffectParam100">
   <xsd:restriction base="xsd:int">
     <xsd:minInclusive value="0"/>
     <xsd:maxInclusive value="100"/>
   </xsd:restriction>
 </xsd:simpleType>

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