The rotation-degrees type specifies rotation, pan, and elevation values in degrees. Values range from -180 to 180. |
Attributes | sound/@elevation, sound/@pan, text-rotation/@rotation |
Elements | midi-instrument/elevation, midi-instrument/pan |
<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> |