[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_PositivePercentage (Positive Percentage)

This simple type represents a positive percentage in 1000ths of a percent. Range from [0%, inf).

This simple type's contents are a restriction of the ST_Percentage simple type (§5.1.12.41).

This simple type also specifies the following restrictions:

This simple type has a minimum value of greater than or equal to 0.

Referenced By

alphaMod@val5.1.2.2.2); alphaModFix@amt5.1.10.6); camera@zoom5.1.7.5); ds@d5.1.10.22); ds@sp5.1.10.22); hueMod@val5.1.2.2.15); miter@lim5.1.10.43); tmPct@val4.6.83)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PositivePercentage">

   <restriction base="ST_Percentage">

   <minInclusive value="0"/>

   </restriction>

</simpleType>