att.octavedisplacement

Attributes describing the amount and direction of octave displacement.
Module MEI.shared
Members
Attributes
@dis(optional)Records the amount of octave displacement. Value conforms to data.OCTAVE.DIS. att.octavedisplacement
@dis.place(optional)Records the direction of octave displacement. Value conforms to data.PLACE. att.octavedisplacement
Declaration
<attDef ident="dis" usage="opt">
<desc>Records the amount of octave displacement.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE.DIS" />
</datatype>
</attDef>
<attDef ident="dis.place" usage="opt">
<desc>Records the direction of octave displacement.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PLACE" />
</datatype>
</attDef>