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
<rend>A 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.
Declaration
<macroSpec rend="add" 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>