[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@val (§5.1.2.2.3); hsl@l (§4.6.46); hsl@lum (§5.1.10.39); hsl@s (§4.6.46); hsl@sat (§5.1.10.39); lum@bright (§5.1.10.42); lum@contrast (§5.1.10.42); rgb@b (§4.6.63); rgb@g (§4.6.63); rgb@r (§4.6.63); tint@amt (§5.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>