An individual pitch in a chord defined by a <chordDef> element. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
accid.ges | mei:mei_data.ACCIDENTAL.IMPLICIT | optional |
|
||||
fing | mei:mei_data.FINGER.FRET | optional |
|
||||
fret | mei:mei_data.FRET | optional |
|
||||
inth | restriction of list of mei:mei_data.INTERVAL.HARMONIC | optional |
|
||||
label | xs:string | optional |
|
||||
n | optional |
|
|||||
oct | mei:mei_data.OCTAVE | optional |
|
||||
pname | mei:mei_data.PITCHNAME | optional |
|
||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
Element | mei:chordDef |
<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> |