rotation-degrees

The rotation-degrees type specifies rotation, pan, and elevation values in degrees. Values range from -180 to 180.

Simple Type Information

Used By

Source

<xs:simpleType name="rotation-degrees">
  <xs:annotation>
    <xs:documentation>The rotation-degrees type specifies rotation, pan, and elevation values in degrees. Values range from -180 to 180.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="-180"/>
    <xs:maxInclusive value="180"/>
  </xs:restriction>
</xs:simpleType>