<ST_PositiveFixedPercentage> (Positive Fixed Percentage)

This simple type represents a positive fixed percentage in 1000ths of a percent. Range from [0%, 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 0.

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

Referenced By

<alpha@val>5.1.2.2.1); <alphaBiLevel@thresh>5.1.10.1); <alphaRepl@a>5.1.10.8); <biLevel@thresh>5.1.10.11); <cMediaNode@vol>4.6.29); <cTn@accel>4.6.33); <cTn@decel>4.6.33); <gs@pos>5.1.10.36); <reflection@endA>5.1.10.50); <reflection@endPos>5.1.10.50); <reflection@stA>5.1.10.50); <reflection@stPos>5.1.10.50); <restoredLeft@sz>4.3.2.11); <restoredTop@sz>4.3.2.12); <shade@val>5.1.2.2.31); <ST_TLTimeAnimateValueTime>4.8.43); <tint@val>5.1.2.2.34)

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

<simpleType name="ST_PositiveFixedPercentage">
	<restriction base="ST_Percentage">
	<minInclusive value="0"/>
	<maxInclusive value="100000"/>
	</restriction>
</simpleType>