You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: rotation-degrees

Simple Type: rotation-degrees

Description

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

Derived By

Restricting xs:decimal

Restrictions
  • The value must be greater than or equal to -180.

  • The value must be less than or equal to 180.

Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301