att.beatRpt.log

Logical domain attributes.
Module
MEI.cmn
Attributes
beatdef, layer, staff, tstamp, tstamp.ges, tstamp.real, when
beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value of datatype a decimal number matching the pattern "\d+(\.\d+)?" .
layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
staff(recommended)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.
tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a when element elsewhere in the document. Value conforms to data.URI.
beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value of datatype a decimal number matching the pattern "\d+(\.\d+)?" .
(MEI.shared) Attributes that apply to all written events, e.g., note, chord, rest, etc.
(MEI.performance) Temporal alignment attributes.
when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a when element elsewhere in the document. Value conforms to data.URI.
(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(recommended)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.
(MEI.gestural) Attributes that record a performed (as opposed to notated) time stamp.
tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
(MEI.shared) Attributes that record a time stamp in terms of musical time, i.e., beats[.fractional beat part].
tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
Common Music Notation (CMN) repertoire component declarations.
beatdef(optional)Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units. Value of datatype a decimal number matching the pattern "\d+(\.\d+)?" .
Gestural component declarations.
tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
Performance component declarations.
when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a when element elsewhere in the document. Value conforms to data.URI.
Component declarations that are shared between two or more modules.
layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
staff(recommended)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.
tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
Available at
beatRpt(beat repeat) – An indication that material on a preceding beat should be repeated.
beatRpt(beat repeat) – An indication that material on a preceding beat should be repeated.
Declaration
<classSpec ident="att.beatRpt.log" module="MEI.cmn" type="atts">
<desc>Logical domain attributes.</desc>
<classes>
<memberOf key="att.event"/>
</classes>
<attList org="group">
<attDef ident="beatdef" usage="opt">
<desc>Indicates the performed duration represented by the beatRpt symbol; expressed in time signature denominator units.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal">
<rng:param name="pattern">\d+(\.\d+)?</rng:param>
</rng:data>
</datatype>
</attDef>
</attList>
</classSpec>