att.timestamp.performed

Attributes that record a performed (as opposed to notated) time stamp.
Module MEI.shared
Members
Attributes
@tstamp.ges(optional)Captures performed onset time in several forms; that is, ppq (MIDI clicks and MusicXML 'divisions'), Humdrum **recip values, beats, seconds, or mensural duration values. Value conforms to data.DURATION.gestural. att.timestamp.performed
@tstamp.real(optional)Used to record the onset time in terms of ISO time. Value conforms to data.ISOTIME. att.timestamp.performed
Declaration
<attDef ident="tstamp.ges" usage="opt">
<desc>Captures performed onset time in several forms; that is, ppq (MIDI clicks and MusicXML 'divisions'), Humdrum **recip values, beats, seconds, or mensural duration values.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DURATION.gestural" />
</datatype>
</attDef>
<attDef ident="tstamp.real" usage="opt">
<desc>Used to record the onset time in terms of ISO time.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISOTIME" />
</datatype>
</attDef>