att.staffloc.pitched

Attributes that identify location on a staff in terms of pitch and octave.
Module MEI.shared
Members
att.accid.vis.mensural (no elements directly inheriting from this class)
att.dot.vis.mensural (no elements directly inheriting from this class)
Attributes
@oloc(optional)Records staff location in terms of written octave. Value conforms to data.OCTAVE. att.staffloc.pitched
@ploc(optional)Captures staff location in terms of written pitch name. Value conforms to data.PITCHNAME. att.staffloc.pitched
Declaration
<attDef ident="ploc" usage="opt">
<desc>Captures staff location in terms of written pitch name.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PITCHNAME" />
</datatype>
</attDef>
<attDef ident="oloc" usage="opt">
<desc>Records staff location in terms of written octave.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE" />
</datatype>
</attDef>