att.alignment

Temporal alignment attributes.
Attributes
@when
@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.
@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.
@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.
Available at
<annot>Provides a statement explaining the text or indicating the basis for an assertion.
<sp>Contains an individual speech in a performance text.
<stageDir>Contains any kind of stage direction within a dramatic text or fragment.
<cpMark>A verbal or graphical indication to copy musical material written elsewhere.
<metaMark>A graphical or textual statement with additional / explanatory information about the musical text. The textual consequences of this intervention are encoded independently via other means; that is, with elements such as <add>, <del>, etc.
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
<accid>Records a temporary alteration to the pitch of a note.
<artic>An indication of how to play a note or chord.
<dir>An instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like <tempo>, <dynam> or repeatMark [not available in this MEI customization].
<dot>Dot of augmentation or division.
<dynam>Indication of the volume of a note, phrase, or section of music.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
<phrase>Indication of 1) a "unified melodic idea" or 2) performance technique.
<tempo>Text and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
<line>A visual line that cannot be represented by a more specific; i.e., semantic, element.
<mdiv>Contains a subdivision of the body of a musical text.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
<clefGrp>A set of simultaneously-occurring clefs.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<pad>An indication of extra visual space between notational elements.
<rest>A non-sounding event found in the source being transcribed.
<space>A placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
<tabGrp>A group of simultaneous tab notes, comparable to a <chord> in CMN. Rarely, may also contain rests, as in some "German" lute tablatures.
<pb>An empty formatting element that forces text to begin on a new page.
<sb>An empty formatting element that forces musical notation to begin on a new line.
<section>Segment of music data.
<sp>Contains an individual speech in a performance text.
<stageDir>Contains any kind of stage direction within a dramatic text or fragment.
<cpMark>A verbal or graphical indication to copy musical material written elsewhere.
<metaMark>A graphical or textual statement with additional / explanatory information about the musical text. The textual consequences of this intervention are encoded independently via other means; that is, with elements such as <add>, <del>, etc.
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
<accid>Records a temporary alteration to the pitch of a note.
<annot>Provides a statement explaining the text or indicating the basis for an assertion.
<artic>An indication of how to play a note or chord.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
<clefGrp>A set of simultaneously-occurring clefs.
<dir>An instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like <tempo>, <dynam> or repeatMark [not available in this MEI customization].
<dot>Dot of augmentation or division.
<dynam>Indication of the volume of a note, phrase, or section of music.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
<mdiv>Contains a subdivision of the body of a musical text.
<note>A single pitched event.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
<pad>An indication of extra visual space between notational elements.
<pb>An empty formatting element that forces text to begin on a new page.
<phrase>Indication of 1) a "unified melodic idea" or 2) performance technique.
<rest>A non-sounding event found in the source being transcribed.
<sb>An empty formatting element that forces musical notation to begin on a new line.
<section>Segment of music data.
<space>A placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
<tempo>Text and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
<tabGrp>A group of simultaneous tab notes, comparable to a <chord> in CMN. Rarely, may also contain rests, as in some "German" lute tablatures.
<line>A visual line that cannot be represented by a more specific; i.e., semantic, element.
Constraints

@when attribute should have content.
A value in @when should correspond to the @xml:id attribute of a when element.

Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.alignment" module="MEI.performance" type="atts">
<desc xml:lang="en">Temporal alignment attributes.</desc>
<constraintSpec ident="check_whenTarget" scheme="schematron">
<constraint>
<sch:rule context="@when">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@when attribute should have content.</sch:assert>
<sch:assert role="warning" test="every $i in tokenize(., '\s+') satisfies substring($i,2)=//mei:when/@xml:id">A value in @when should correspond to the @xml:id attribute of a when element.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<attList>
<attDef ident="when" usage="opt">
<desc xml:lang="en">Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a
<gi scheme="MEI">when</gi>
element elsewhere in the document.</desc>
<datatype>
<ref name="data.URI"/>
</datatype>
</attDef>
</attList>
</classSpec>