[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_FixedPercentage (Fixed Percentage)

This simple type represents a fixed percentage in 1000ths of a percent. Range from [-100%, 100%].

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 -100000.

This simple type has a maximum value of less than or equal to 100000.

Referenced By

alphaOff@val5.1.2.2.3); hsl@l4.6.46); hsl@lum5.1.10.39); hsl@s4.6.46); hsl@sat5.1.10.39); lum@bright5.1.10.42); lum@contrast5.1.10.42); rgb@b4.6.63); rgb@g4.6.63); rgb@r4.6.63); tint@amt5.1.10.60)

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

<simpleType name="ST_FixedPercentage">

   <restriction base="ST_Percentage">

   <minInclusive value="-100000"/>

   <maxInclusive value="100000"/>

   </restriction>

</simpleType>