att.beatRpt.log

Logical domain attributes.
Module
Attributes
@beatdef, @layer, @staff
@beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value is a decimal number.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
@beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value is a decimal number.
(MEI.shared) Attributes that apply to all written events, e.g., note, chord, rest, etc.
(MEI.shared) Attributes that identify the layer to which a feature applies.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
(MEI.shared) Attributes for identifying the staff associated with the current feature.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
@beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value is a decimal number.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
Available at
<beatRpt>An indication that material on a preceding beat should be repeated.
<beatRpt>An indication that material on a preceding beat should be repeated.
Declaration
<classSpec rend="add" ident="att.beatRpt.log" module="MEI.cmn" type="atts">
<desc xml:lang="en">Logical domain attributes.</desc>
<classes>
<memberOf key="att.event"/>
</classes>
<attList>
<attDef ident="beatdef" usage="opt">
<desc xml:lang="en">Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units.</desc>
<datatype>
<rng:data type="decimal">
<rng:param name="pattern">\d+(\.\d+)?</rng:param>
</rng:data>
</datatype>
</attDef>
</attList>
</classSpec>