<ST_Angle> (Angle)

This simple type represents an angle in 60,000ths of a degree. Positive angles are clockwise (i.e., towards the positive y axis); negative angles are counter-clockwise (i.e., towards the negative y axis).

This simple type's contents are a restriction of the XML Schema int datatype.

Referenced By

<animMotion@rAng>4.6.4); <animRot@by>4.6.5); <animRot@from>4.6.5); <animRot@to>4.6.5); <bodyPr@rot>5.1.5.1.1); <hsl@h>4.6.46); <hueOff@val>5.1.2.2.16); <ST_AdjAngle>5.1.12.1); <ST_FixedAngle>5.1.12.21); <ST_FOVAngle>5.1.12.24); <ST_PositiveFixedAngle>5.1.12.44); <xfrm@rot>4.4.1.49); <xfrm@rot>5.1.9.6); <xfrm@rot>5.6.2.35); <xfrm@rot>5.8.2.28); <xfrm@rot>5.1.9.5)

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

<simpleType name="ST_Angle">
	<restriction base="xsd:int"/>
</simpleType>