[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_RotY (Y Rotation)

This simple type specifies that its contents will contain an integer between 0 and 360, whose contents are an angle in degrees.

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

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

Referenced By

rotY@val5.7.2.159)

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

<simpleType name="ST_RotY">

   <restriction base="xsd:unsignedShort">

   <minInclusive value="0"/>

   <maxInclusive value="360"/>

   </restriction>

</simpleType>