<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 |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Angle">
<restriction base="xsd:int"/>
</simpleType>