mei:chordMember

An individual pitch in a chord defined by a <chordDef>
element.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
accid.ges mei:mei_data.ACCIDENTAL.IMPLICIT optional
Records the performed pitch inflection.
fing mei:mei_data.FINGER.FRET optional
Indicates which finger, if any, should be used to play an individual
string. The index, middle, ring, and little fingers are represented by the values 1-4,
while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings,
respectively.
fret mei:mei_data.FRET optional
Records the location at which a string should be stopped against a
fret.
inth restriction of list of mei:mei_data.INTERVAL.HARMONIC optional
Encodes the harmonic interval between pitches occurring at the same
time.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
n optional
Provides a number-like designation for an element.
oct mei:mei_data.OCTAVE optional
Captures written octave information.
pname mei:mei_data.PITCHNAME optional
Contains a written pitch name.
xml:base mei:mei_data.URI optional
Provides a base URI reference with which applications can resolve relative
URI references into absolute URI references.
xml:id xs: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.

Used By

Element mei:chordDef

Source

<xs:element name="chordMember">
  <xs:annotation>
    <xs:documentation>An individual pitch in a chord defined by a <chordDef> element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.accidental.performed.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.fretlocation.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.intervalharmonic.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.pitched.attributes"/>
    <xs:attribute name="fing" type="mei:mei_data.FINGER.FRET">
      <xs:annotation>
        <xs:documentation>Indicates which finger, if any, should be used to play an individual string. The index, middle, ring, and little fingers are represented by the values 1-4, while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings, respectively.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample