data.DEGREES

360th-unit measure of a circle’s circumference; optionally signed decimal number between -360 and 360.
Module
Used by
These local attributes use data.DEGREES
rendA formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
rotationA positive value for rotation rotates the text in a counter-clockwise fashion, while negative values produce clockwise rotation.
These class-based attributes use data.DEGREES
att.soundLocation/@azimuthThe lateral or left-to-right plane.
att.soundLocation/@elevationThe above-to-below axis.
att.coordinated/@rotate Indicates the amount by which the contents of this element have been rotated clockwise or, if applicable, how the orientation of the element self should be interpreted, with respect to the normal orientation of the parent surface. The orientation is expressed in arc degrees.
These other Data Types reference data.DEGREES
data.ROTATIONRotation.
Declaration
<macroSpec ident="data.DEGREES" module="MEI" type="dt">
<desc xml:lang="en">360th-unit measure of a circle’s circumference; optionally signed decimal number between -360 and 360.</desc>
<content>
<rng:data type="decimal">
<rng:param name="maxInclusive">360.0</rng:param>
<rng:param name="minInclusive">-360.0</rng:param>
</rng:data>
</content>
</macroSpec>