2.4.2 ST_Rotate

Referenced by: CT_Alignment

Angle of rotation in degrees.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_Rotate">
   <xs:restriction base="xs:int">
     <xs:minInclusive value="-90"/>
     <xs:maxInclusive value="90"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).