<chordTable>

Chord/tablature look-up table.
Module
Attributes
@label, @type, @xml:id
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
Member of
(chordTable isn't member of any model class)
Contained By
May Contain
<chordDef>Chord tablature definition.
<chordDef>Chord tablature definition.
Remarks

A chordTable may be shared between MEI instances through the use of an external parsed entity containing the look-up table to be shared.

Declaration
<elementSpec rend="add" ident="chordTable" module="MEI.harmony">
<desc xml:lang="en">Chord/tablature look-up table.</desc>
<classes>
<memberOf key="att.common"/>
</classes>
<content>
<oneOrMore>
<ref name="chordDef"/>
</oneOrMore>
</content>
<remarks xml:lang="en">
<p>A chordTable may be shared between MEI instances through the use of an external parsed entity containing the look-up table to be shared.</p>
</remarks>
</elementSpec>