From 814c22f1c8226298a067cd0e543e1f9f48f03d31 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Wed, 22 Jan 2025 14:08:56 +0100 Subject: [PATCH 1/3] fix: update schema page --- resources/schemas.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/resources/schemas.md b/resources/schemas.md index c0a541913..6c875dbf0 100644 --- a/resources/schemas.md +++ b/resources/schemas.md @@ -6,35 +6,44 @@ title: "Schemas and Namespace" The MEI Namespace is `http://www.music-encoding.org/ns/mei` -# MEI v5.0 Schemas (2023) +# MEI v5.1 Schemas (2025) -A PDF version of the MEI 5.0 Guidelines is available here: [https://music-encoding.org/guidelines/v5/MEI_Guidelines_v5.0.pdf](https://music-encoding.org/guidelines/v5/MEI_Guidelines_v5.0.pdf) +A PDF version of the MEI 5.1 Guidelines is available here: [https://music-encoding.org/guidelines/v5/MEI_Guidelines_v5.1.pdf](https://music-encoding.org/guidelines/v5/MEI_Guidelines_v5.1.pdf) -New customization: MEI Basic. It provides a simplified subset of the MEI framework that reflects the capabilities of most popular "Common Western Music Notation" score-writing applications currently in use. For more details on MEI Basic [see the corresponding section in the guidelines](https://music-encoding.org/guidelines/v5/content/introduction.html#meiBasic). +New customization since MEI 5.0: MEI Basic. It provides a simplified subset of the MEI framework that reflects the capabilities of most popular "Common Western Music Notation" score-writing applications currently in use. For more details on MEI Basic [see the corresponding section in the guidelines](https://music-encoding.org/guidelines/v5/content/introduction.html#meiBasic). -- MEI Basic: [https://music-encoding.org/schema/5.0/mei-basic.rng](https://music-encoding.org/schema/5.0/mei-basic.rng) +- MEI Basic: [https://music-encoding.org/schema/5.1/mei-basic.rng](https://music-encoding.org/schema/5.1/mei-basic.rng) The MEI Schemas (specific for CMN, mensural, or neumes notation) are available at the following URLs: -- MEI CMN: [https://music-encoding.org/schema/5.0/mei-CMN.rng](https://music-encoding.org/schema/5.0/mei-CMN.rng) -- MEI Mensural: [https://music-encoding.org/schema/5.0/mei-Mensural.rng](https://music-encoding.org/schema/5.0/mei-Mensural.rng) -- MEI Neumes: [https://music-encoding.org/schema/5.0/mei-Neumes.rng](https://music-encoding.org/schema/5.0/mei-Neumes.rng) +- MEI CMN: [https://music-encoding.org/schema/5.1/mei-CMN.rng](https://music-encoding.org/schema/5.1/mei-CMN.rng) +- MEI Mensural: [https://music-encoding.org/schema/5.1/mei-Mensural.rng](https://music-encoding.org/schema/5.1/mei-Mensural.rng) +- MEI Neumes: [https://music-encoding.org/schema/5.1/mei-Neumes.rng](https://music-encoding.org/schema/5.1/mei-Neumes.rng) It is strongly recommended to use one of the above schemas, unless you are forced to do otherwise for good reasons. When relying on more than one of the above schemas, or checking the general validity of an MEI file, it can be reasonable to use the `MEI ALL` schema: -- MEI All: [https://music-encoding.org/schema/5.0/mei-all.rng](https://music-encoding.org/schema/5.0/mei-all.rng) +- MEI All: [https://music-encoding.org/schema/5.1/mei-all.rng](https://music-encoding.org/schema/5.1/mei-all.rng) In the context of tutorial exercises (or comparable purposes), the `MEI ALL (Any Start Element)` schema could be used to provide greater flexibility in terms of removing some technical and framework constraints: -- MEI All (Any Start Element): [https://music-encoding.org/schema/5.0/mei-all_anyStart.rng](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng) +- MEI All (Any Start Element): [https://music-encoding.org/schema/5.1/mei-all_anyStart.rng](https://music-encoding.org/schema/5.1/mei-all_anyStart.rng) Further detailed customization of a schema, allowing to restrict specific elements or attributes, can be done with the MEI Garage profiler: [https://meigarage.edirom.de/profiler](https://meigarage.edirom.de/profiler). -A detailed overview of the changes for the MEI 5.0 schema is available here: [https://music-encoding.org/archive/comparison-5.0.html](../archive/comparison-5.0.html) +A detailed overview of the changes for the MEI 5.1 schema is available here: [https://music-encoding.org/archive/comparison-5.1.html](../archive/comparison-5_1.html) # Previous Versions of MEI +- [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0) + - MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258)); DOI: [10.5281/zenodo.10040258]( https://doi.org/10.5281/zenodo.10040258) + - RelaxNG schemata: + - [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng) + - [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng) + - [MEI Basic](https://music-encoding.org/schema/5.0/mei-basic.rng) + - [MEI CMN](https://music-encoding.org/schema/5.0/mei-CMN.rng) + - [MEI Mensural](https://music-encoding.org/schema/5.0/mei-Mensural.rng) + - [MEI Neumes](https://music-encoding.org/schema/5.0/mei-Neumes.rng) - [MEI v4.0.1 (2019)](https://github.com/music-encoding/music-encoding/releases/tag/v4.0.1) - MEI 4.0.1 Guidelines (PDF) - not available - RelaxNG schemata: From 2a95d835ee61d3504b526480ebb79e56de144475 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Wed, 22 Jan 2025 14:09:20 +0100 Subject: [PATCH 2/3] fix: add comparison for MEI 5.1 --- archive/comparison-v5_1.md | 11350 +++++++++++++++++++++++++++++++++++ 1 file changed, 11350 insertions(+) create mode 100644 archive/comparison-v5_1.md diff --git a/archive/comparison-v5_1.md b/archive/comparison-v5_1.md new file mode 100644 index 000000000..752a6aa5a --- /dev/null +++ b/archive/comparison-v5_1.md @@ -0,0 +1,11350 @@ +--- +layout: default +title: "Comparison of MEI v5.1 and v5.0" +--- +
+ +
+

MEI Comparison
Version 5.1 vs Version 5.0

+
+
+
+
+
+
+
+
+
added contentchanged contentremoved contentunchanged content|click slice to go to section
+
+
+

Element Comparison

+

5 new elements:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
tuningMEI.sharedDescribes the tuning of an instrument.visit guidelines
courseMEI.stringtabDescribes the tuning of a course on a stringed instrument ( e.g. , guitar, lute).visit guidelines
stringMEI.stringtabUsed to modify tuning information given by the course element. Describes the tuning + of an individual string within a course on a stringed instrument ( e.g. , guitar, + lute).visit guidelines
tabDurSymMEI.stringtabA visual indication of the duration of a tabGrp .visit guidelines
tabGrpMEI.stringtabA group of simultaneous tab notes, comparable to a chord in CMN. Rarely, may also + contain rests, as in some "German" lute tablatures.visit guidelines
+

0 removed elements:

+
+

42 modified elements:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
attaccaMEI.cmnAn instruction to begin the next section or movement of a composition without pause.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.attacca.anl
  • +
  • att.attacca.ges
  • +
  • att.attacca.log
  • +
  • att.attacca.vis
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • target
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
beamMEI.cmnA container for a series of explicitly beamed events that begins and ends entirely + within a measure.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.beam.log
  • +
  • att.beam.vis
  • +
  • att.beam.ges
  • +
  • att.beam.anl
  • +
  • model.eventLike.cmn
  • +
+
Content:
    +
  • model.eventLike
  • +
  • model.eventLike.cmn
  • +
  • model.appLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • beam.with
  • +
  • form
  • +
  • place
  • +
  • slash
  • +
  • slope
  • +
  • facs
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • cue
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • staff
  • +
  • tstamp
  • +
  • type
  • +
  • visible
  • +
+
beamSpanMEI.cmn(beam span) – Alternative element for explicitly encoding beams, particularly those + which extend across bar lines.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.beamSpan.log
  • +
  • att.beamSpan.vis
  • +
  • att.beamSpan.ges
  • +
  • att.beamSpan.anl
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • beam.with
  • +
  • form
  • +
  • place
  • +
  • slash
  • +
  • slope
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • cue
  • +
  • dur
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • visible
  • +
+
bendMEI.cmnA variation in pitch (often micro-tonal) upwards or downwards during the course of + a note.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.bend.log
  • +
  • att.bend.vis
  • +
  • att.bend.ges
  • +
  • att.bend.anl
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • facs
  • +
  • amount
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • bezier
  • +
  • bulge
  • +
  • curvedir
  • +
  • dur
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • startvo
  • +
  • endvo
  • +
  • x
  • +
  • y
  • +
  • x2
  • +
  • y2
  • +
+
bracketSpanMEI.cmnMarks a sequence of notational events grouped by a bracket.Classes:
    +
  • att.common
  • +
  • att.bracketSpan.log
  • +
  • att.bracketSpan.vis
  • +
  • att.bracketSpan.ges
  • +
  • att.bracketSpan.anl
  • +
  • att.facsimile
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
+
Attributes:
    +
  • func
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • startvo
  • +
  • endvo
  • +
  • x
  • +
  • y
  • +
  • x2
  • +
  • y2
  • +
  • altsym
  • +
+
breathMEI.cmn(breath mark) – An indication of a point at which the performer on an instrument requiring + breath (including the voice) may breathe.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.breath.log
  • +
  • att.breath.vis
  • +
  • att.breath.ges
  • +
  • att.breath.anl
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • resp
  • +
  • staff
  • +
  • loc
  • +
  • ploc
  • +
  • oloc
  • +
  • startid
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
fermataMEI.cmnAn indication placed over a note or rest to indicate that it should be held longer + than its written value. May also occur over a bar line to indicate the end of a phrase + or section. Sometimes called a 'hold' or 'pause'.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.fermata.log
  • +
  • att.fermata.vis
  • +
  • att.fermata.ges
  • +
  • att.fermata.anl
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
  • form
  • +
  • shape
  • +
+
halfmRptMEI.cmn(half-measure repeat) – A half-measure repeat in any meter.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.halfmRpt.log
  • +
  • att.halfmRpt.vis
  • +
  • att.halfmRpt.ges
  • +
  • att.halfmRpt.anl
  • +
  • model.eventLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • expand
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • staff
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • altsym
  • +
+
harpPedalMEI.cmn(harp pedal) – Harp pedal diagram.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.harpPedal.log
  • +
  • att.harpPedal.vis
  • +
  • att.harpPedal.ges
  • +
  • att.harpPedal.anl
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • c
  • +
  • d
  • +
  • e
  • +
  • f
  • +
  • g
  • +
  • a
  • +
  • b
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
meterSigGrpMEI.cmn(meter signature group) – Used to capture alternating, interchanging, mixed or other + non-standard meter signatures.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.meterSigGrp.anl
  • +
  • att.meterSigGrp.ges
  • +
  • att.meterSigGrp.log
  • +
  • att.meterSigGrp.vis
  • +
  • model.meterSigLike
  • +
+
Content:
+
Attributes:
    +
  • func
  • +
  • facs
  • +
  • xml:base
  • +
  • class
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
  • visible
  • +
+
octaveMEI.cmnAn indication that a passage should be performed one or more octaves above or below + its written pitch.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.octave.log
  • +
  • att.octave.vis
  • +
  • att.octave.ges
  • +
  • att.octave.anl
  • +
  • model.controlEventLike.cmn
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
+
Attributes:
    +
  • coll
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • dis
  • +
  • dis.place
  • +
  • part
  • +
  • partstaff
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
repeatMarkMEI.cmn(repetition mark) – An instruction expressed as a combination of text and symbols + – segno and coda – typically above, below, or between staves, but not on the staff.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.repeatMark.log
  • +
  • att.repeatMark.vis
  • +
  • att.repeatMark.ges
  • +
  • att.repeatMark.anl
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • func
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
mordentMEI.cmnOrnamentsAn ornament indicating rapid alternation of the main note with a secondary note, usually + a step below, but sometimes a step above.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.mordent.anl
  • +
  • att.mordent.ges
  • +
  • att.mordent.log
  • +
  • att.mordent.vis
  • +
  • model.ornamentLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • form
  • +
  • long
  • +
  • accidupper
  • +
  • accidlower
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • accidupper.ges
  • +
  • accidlower.ges
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • altsym
  • +
+
trillMEI.cmnOrnamentsRapid alternation of a note with another (usually at the interval of a second above).Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.trill.anl
  • +
  • att.trill.ges
  • +
  • att.trill.log
  • +
  • att.trill.vis
  • +
  • model.ornamentLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • accidupper
  • +
  • accidlower
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • accidupper.ges
  • +
  • accidlower.ges
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • enclose
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
turnMEI.cmnOrnamentsAn ornament consisting of four notes — the upper neighbor of the written note, the + written note, the lower neighbor, and the written note.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.turn.anl
  • +
  • att.turn.ges
  • +
  • att.turn.log
  • +
  • att.turn.vis
  • +
  • model.ornamentLike.cmn
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • accidupper
  • +
  • accidlower
  • +
  • delayed
  • +
  • form
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • accidupper.ges
  • +
  • accidlower.ges
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
meiCorpusMEI.corpus(MEI corpus) – A group of related MEI documents, consisting of a header for the group, + and one or more mei elements, each with its own complete header.Classes:
    +
  • att.common
  • +
  • att.meiVersion
  • +
  • model.startLike.corpus
  • +
+
Content:
    +
  • meiHead
  • +
  • mei
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • meiversion
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
+
cpMarkMEI.edittrans(copy/colla parte mark) – A verbal or graphical indication to copy musical material + written elsewhere.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.cpMark.log
  • +
  • att.cpMark.vis
  • +
  • att.cpMark.ges
  • +
  • att.cpMark.anl
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • dis
  • +
  • dis.place
  • +
  • origin.layer
  • +
  • origin.staff
  • +
  • origin.startid
  • +
  • origin.endid
  • +
  • origin.tstamp
  • +
  • origin.tstamp2
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
metaMarkMEI.edittransA 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.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.metaMark.log
  • +
  • att.metaMark.vis
  • +
  • att.metaMark.ges
  • +
  • att.metaMark.anl
  • +
  • att.pointing
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.editLike
  • +
  • model.sectionLike
  • +
  • model.textPhraseLike.limited
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • function
  • +
  • facs
  • +
  • instant
  • +
  • state
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • decls
  • +
  • cert
  • +
  • evidence
  • +
  • hand
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • xlink:actuate
  • +
  • xlink:role
  • +
  • xlink:show
  • +
  • target
  • +
  • targettype
  • +
  • resp
  • +
  • seq
  • +
  • source
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
+
surfaceMEI.facsimileDefines a writing surface in terms of a rectangular coordinate space, optionally grouping + one or more graphic representations of that space, and rectangular zones of interest + within it.Classes:
    +
  • att.common
  • +
  • att.coordinated
  • +
  • att.dataPointing
  • +
  • att.metadataPointing
  • +
  • att.startId
  • +
+
Content:
    +
  • model.figDescLike
  • +
  • model.graphicLike
  • +
  • zone
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • lrx
  • +
  • lry
  • +
  • rotate
  • +
  • ulx
  • +
  • uly
  • +
  • data
  • +
  • decls
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • startid
  • +
  • type
  • +
+
zoneMEI.facsimileDefines an area of interest within a surface or graphic file.Classes:
    +
  • att.common
  • +
  • att.coordinated
  • +
  • att.dataPointing
  • +
+
Content:
    +
  • model.figDescLike
  • +
  • model.graphicLike
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • lrx
  • +
  • lry
  • +
  • rotate
  • +
  • ulx
  • +
  • uly
  • +
  • data
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
+
fingMEI.fingering(finger) – An individual finger in a fingering indication.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.fing.anl
  • +
  • att.fing.ges
  • +
  • att.fing.log
  • +
  • att.fing.vis
  • +
  • model.fingeringLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
fingGrpMEI.fingering(finger group) – A group of individual fingers in a fingering indication.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.fingGrp.anl
  • +
  • att.fingGrp.ges
  • +
  • att.fingGrp.log
  • +
  • att.fingGrp.vis
  • +
  • model.fingeringLike
  • +
+
Content:
    +
  • model.fingeringLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • form
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
  • orient
  • +
+
chordDefMEI.harmony(chord definition) – Chord tablature definition.Classes:
    +
  • att.common
  • +
  • att.chordDef.anl
  • +
  • att.chordDef.ges
  • +
  • att.chordDef.log
  • +
  • att.chordDef.vis
  • +
+
Content:
    +
  • chordMember
  • +
  • barre
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
  • tab.pos
  • +
  • tab.strings
  • +
  • tab.courses
  • +
+
chordMemberMEI.harmonyAn individual pitch in a chord defined by a chordDef element.Classes:
    +
  • att.common
  • +
  • att.chordMember.anl
  • +
  • att.chordMember.ges
  • +
  • att.chordMember.log
  • +
  • att.chordMember.vis
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • inth
  • +
  • accid.ges
  • +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • oct
  • +
  • pname
  • +
  • resp
  • +
  • type
  • +
  • tab.fing
  • +
  • tab.fret
  • +
  • tab.line
  • +
  • tab.string
  • +
  • tab.course
  • +
+
fMEI.harmony(figure) – Single element of a figured bass indication.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.f.anl
  • +
  • att.f.ges
  • +
  • att.f.log
  • +
  • att.f.vis
  • +
  • model.fLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
harmMEI.harmony(harmony) – An indication of harmony, e.g. , chord names, tablature grids, harmonic + analysis, figured bass.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.harm.anl
  • +
  • att.harm.ges
  • +
  • att.harm.log
  • +
  • att.harm.vis
  • +
  • model.harmLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
  • model.figbassLike
  • +
+
Attributes:
    +
  • form
  • +
  • inth
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • chordref
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
  • rendgrid
  • +
+
meiHeadMEI.header(MEI header) – Supplies the descriptive and declarative metadata prefixed to every + MEI-conformant text.Classes:
    +
  • att.basic
  • +
  • att.bibl
  • +
  • att.labelled
  • +
  • att.lang
  • +
  • att.meiVersion
  • +
  • att.responsibility
  • +
  • model.startLike.header
  • +
+
Content:
    +
  • altId
  • +
  • fileDesc
  • +
  • encodingDesc
  • +
  • workList
  • +
  • manifestationList
  • +
  • extMeta
  • +
  • revisionDesc
  • +
+
Attributes:
    +
  • type
  • +
  • xml:base
  • +
  • analog
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • meiversion
  • +
  • resp
  • +
+
instrDefMEI.midi(instrument definition) – MIDI instrument declaration.Classes:
    +
  • att.basic
  • +
  • att.labelled
  • +
  • att.linking
  • +
  • att.metadataPointing
  • +
  • att.nInteger
  • +
  • att.responsibility
  • +
  • att.typed
  • +
  • att.instrDef.anl
  • +
  • att.instrDef.ges
  • +
  • att.instrDef.log
  • +
  • att.instrDef.vis
  • +
  • model.instrDefLike
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • azimuth
  • +
  • elevation
  • +
  • midi.channel
  • +
  • midi.duty
  • +
  • midi.port
  • +
  • midi.track
  • +
  • midi.instrnum
  • +
  • midi.instrname
  • +
  • midi.pan
  • +
  • midi.patchname
  • +
  • midi.patchnum
  • +
  • midi.volume
  • +
  • xml:base
  • +
  • class
  • +
  • decls
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
+
caesuraMEI.sharedBreak, pause, or interruption in the normal tempo of a composition. Typically indicated + by "railroad tracks", i.e. , two diagonal slashes.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.caesura.anl
  • +
  • att.caesura.ges
  • +
  • att.caesura.log
  • +
  • att.caesura.vis
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • resp
  • +
  • staff
  • +
  • loc
  • +
  • ploc
  • +
  • oloc
  • +
  • startid
  • +
  • tstamp
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
dirMEI.shared(directive) – 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 .Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.dir.anl
  • +
  • att.dir.ges
  • +
  • att.dir.log
  • +
  • att.dir.vis
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
dynamMEI.shared(dynamic) – Indication of the volume of a note, phrase, or section of music.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.dynam.anl
  • +
  • att.dynam.ges
  • +
  • att.dynam.log
  • +
  • att.dynam.vis
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • val
  • +
  • val2
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
meiMEI.sharedContains a single MEI-conformant document, consisting of an MEI header and a musical + text, either in isolation or as part of an meiCorpus element.Classes:
    +
  • att.id
  • +
  • att.meiVersion
  • +
  • att.responsibility
  • +
+
Content:
    +
  • meiHead
  • +
  • music
  • +
+
Attributes:
+
musicMEI.sharedContains a single musical text of any kind, whether unitary or composite, for example, + an etude, opera, song cycle, symphony, or anthology of piano solos.Classes:
    +
  • att.common
  • +
  • att.meiVersion
  • +
  • att.metadataPointing
  • +
+
Content:
    +
  • model.resourceLike
  • +
  • macro.musicPart
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • decls
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • meiversion
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
+
noteMEI.sharedA single pitched event.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.note.anl
  • +
  • att.note.ges
  • +
  • att.note.log
  • +
  • att.note.vis
  • +
  • model.chordPart
  • +
  • model.eventLike
  • +
+
Content:
    +
  • model.noteModifierLike
  • +
  • model.verseLike
  • +
  • model.sylLike
  • +
  • model.appLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
  • plica
  • +
  • stem
  • +
+
Attributes:
    +
  • deg
  • +
  • intm
  • +
  • mfunc
  • +
  • pclass
  • +
  • psolfa
  • +
  • beam
  • +
  • breaksec
  • +
  • gliss
  • +
  • grace
  • +
  • grace.time
  • +
  • lv
  • +
  • stem.with
  • +
  • ornam
  • +
  • glyph.auth
  • +
  • glyph.uri
  • +
  • glyph.name
  • +
  • glyph.num
  • +
  • facs
  • +
  • accid.ges
  • +
  • artic.ges
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • extremis
  • +
  • oct.ges
  • +
  • pname.ges
  • +
  • pnum
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • dur.quality
  • +
  • lig
  • +
  • stem.form
  • +
  • instr
  • +
  • vel
  • +
  • when
  • +
  • accid
  • +
  • artic
  • +
  • dots
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • colored
  • +
  • cue
  • +
  • dur
  • +
  • num
  • +
  • numbase
  • +
  • enclose
  • +
  • fermata
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • head.altsym
  • +
  • head.auth
  • +
  • head.color
  • +
  • head.fill
  • +
  • head.fillcolor
  • +
  • head.mod
  • +
  • head.rotation
  • +
  • head.shape
  • +
  • head.visible
  • +
  • oct
  • +
  • pname
  • +
  • resp
  • +
  • slur
  • +
  • staff
  • +
  • loc
  • +
  • stem.dir
  • +
  • stem.len
  • +
  • stem.mod
  • +
  • stem.pos
  • +
  • stem.sameas
  • +
  • stem.visible
  • +
  • stem.x
  • +
  • stem.y
  • +
  • syl
  • +
  • tie
  • +
  • tstamp
  • +
  • tuplet
  • +
  • type
  • +
  • fontfam
  • +
  • fontname
  • +
  • fontsize
  • +
  • fontstyle
  • +
  • fontweight
  • +
  • letterspacing
  • +
  • lineheight
  • +
  • visible
  • +
  • ho
  • +
  • to
  • +
  • x
  • +
  • y
  • +
  • tab.fing
  • +
  • tab.fret
  • +
  • tab.line
  • +
  • tab.string
  • +
  • tab.course
  • +
  • altsym
  • +
+
ornamMEI.sharedAn element indicating an ornament that is not a mordent, turn, or trill.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.ornam.anl
  • +
  • att.ornam.ges
  • +
  • att.ornam.log
  • +
  • att.ornam.vis
  • +
  • model.controlEventLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • accidupper
  • +
  • accidlower
  • +
  • facs
  • +
  • dur.ges
  • +
  • dots.ges
  • +
  • dur.metrical
  • +
  • dur.ppq
  • +
  • dur.real
  • +
  • dur.recip
  • +
  • accidupper.ges
  • +
  • accidlower.ges
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • tstamp2.ges
  • +
  • tstamp2.real
  • +
  • when
  • +
  • xml:base
  • +
  • class
  • +
  • color
  • +
  • dur
  • +
  • enclose
  • +
  • xml:id
  • +
  • label
  • +
  • layer
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
  • altsym
  • +
+
scoreDefMEI.shared(score definition) – Container for score meta-information.Classes:
    +
  • att.common
  • +
  • att.scoreDef.anl
  • +
  • att.scoreDef.ges
  • +
  • att.scoreDef.log
  • +
  • att.scoreDef.vis
  • +
  • model.scoreDefLike
  • +
+
Content:
    +
  • model.chordTableLike
  • +
  • model.symbolTableLike
  • +
  • model.keySigLike
  • +
  • model.meterSigLike
  • +
  • pgHead
  • +
  • pgFoot
  • +
  • instrGrp
  • +
  • model.staffGrpLike
  • +
  • grpSym
  • +
  • ambitus
  • +
+
Attributes:
    +
  • key.accid
  • +
  • key.mode
  • +
  • key.pname
  • +
  • beam.group
  • +
  • beam.rests
  • +
  • pedal.style
  • +
  • reh.enclose
  • +
  • slur.lform
  • +
  • slur.lwidth
  • +
  • tie.lform
  • +
  • tie.lwidth
  • +
  • proport.num
  • +
  • proport.numbase
  • +
  • modusmaior
  • +
  • modusminor
  • +
  • prolatio
  • +
  • tempus
  • +
  • divisio
  • +
  • midi.channel
  • +
  • midi.duty
  • +
  • midi.port
  • +
  • midi.track
  • +
  • midi.bpm
  • +
  • midi.mspb
  • +
  • ppq
  • +
  • bar.len
  • +
  • bar.method
  • +
  • bar.place
  • +
  • xml:base
  • +
  • class
  • +
  • clef.shape
  • +
  • clef.line
  • +
  • clef.dis
  • +
  • clef.dis.place
  • +
  • dir.dist
  • +
  • dynam.dist
  • +
  • harm.dist
  • +
  • reh.dist
  • +
  • tempo.dist
  • +
  • dur.default
  • +
  • num.default
  • +
  • numbase.default
  • +
  • ending.rend
  • +
  • xml:id
  • +
  • keysig
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • lyric.align
  • +
  • lyric.fam
  • +
  • lyric.name
  • +
  • lyric.size
  • +
  • lyric.style
  • +
  • lyric.weight
  • +
  • mnum.visible
  • +
  • meter.count
  • +
  • meter.unit
  • +
  • meter.sym
  • +
  • mm
  • +
  • mm.unit
  • +
  • mm.dots
  • +
  • multi.number
  • +
  • n
  • +
  • music.name
  • +
  • music.size
  • +
  • oct.default
  • +
  • ontheline
  • +
  • optimize
  • +
  • page.height
  • +
  • page.width
  • +
  • page.topmar
  • +
  • page.botmar
  • +
  • page.leftmar
  • +
  • page.rightmar
  • +
  • page.panels
  • +
  • page.scale
  • +
  • resp
  • +
  • spacing.packexp
  • +
  • spacing.packfact
  • +
  • spacing.staff
  • +
  • spacing.system
  • +
  • aboveorder
  • +
  • beloworder
  • +
  • betweenorder
  • +
  • system.leftline
  • +
  • system.leftmar
  • +
  • system.rightmar
  • +
  • system.topmar
  • +
  • text.fam
  • +
  • text.name
  • +
  • text.size
  • +
  • text.style
  • +
  • text.weight
  • +
  • trans.diat
  • +
  • trans.semi
  • +
  • tune.Hz
  • +
  • tune.pname
  • +
  • tune.temper
  • +
  • type
  • +
  • beam.color
  • +
  • beam.rend
  • +
  • beam.slope
  • +
  • clef.color
  • +
  • clef.visible
  • +
  • grid.show
  • +
  • keysig.cancelaccid
  • +
  • keysig.visible
  • +
  • mensur.color
  • +
  • mensur.dot
  • +
  • mensur.form
  • +
  • mensur.loc
  • +
  • mensur.orient
  • +
  • mensur.sign
  • +
  • mensur.size
  • +
  • mensur.slash
  • +
  • meter.form
  • +
  • meter.showchange
  • +
  • meter.visible
  • +
  • vu.height
  • +
+
staffDefMEI.shared(staff definition) – Container for staff meta-information.Classes:
    +
  • att.basic
  • +
  • att.labelled
  • +
  • att.linking
  • +
  • att.metadataPointing
  • +
  • att.nInteger
  • +
  • att.responsibility
  • +
  • att.typed
  • +
  • att.staffDef.anl
  • +
  • att.staffDef.ges
  • +
  • att.staffDef.log
  • +
  • att.staffDef.vis
  • +
  • model.staffDefLike
  • +
+
Content:
    +
  • model.labelLike
  • +
  • model.instrDefLike
  • +
  • model.layerDefLike
  • +
  • model.staffDefPart
  • +
  • ambitus
  • +
+
Attributes:
    +
  • notationtype
  • +
  • notationsubtype
  • +
  • key.accid
  • +
  • key.mode
  • +
  • key.pname
  • +
  • beam.group
  • +
  • beam.rests
  • +
  • pedal.style
  • +
  • reh.enclose
  • +
  • slur.lform
  • +
  • slur.lwidth
  • +
  • tie.lform
  • +
  • tie.lwidth
  • +
  • proport.num
  • +
  • proport.numbase
  • +
  • modusmaior
  • +
  • modusminor
  • +
  • prolatio
  • +
  • tempus
  • +
  • divisio
  • +
  • instr
  • +
  • ppq
  • +
  • bar.len
  • +
  • bar.method
  • +
  • bar.place
  • +
  • xml:base
  • +
  • class
  • +
  • clef.shape
  • +
  • clef.line
  • +
  • clef.dis
  • +
  • clef.dis.place
  • +
  • decls
  • +
  • dir.dist
  • +
  • dynam.dist
  • +
  • harm.dist
  • +
  • reh.dist
  • +
  • tempo.dist
  • +
  • dur.default
  • +
  • num.default
  • +
  • numbase.default
  • +
  • xml:id
  • +
  • keysig
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • lyric.align
  • +
  • lyric.fam
  • +
  • lyric.name
  • +
  • lyric.size
  • +
  • lyric.style
  • +
  • lyric.weight
  • +
  • meter.count
  • +
  • meter.unit
  • +
  • meter.sym
  • +
  • multi.number
  • +
  • n
  • +
  • music.name
  • +
  • music.size
  • +
  • oct.default
  • +
  • ontheline
  • +
  • resp
  • +
  • scale
  • +
  • lines
  • +
  • aboveorder
  • +
  • beloworder
  • +
  • betweenorder
  • +
  • text.fam
  • +
  • text.name
  • +
  • text.size
  • +
  • text.style
  • +
  • text.weight
  • +
  • trans.diat
  • +
  • trans.semi
  • +
  • tune.Hz
  • +
  • tune.pname
  • +
  • tune.temper
  • +
  • type
  • +
  • visible
  • +
  • tab.align
  • +
  • tab.anchorline
  • +
  • tab.strings
  • +
  • tab.courses
  • +
  • beam.color
  • +
  • beam.rend
  • +
  • beam.slope
  • +
  • clef.color
  • +
  • clef.visible
  • +
  • grid.show
  • +
  • keysig.cancelaccid
  • +
  • keysig.visible
  • +
  • mensur.color
  • +
  • mensur.dot
  • +
  • mensur.form
  • +
  • mensur.loc
  • +
  • mensur.orient
  • +
  • mensur.sign
  • +
  • mensur.size
  • +
  • mensur.slash
  • +
  • meter.form
  • +
  • meter.showchange
  • +
  • meter.visible
  • +
  • layerscheme
  • +
  • lines.color
  • +
  • lines.visible
  • +
  • spacing
  • +
+
tempoMEI.sharedText and symbols descriptive of tempo, mood, or style, e.g. , "allarg.", "a tempo", + "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").Classes:
    +
  • att.common
  • +
  • att.bibl
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.tempo.anl
  • +
  • att.tempo.ges
  • +
  • att.tempo.log
  • +
  • att.tempo.vis
  • +
  • model.controlEventLike
  • +
  • model.workIdent
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike.limited
  • +
  • model.graphicPrimitiveLike
  • +
  • model.editLike
  • +
  • model.transcriptionLike
  • +
+
Attributes:
    +
  • facs
  • +
  • tstamp.ges
  • +
  • tstamp.real
  • +
  • midi.bpm
  • +
  • midi.mspb
  • +
  • when
  • +
  • xml:base
  • +
  • analog
  • +
  • class
  • +
  • color
  • +
  • extender
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • layer
  • +
  • lendsym
  • +
  • lendsym.size
  • +
  • lstartsym
  • +
  • lstartsym.size
  • +
  • lform
  • +
  • lwidth
  • +
  • lsegs
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • mm
  • +
  • mm.unit
  • +
  • mm.dots
  • +
  • n
  • +
  • part
  • +
  • partstaff
  • +
  • place
  • +
  • plist
  • +
  • resp
  • +
  • staff
  • +
  • endid
  • +
  • startid
  • +
  • evaluate
  • +
  • func
  • +
  • tstamp
  • +
  • tstamp2
  • +
  • type
  • +
  • vgrp
  • +
  • ho
  • +
  • to
  • +
  • vo
  • +
  • startho
  • +
  • endho
  • +
  • startto
  • +
  • endto
  • +
  • x
  • +
  • y
  • +
+
barreMEI.stringtabA barre in a chord tablature grid.Classes:
    +
  • att.common
  • +
  • att.startEndId
  • +
+
Content:
    +
  • empty
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • endid
  • +
  • startid
  • +
  • type
  • +
  • fret
  • +
+
qMEI.text(quoted) – Contains material which is distinguished from the surrounding phrase-level + text using quotation marks or a similar method. Use quote for block-level quotations.Classes:
    +
  • att.basic
  • +
  • att.classed
  • +
  • att.labelled
  • +
  • att.lang
  • +
  • att.linking
  • +
  • att.nNumberLike
  • +
  • att.responsibility
  • +
  • att.textRendition
  • +
  • model.qLike
  • +
+
Content:
    +
  • text
  • +
  • model.textPhraseLike
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • altrend
  • +
  • rend
  • +
  • type
  • +
+
quoteMEI.text(quoted material) – Contains a paragraph-like block of text attributed to an external + source, normally set off from the surrounding text by spacing or other typographic + distinction.Classes:
    +
  • att.common
  • +
  • att.facsimile
  • +
  • att.lang
  • +
  • att.textRendition
  • +
  • att.xy
  • +
  • model.quoteLike
  • +
+
Content:
    +
  • text
  • +
  • model.paracontentPart
  • +
  • model.pLike
  • +
  • sp
  • +
+
Attributes:
    +
  • facs
  • +
  • xml:base
  • +
  • class
  • +
  • xml:id
  • +
  • label
  • +
  • xml:lang
  • +
  • translit
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • altrend
  • +
  • rend
  • +
  • type
  • +
  • x
  • +
  • y
  • +
+
symbolDefMEI.usersymbols(symbol definition) – Declaration of an individual symbol in a symbolTable.Classes:
+
Content:
    +
  • symName
  • +
  • symProp
  • +
  • mapping
  • +
  • svg_svg
  • +
  • model.graphicPrimitiveLike
  • +
  • symbol
  • +
  • graphic
  • +
  • model.annotLike
  • +
+
Attributes:
    +
  • xml:base
  • +
  • class
  • +
  • lrx
  • +
  • lry
  • +
  • rotate
  • +
  • ulx
  • +
  • uly
  • +
  • select
  • +
  • xml:id
  • +
  • label
  • +
  • copyof
  • +
  • corresp
  • +
  • follows
  • +
  • next
  • +
  • precedes
  • +
  • prev
  • +
  • sameas
  • +
  • synch
  • +
  • n
  • +
  • resp
  • +
  • type
  • +
+
+

374 unchanged elements:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
arpegMEI.cmnIndicates that the notes of a chord are to be performed successively + rather than simultaneously, usually from lowest to highest. Sometimes called a "roll".
beatRptMEI.cmnAn indication that material on a preceding beat should be repeated.
bTremMEI.cmnA rapid alternation on a single pitch or chord.
fTremMEI.cmnA rapid alternation between a pair of notes (or chords or perhaps + between a note and a chord) that are (usually) farther apart than a major second.
glissMEI.cmnA continuous or sliding movement from one pitch to another, usually + indicated by a straight or wavy line.
graceGrpMEI.cmnA container for a sequence of grace notes.
hairpinMEI.cmnIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g. + , < + and >.
lvMEI.cmnA "tie-like" indication that a note should ring beyond its written duration.
measureMEI.cmnUnit of musical time consisting of a fixed number of note values of a given type, + as + determined by the prevailing meter, and delimited in musical notation by bar lines.
meterSigMEI.cmnWritten meter signature.
mNumMEI.cmnDesignation, name, or label for a measure, often but not always + consisting of digits. Use this element when the n attribute on measure does not + adequately capture the appearance or placement of the measure + number/label.
mRestMEI.cmnComplete measure rest in any meter.
mRptMEI.cmnAn indication that the previous measure should be repeated.
mRpt2MEI.cmnAn indication that the previous two measures should be + repeated.
mSpaceMEI.cmnA measure containing only empty space in any meter.
multiRestMEI.cmnMultiple full measure rests compressed into a single bar, + frequently found in performer parts.
multiRptMEI.cmnMultiple repeated measures.
oLayerMEI.cmnA layer that contains an alternative to material in another layer.
ossiaMEI.cmnCaptures original notation and a differently notated version *present in + the source being transcribed* .
oStaffMEI.cmnA staff that holds an alternative passage which may be played instead of + the original material.
pedalMEI.cmnPiano pedal mark.
rehMEI.cmnIn an orchestral score and its corresponding parts, a mark indicating a + convenient point from which to resume rehearsal after a break.
slurMEI.cmnIndication of 1) a "unified melodic idea" or 2) performance technique.
tieMEI.cmnAn indication that two notes of the same pitch form a single note with their combined + rhythmic values.
tupletMEI.cmnA group of notes with "irregular" (sometimes called "irrational") rhythmic values, + for + example, three notes in the time normally occupied by two or nine in the time of five.
tupletSpanMEI.cmnAlternative element for encoding tuplets, especially useful for tuplets + that extend across bar lines.
appMEI.critappContains one or more alternative encodings.
lemMEI.critappContains the lemma, or base text, of a textual variation.
rdgMEI.critappContains a single reading within a textual variation.
spMEI.dramaContains an individual speech in a performance text.
stageDirMEI.dramaContains any kind of stage direction within a dramatic text or + fragment.
abbrMEI.edittransA generic element for 1) a shortened form of a word, including an acronym + or 2) a shorthand notation.
addMEI.edittransMarks an addition to the text.
choiceMEI.edittransGroups a number of alternative encodings for the same point in a text.
corrMEI.edittransContains the correct form of an apparent erroneous passage.
damageMEI.edittransContains an area of damage to the physical medium.
delMEI.edittransContains information deleted, marked as deleted, or otherwise indicated as + superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
expanMEI.edittransContains the expansion of an abbreviation.
gapMEI.edittransIndicates a point where material has been omitted in a transcription, whether as part + of + sampling practice or for editorial reasons described in the MEI header.
handShiftMEI.edittransMarks the beginning of a passage written in a new hand, or of a change in the scribe, + writing style, ink or character of the document hand.
origMEI.edittransContains material which is marked as following the original, rather than + being normalized or corrected.
regMEI.edittransContains material which has been regularized or normalized in some + sense.
restoreMEI.edittransIndicates restoration of material to an earlier state by cancellation of an editorial + or + authorial marking or instruction.
sicMEI.edittransContains apparently incorrect or inaccurate material.
substMEI.edittransGroups transcriptional elements when the combination is to be regarded as + a single intervention in the text.
suppliedMEI.edittransContains material supplied by the transcriber or editor for any reason.
unclearMEI.edittransContains material that cannot be transcribed with certainty because it is illegible + or + inaudible in the source.
facsimileMEI.facsimileContains a representation of a written source in the form of a set of images rather + than + as transcribed or encoded text.
figMEI.figtableGroups elements representing or containing graphic information such as an + illustration or figure.
figDescMEI.figtableContains a brief prose description of the appearance or content of + a graphic figure, for use when documenting an image without displaying it.
graphicMEI.figtableIndicates the location of an inline graphic.
tableMEI.figtableContains text displayed in tabular form.
tdMEI.figtableDesignates a table cell that contains data as opposed to a cell that + contains column or row heading information.
thMEI.figtableDesignates a table cell containing column or row heading information as + opposed to one containing data.
trMEI.figtableA formatting element that contains one or more cells (intersection of a row + and a column) in a table .
expressionMEI.frbrIntellectual or artistic realization of a work.
expressionListMEI.frbrGathers bibliographic expression entities.
itemMEI.frbrSingle instance or exemplar of a source/manifestation.
itemListMEI.frbrGathers bibliographic item entities.
manifestationMEI.frbrA bibliographic description of a physical embodiment of an expression of a work.
manifestationListMEI.frbrA container for the descriptions of physical embodiments of an expression of a + work.
genDescMEI.geneticBundles information about the textual development of a + work.
genStateMEI.geneticDescribes a distinctive state in the textual development of a work.
chordTableMEI.harmonyChord/tablature look-up table.
fbMEI.harmonySymbols added to a bass line that indicate harmony. Used to improvise a + chordal accompaniment. Sometimes called Generalbass, thoroughbass, or basso continuo.
accessRestrictMEI.headerDescribes the conditions that affect the accessibility of + material.
acquisitionMEI.headerRecords information concerning the process by which an item was acquired by the holding + institution.
altIdMEI.headerMay contain a bibliographic identifier that does not fit within + the meiHead element’s id attribute, for example because the identifier does not fit + the + definition of an XML id or because multiple identifiers are needed.
appInfoMEI.headerGroups information about applications which have acted upon + the MEI file.
applicationMEI.headerProvides information about an application which has acted upon the current + document.
attUsageMEI.headerDocuments the usage of a specific attribute of the element.
audienceMEI.headerDefines the class of user for which the work is intended, as defined by age group + ( e.g. , + children, young adults, adults, etc.), educational level ( e.g. , primary, secondary, + etc.), or + other categorization.
availabilityMEI.headerGroups elements that describe the availability of and access to a bibliographic item, + including an MEI-encoded document.
bifoliumMEI.headerDescribes a folded sheet of paper.
bylineMEI.headerContains the primary statement of responsibility given for a work on its title + page.
captureModeMEI.headerThe means used to record notation, sound, or images in the production of + a source/manifestation ( e.g. , analogue, acoustic, electric, digital, optical etc.).
carrierFormMEI.headerThe specific class of material to which the physical carrier of the + source/manifestation belongs ( e.g. , sound cassette, videodisc, microfilm cartridge, + transparency, etc.). The carrier for a manifestation comprising multiple physical + components + may include more than one form ( e.g. , a filmstrip with an accompanying booklet, + a separate + sound disc carrying the sound track for a film, etc.).
categoryMEI.headerContains an individual descriptive category in a user-defined taxonomy, possibly nested + within a superordinate category.
catRelMEI.headerContains the name, i.e., label, of a related + category.
changeMEI.headerIndividual change within the revision description.
changeDescMEI.headerDescription of a revision of the MEI file.
classDeclsMEI.headerGroups information which describes the nature or topic of an entity.
classificationMEI.headerGroups information which describes the nature or topic of an entity.
componentListMEI.headerContainer for intellectual or physical component parts of a bibliographic entity.
conditionMEI.headerThe physical condition of an item, particularly any variances between the physical + make-up + of the item and that of other copies of the same item ( e.g. , missing pages or plates, + brittleness, faded images, etc.).
contentItemMEI.headerContains a single entry within a content description element.
contentsMEI.headerList of the material contained within a resource.
contextMEI.headerThe historical, social, intellectual, artistic, or other context within which the + work was + originally conceived ( e.g. , the 17th century restoration of the monarchy in England, + the + aesthetic movement of the late 19th century, etc.) or the historical, social, intellectual, + artistic, or other context within which the expression was realized.
correctionMEI.headerStates how and under what circumstances corrections have been made in the text.
cutoutMEI.headerA cutout is a section of a document sheet that has been removed and is now missing.
dedicationMEI.headerContains a dedicatory statement.
domainsDeclMEI.headerIndicates which domains are included in the encoding.
editionStmtMEI.headerContainer for meta-data pertaining to a particular edition of the + material being described.
editorialDeclMEI.headerUsed to provide details of editorial principles and practices + applied during the encoding of musical text.
encodingDescMEI.headerDocuments the relationship between an electronic file and the + source or sources from which it was derived as well as applications used in the + encoding/editing process.
exhibHistMEI.headerA record of public exhibitions, including dates, venues, + etc.
extMetaMEI.headerProvides a container element for non-MEI metadata formats.
fileCharMEI.headerStandards or schemes used to encode the file ( e.g. , ASCII, SGML, + etc.), physical characteristics of the file ( e.g. , recording density, parity, blocking, + etc.), + and other characteristics that have a bearing on how the file can be processed.
fileDescMEI.headerContains a full bibliographic description of the MEI file.
foliaDescMEI.headerDescribes the order of folia and bifolia making up the text block of a manuscript + or + print.
foliumMEI.headerDescribes a single leaf of paper.
handMEI.headerDefines a distinct scribe or handwriting style.
handListMEI.headerContainer for one or more hand elements.
historyMEI.headerProvides a container for information about the history of a resource other than the + circumstances of its creation.
incipCodeMEI.headerIncipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
incipTextMEI.headerOpening words of a musical composition.
inscriptionMEI.headerAn inscription added to an item, such as a bookplate, a note designating the item + as a + gift, and/or the author’s signature.
interpretationMEI.headerDescribes the scope of any analytic or interpretive information added to the transcription + of the music.
keyMEI.headerKey captures information about tonal center and mode.
languageMEI.headerDescription of a language used in the document.
langUsageMEI.headerGroups elements describing the languages, sub-languages, dialects, + etc., represented within the encoded resource.
mensurationMEI.headerCaptures information about mensuration within bibliographic descriptions.
meterMEI.headerCaptures information about the time signature within bibliographic descriptions.
namespaceMEI.headerSupplies the formal name of the namespace to which the elements documented by its + children + belong.
normalizationMEI.headerIndicates the extent of normalization or regularization of the original source carried + out + in converting it to electronic form.
notesStmtMEI.headerCollects any notes providing information about a text additional to + that recorded in other parts of the bibliographic description.
otherCharMEI.headerAny characteristic that serves to differentiate a + work or expression from another.
patchMEI.headerDescribes a physical writing surface attached to the original document.
perfDurationMEI.headerUsed to express the duration of performance of printed or + manuscript music or the playing time for a sound recording, videorecording, etc.
perfMediumMEI.headerIndicates the number and character of the performing forces used in + a musical composition.
perfResMEI.headerName of an instrument on which a performer plays, a performer's + voice range, or a standard performing ensemble designation.
perfResListMEI.headerSeveral instrumental or vocal resources treated as a group.
physDescMEI.headerContainer for information about the appearance, construction, or + handling of physical materials, such as their dimension, quantity, color, style, and + technique + of creation.
physMediumMEI.headerRecords the physical materials used in the source, such as ink and + paper.
plateNumMEI.headerDesignation assigned to a resource by a music publisher, usually printed + at the bottom of each page, and sometimes appearing also on the title page.
playingSpeedMEI.headerPlaying speed for a sound recording is the speed at which the carrier must be operated + to + produce the sound intended ( e.g. , 33 1/3 rpm, 19 cm/s, etc.).
priceMEI.headerThe cost of access to a bibliographic item.
projectDescMEI.headerProject-level meta-data describing the aim or purpose for which + the electronic file was encoded, funding agencies, etc. together with any other relevant + information concerning the process by which it was assembled or collected.
provenanceMEI.headerThe record of ownership or custodianship of an item.
pubStmtMEI.headerContainer for information regarding the publication or + distribution of a bibliographic item, including the publisher’s name and address, + the date of + publication, and other relevant details.
revisionDescMEI.headerContainer for information about alterations that have been made + to an MEI file.
samplingDeclMEI.headerContains a prose description of the rationale and methods used in + sampling texts in the creation of a corpus or collection.
scoreFormatMEI.headerDescribes the type of score used to represent a musical composition ( e.g. , short + score, + full score, condensed score, close score, etc.).
segmentationMEI.headerDescribes the principles according to which the musical text has been segmented, for + example into movements, sections, etc.
seriesStmtMEI.headerGroups information about the series, if any, to which a publication + belongs.
soundChanMEI.headerReflects the number of apparent sound channels in the playback of a + recording (monaural, stereophonic, quadraphonic, etc.).
sourceMEI.headerA bibliographic description of a source used in the creation of the electronic + file.
sourceDescMEI.headerA container for the descriptions of the source(s) used in the + creation of the electronic file.
specReproMEI.headerThe equalization system, noise reduction system, + etc. used in making the recording ( e.g. , NAB, DBX, Dolby, etc.).
stdValsMEI.headerSpecifies the format used when standardized date or number values are + supplied.
sysReqMEI.headerSystem requirements for using the electronic item.
tagsDeclMEI.headerProvides detailed information about the tagging applied to a + document.
tagUsageMEI.headerDocuments the usage of a specific element within the document.
taxonomyMEI.headerDefines a typology either implicitly, by means of a bibliographic citation, or explicitly + by a structured taxonomy.
termListMEI.headerCollection of text phrases which describe a resource.
titleStmtMEI.headerContainer for title and responsibility meta-data.
trackConfigMEI.headerNumber of physical/input tracks on a sound medium ( e.g. , eight + track, twelve track).
treatHistMEI.headerA record of the treatment the item has undergone ( e.g. , + de-acidification, restoration, etc.).
treatSchedMEI.headerScheduled treatment, e.g. , de-acidification, restoration, etc., for + an item.
unpubMEI.headerUsed to explicitly indicate that a bibliographic resource is + unpublished.
useRestrictMEI.headerContainer for information about the conditions that affect use of a + bibliographic item after access has been granted.
watermarkMEI.headerContains a description of a watermark or similar device.
workMEI.headerProvides a detailed description of a work — a distinct intellectual or artistic creation + — + specifically its history, language use, and high-level musical attributes ( e.g. , + key, tempo, + meter, medium of performance, and intended duration).
workListMEI.headerGrouping mechanism for information describing non-bibliographic aspects of a + text.
refrainMEI.lyricsRecurring lyrics, especially at the end of each verse or stanza of a poem or song + lyrics; + a chorus.
verseMEI.lyricsDivision of a poem or song lyrics, sometimes having a fixed length, meter or rhyme + scheme; + a stanza.
voltaMEI.lyricsSung text for a specific iteration of a repeated section of music.
ligatureMEI.mensuralA mensural notation symbol that combines two or more notes into a single sign.
mensurMEI.mensuralCollects information about the metrical relationship between a note value + and the next smaller value; that is, either triple or duple.
plicaMEI.mensuralPlica
proportMEI.mensuralDescription of note duration as arithmetic ratio.
stemMEI.mensuralA stem element.
ccMEI.midiMIDI parameter/control change.
chanMEI.midiMIDI channel assignment.
chanPrMEI.midiMIDI channel pressure/after touch.
cueMEI.midiMIDI cue point.
hexMEI.midiArbitrary MIDI data in hexadecimal form.
instrGrpMEI.midiCollects MIDI instrument definitions.
markerMEI.midiMIDI marker meta-event.
metaTextMEI.midiMIDI text meta-event.
midiMEI.midiContainer for elements that contain information useful when generating MIDI output.
noteOffMEI.midiMIDI note-off event.
noteOnMEI.midiMIDI note-on event.
portMEI.midiMIDI port.
progMEI.midiMIDI program change.
seqNumMEI.midiMIDI sequence number.
trkNameMEI.midiMIDI track/sequence name.
velMEI.midiMIDI Note-on/off velocity.
accMatMEI.msDescHolds a description of any additional material bound with an item, such as + non-contemporaneous documents or fragments.
addDescMEI.msDescProvides a description of significant additions found within an + item, such as marginalia or other annotations.
bindingMEI.msDescContains a description of one binding, i.e. , type of covering, boards, etc. + applied to an item.
bindingDescMEI.msDescDescribes the present and former bindings of an item.
catchwordsMEI.msDescDescribes the system used to ensure correct ordering of the quires making up an item, + typically by means of annotations at the foot of the page.
collationMEI.msDescRecords a description of how the leaves or bifolia of an item are physically + arranged.
colophonMEI.msDescContains a statement providing information regarding the date, place, agency, or reason + for production of the item.
decoDescMEI.msDescContains a description of the decoration of an item.
decoNoteMEI.msDescContains a description of one or more decorative features of an + item.
explicitMEI.msDescContains the explicit of a manuscript item; that is, the closing words of the text + proper, + exclusive of any rubric or colophon which might follow it.
foliationMEI.msDescDescribes the numbering system or systems used to count the leaves or pages in a + codex.
heraldryMEI.msDescContains a heraldic formula or phrase, typically found as part of a blazon, coat of + arms, + etc.
layoutMEI.msDescDescribes how text is laid out on the page, including information about any ruling, + pricking, or other evidence of page-preparation techniques.
layoutDescMEI.msDescCollects layout descriptions.
locusMEI.msDescDefines a location within a manuscript or manuscript component, usually as a (possibly + discontinuous) sequence of folio references.
locusGrpMEI.msDescGroups locations which together form a distinct but discontinuous item + within a manuscript or manuscript part, according to a specific foliation.
rubricMEI.msDescContains a string of words through which a manuscript signals the beginning or end + of a + text division, often with an assertion as to its author and title, which is in some + way set + off from the text itself, usually in red ink, or by use of different size or type + of script, + or some other such visual device.
scriptDescMEI.msDescContains a description of the letters or characters used in an + autographic item.
scriptNoteMEI.msDescDescribes a particular script distinguished within the description of an + autographic item.
sealMEI.msDescA single seal or similar attachment.
sealDescMEI.msDescDescribes the seals or similar external attachments applied to an + item.
secFolioMEI.msDescMarks the word or words taken from a fixed point in a codex (typically + the beginning of the second leaf) in order to provide a unique identifier for the + item.
signaturesMEI.msDescProvides a description of the leaf or quire signatures found within a codex.
stampMEI.msDescContains a word or phrase describing an official mark indicating ownership, genuineness, + validity, etc.
supportMEI.msDescProvides a description of the physical support material of a written item.
supportDescMEI.msDescGroups elements describing the physical support material of an + item.
typeDescMEI.msDescContains a description of the typefaces or other aspects of the + printing of a printed source.
typeNoteMEI.msDescDescribes a particular font or other significant typographic feature of a + printed resource.
addNameMEI.namesdatesContains an additional name component, such as a nickname, epithet, or + alias, or any other descriptive phrase used within a personal name.
blocMEI.namesdatesContains the name of a geopolitical unit consisting of two or more nation states or + countries.
corpNameMEI.namesdatesIdentifies an organization or group of people that acts as a single + entity.
countryMEI.namesdatesContains the name of a geopolitical unit, such as a nation, country, colony, or + commonwealth, larger than or administratively superior to a region and smaller than + a + bloc.
districtMEI.namesdatesContains the name of any kind of subdivision of a settlement, such as a parish, ward, + or + other administrative or geographic unit.
famNameMEI.namesdatesContains a family (inherited) name, as opposed to a given, baptismal, or + nick name.
foreNameMEI.namesdatesContains a forename, given or baptismal name.
genNameMEI.namesdatesContains a name component used to distinguish otherwise + similar names on the basis of the relative ages or generations of the persons named.
geogFeatMEI.namesdatesContains a common noun identifying a geographical + feature.
geogNameMEI.namesdatesThe proper noun designation for a place, natural feature, or political + jurisdiction.
nameLinkMEI.namesdatesContains a connecting phrase or link used within a name but not regarded as + part of it, such as "van der" or "of", "from", etc.
periodNameMEI.namesdatesA label that describes a period of time, such as 'Baroque' or '3rd Style + period'.
persNameMEI.namesdatesDesignation for an individual, including any or all of that individual's + forenames, surnames, honorific titles, and added names.
postBoxMEI.namesdatesContains a number or other identifier for some postal + delivery point other than a street address.
postCodeMEI.namesdatesContains a numerical or alphanumeric code used as part of a postal address + to simplify sorting or delivery of mail.
regionMEI.namesdatesContains the name of an administrative unit such as a state, province, or county, + larger + than a settlement, but smaller than a country.
roleNameMEI.namesdatesContains a name component which indicates that the referent has a particular + role or position in society, such as an official title or rank.
settlementMEI.namesdatesContains the name of a settlement such as a city, town, or village identified as a + single + geopolitical or administrative unit.
streetMEI.namesdatesfull street address including any name or number identifying a building as well as + the + name of the street or route on which it is located.
styleNameMEI.namesdatesA label for a characteristic style of writing or performance, such as + 'bebop' or 'rock-n-roll'.
episemaMEI.neumesEpisema.
hispanTickMEI.neumesHispanic tick.
liquescentMEI.neumesLiquescent.
ncMEI.neumesSign representing a single pitched event, although the exact pitch may not be + known.
ncGrpMEI.neumesCollection of one or more neume components.
neumeMEI.neumesSign representing one or more musical pitches.
oriscusMEI.neumesOriscus.
quilismaMEI.neumesQuilisma.
signifLetMEI.neumesSignificantive letter(s).
strophicusMEI.neumesStrophicus.
syllableMEI.neumesNeume notation can be thought of as "neumed text". Therefore, the syllable element + provides high-level organization in this repertoire.
divLineMEI.neumesRepresents a division (divisio) in neume notation. Divisions indicate short, medium, + or long pauses + similar to breath marks in modern notation.
avFileMEI.performanceReferences an external digital audio or video file.
clipMEI.performanceDefines a time segment of interest within a recording or within a digital audio or + video + file.
performanceMEI.performanceA presentation of one or more musical works.
recordingMEI.performanceA recorded performance.
whenMEI.performanceIndicates a point in time either absolutely (using the absolute attribute), or relative + to + another when element (using the since, interval and inttype attributes).
ptrMEI.ptrrefDefines a traversible pointer to another location, using only attributes to + describe the destination.
refMEI.ptrrefDefines a traversible reference to another location. May contain text and + sub-elements that describe the destination.
accidMEI.sharedRecords a temporary alteration to the pitch of a note.
actorMEI.sharedName of an actor appearing within a cast list.
addressMEI.sharedContains a postal address, for example of a publisher, an organization, or an + individual.
addrLineMEI.sharedSingle line of a postal address.
ambitusMEI.sharedRange of a voice, instrument or piece.
ambNoteMEI.sharedHighest or lowest pitch in a score, staff, or layer.
analyticMEI.sharedContains bibliographic elements describing an item ( e.g. , an article or + poem) published within a monograph or journal and not as an independent publication.
annotMEI.sharedProvides a statement explaining the text or indicating the basis for an + assertion.
arrangerMEI.sharedA person or organization who transcribes a musical composition, usually for a different + medium from that of the original; in an arrangement the musical substance remains + essentially + unchanged.
articMEI.sharedAn indication of how to play a note or chord.
authorMEI.sharedThe name of the creator of the intellectual content of a non-musical, literary + work.
barLineMEI.sharedVertical line drawn through one or more staves that divides musical notation into + metrical + units.
biblMEI.sharedProvides a loosely-structured bibliographic citation in which + the sub-components may or may not be explicitly marked.
biblListMEI.sharedList of bibliographic references.
biblScopeMEI.sharedDefines the scope of a bibliographic reference, for example as a + list of page numbers, or a named subdivision of a larger work.
biblStructMEI.sharedContains a bibliographic citation in which + bibliographic sub-elements must appear in a specified order.
bodyMEI.sharedContains the whole of a single musical text, excluding any front or back matter.
captionMEI.sharedA label which accompanies an illustration or a table.
castGrpMEI.sharedGroups one or more individual castItem elements within a cast list.
castItemMEI.sharedContains a single entry within a cast list, describing either a single role or a list + of + non-speaking roles.
castListMEI.sharedContains a single cast list or dramatis personae.
cbMEI.sharedAn empty formatting element that forces text to begin in a new + column.
chordMEI.sharedA simultaneous sounding of two or more notes in the same layer *with the same + duration*.
clefMEI.sharedIndication of the exact location of a particular note on the staff and, therefore, + the + other notes as well.
clefGrpMEI.sharedA set of simultaneously-occurring clefs.
colLayoutMEI.sharedAn empty formatting element that signals the start of columnar + layout.
composerMEI.sharedThe name of the creator of the intellectual content of a musical work.
contributorMEI.sharedNames of individuals, institutions, or organizations responsible for contributions + to the + intellectual content of a work, where the specialized elements for authors, editors, + etc. do + not suffice or do not apply.
creationMEI.sharedNon-bibliographic details of the creation of an intellectual entity, in narrative + form, + such as the date, place, and circumstances of its composition. More detailed information + may + be captured within the history element.
custosMEI.sharedSymbol placed at the end of a line of music to indicate the first note of the next + line. + Sometimes called a "direct".
dateMEI.sharedA string identifying a point in time or the time period between two such points.
dedicateeMEI.sharedEntity to whom a creative work is formally offered.
depthMEI.sharedDescription of a measurement taken through a three-dimensional object.
descMEI.sharedContainer for text that briefly describes the feature to which it is + attached, including its intended usage, purpose, or application as appropriate.
dimMEI.sharedAny single dimensional specification.
dimensionsMEI.sharedInformation about the physical size of an entity; usually includes numerical data.
distributorMEI.sharedPerson or agency, other than a publisher, from which access (including electronic + access) + to a bibliographic entity may be obtained.
divMEI.sharedMajor structural division of text, such as a preface, chapter or + section.
dotMEI.sharedDot of augmentation or division.
editionMEI.sharedA word or text phrase that indicates a difference in either + content or form between the item being described and a related item previously issued + by the + same publisher/distributor ( e.g. , 2nd edition, version 2.0, etc.), or simultaneously + issued by + either the same publisher/distributor or another publisher/distributor ( e.g. , large + print + edition, British edition, etc.).
editorMEI.sharedThe name of the individual(s), institution(s) or organization(s) acting in an editorial + capacity.
endingMEI.sharedAlternative ending for a repeated passage of music; i.e. , prima volta, seconda volta, + etc.
eventMEI.sharedContains a free-text event description.
eventListMEI.sharedContains historical information given as a sequence of significant past events.
expansionMEI.sharedIndicates how a section may be programmatically expanded into its 'through-composed' + form.
extentMEI.sharedUsed to express size in terms other than physical dimensions, such as number of pages, + records, bytes, physical components, etc.
extDataMEI.sharedProvides a container element for non-MEI data formats.
funderMEI.sharedNames of individuals, institutions, or organizations responsible for funding. Funders + provide financial support for a project; they are distinct from sponsors, who provide + intellectual support and authority.
genreMEI.sharedTerm or terms that designate a category characterizing a particular style, form, or + content.
groupMEI.sharedContains a composite musical text, grouping together a sequence of distinct musical + texts + (or groups of such musical texts) which are regarded as a unit for some purpose, for + example, + the collected works of a composer.
grpSymMEI.sharedA brace or bracket used to group two or more staves of a score or + part.
headMEI.sharedContains any heading, for example, the title of a section of text, or the + heading of a list.
heightMEI.sharedDescription of the vertical size of an object.
identifierMEI.sharedAn alpha-numeric string that establishes the identity of the described material.
imprintMEI.sharedInformation relating to the publication or distribution of a bibliographic item.
incipMEI.sharedThe opening music and/or words of a musical or textual work.
keyAccidMEI.sharedAccidental in a key signature.
keySigMEI.sharedWritten key signature.
labelMEI.sharedA container for document text that identifies the feature to which it is attached. + For a + "tool tip" or other generated label, use the label attribute.
labelAbbrMEI.sharedA label on the pages following the first.
layerMEI.sharedAn independent stream of events on a staff.
layerDefMEI.sharedContainer for layer meta-information.
lbMEI.sharedAn empty formatting element that forces text to begin on a new + line.
lgMEI.sharedMay be used for any section of text that is organized as a group of lines; + however, it is most often used for a group of verse lines functioning as a formal + unit, e.g. , a + stanza, refrain, verse paragraph, etc.
librettistMEI.sharedPerson or organization who is a writer of the text of an opera, oratorio, etc.
lyricistMEI.sharedPerson or organization who is a writer of the text of a song.
mdivMEI.sharedContains a subdivision of the body of a musical text.
monogrMEI.sharedContains bibliographic elements describing an item, for example, a + published book or journal, score, recording, or an unpublished manuscript.
nameMEI.sharedProper noun or noun phrase.
numMEI.sharedNumeric information in any form.
pMEI.sharedOne or more text phrases that form a logical prose passage.
padMEI.sharedAn indication of extra visual space between notational elements.
partMEI.sharedAn alternative visual rendition of the score from the point of view of a particular + performer (or group of performers).
partsMEI.sharedProvides a container for performers' parts.
pbMEI.sharedAn empty formatting element that forces text to begin on a new + page.
pgDescMEI.sharedContains a brief prose description of the appearance or description + of the content of a physical page.
pgFootMEI.sharedA running footer.
pgHeadMEI.sharedA running header.
phraseMEI.sharedIndication of 1) a "unified melodic idea" or 2) performance technique.
physLocMEI.sharedGroups information about the current physical location of a + bibliographic item, such as the repository in which it is located and its shelf mark(s), + and + its previous locations.
publisherMEI.sharedName of the organization responsible for the publication of a bibliographic item.
pubPlaceMEI.sharedName of the place where a bibliographic item was published.
recipientMEI.sharedThe name of the individual(s), institution(s) or organization(s) receiving + correspondence.
relatedItemMEI.sharedContains or references another bibliographic item which is related to the + present one.
relationMEI.sharedDescribes a relationship or linkage amongst entities.
relationListMEI.sharedGathers relation elements.
rendMEI.sharedA formatting element indicating special visual rendering, e.g. , bold or + italicized, of a text word or phrase.
repositoryMEI.sharedInstitution, agency, or individual which holds a bibliographic item.
respMEI.sharedA phrase describing the nature of intellectual responsibility.
respStmtMEI.sharedTranscription of text that names one or more individuals, + groups, or in rare cases, mechanical processes, responsible for creation, realization, + production, funding, or distribution of the intellectual or artistic content.
restMEI.sharedA non-sounding event found in the source being transcribed.
roleMEI.sharedName of a dramatic role, as given in a cast list.
roleDescMEI.sharedDescribes a character’s role in a drama.
sbMEI.sharedAn empty formatting element that forces musical notation to begin on + a new line.
scoreMEI.sharedFull score view of the musical content.
sectionMEI.sharedSegment of music data.
seriesMEI.sharedContains information about the serial publication in which a bibliographic item has + appeared.
spaceMEI.sharedA 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.
speakerMEI.sharedContains a specialized form of heading or label, giving the name of one or more speakers + in a dramatic text or fragment.
sponsorMEI.sharedNames of sponsoring individuals, organizations or institutions. Sponsors give their + intellectual authority to a project; they are to be distinguished from funders, who + provide + the funding but do not necessarily take intellectual responsibility.
stackMEI.sharedAn inline table with a single column.
staffMEI.sharedA group of equidistant horizontal lines on which notes are placed in order to represent + pitch or a grouping element for individual 'strands' of notes, rests, etc. that may + or may not + actually be rendered on staff lines; that is, both diastematic and non-diastematic + signs.
staffGrpMEI.sharedA group of bracketed or braced staves.
sylMEI.sharedIndividual lyric syllable.
symbolMEI.sharedA reference to a previously defined symbol.
termMEI.sharedKeyword or phrase which describes a resource.
textLangMEI.sharedIdentifies the languages and writing systems within the work described + by a bibliographic description, not the language of the description.
titleMEI.sharedTitle of a bibliographic entity.
titlePageMEI.sharedContains a transcription of the title page of a text.
titlePartMEI.sharedContains a subsection or division of the title of a bibliographic entity.
widthMEI.sharedDescription of the horizontal size of an object.
argumentMEI.textContains a formal list or prose description of topics addressed.
backMEI.textContains any appendixes, advertisements, indexes, etc. following the main + body of a musical text.
epigraphMEI.textContains a quotation, anonymous or attributed, appearing on a title page.
frontMEI.textBundles prefatory text found before the start of the musical text.
imprimaturMEI.textContains a formal statement authorizing the publication of a work, sometimes required + to + appear on a title page or its verso.
lMEI.textContains a single line of text within a line group.
liMEI.textSingle item in a list .
listMEI.textA formatting element that contains a series of items separated from one another and + arranged in a linear, often vertical, sequence.
segMEI.textrepresents any segmentation of text below the "text component" level.
anchoredTextMEI.usersymbolsContainer for text that is fixed to a particular page location, regardless of changes + made + to the layout of the measures around it.
curveMEI.usersymbolsA curved line that cannot be represented by a more specific element, such as a + slur.
lineMEI.usersymbolsA visual line that cannot be represented by a more specific; i.e. , semantic, + element.
mappingMEI.usersymbolsOne or more characters which are related to the parent symbol in some respect, as + specified by the type attribute.
propNameMEI.usersymbolsName of a property of the symbol.
propValueMEI.usersymbolsA single property value.
symNameMEI.usersymbolsContains the name of a symbol, expressed following Unicode + conventions.
symPropMEI.usersymbolsProvides a name and value for some property of the parent + symbol.
symbolTableMEI.usersymbolsContains a set of user-defined symbols.
+

Attribute Class Comparison

+

19 new attribute classes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
att.course.anlMEI.analyticalAnalytical domain attributes.
att.tabDurSym.anlMEI.analyticalAnalytical domain attributes.
att.tabGrp.anlMEI.analyticalAnalytical domain attributes.
att.tuning.anlMEI.analyticalAnalytical domain attributes.
att.course.gesMEI.gesturalGestural domain attributes.
att.tabDurSym.gesMEI.gesturalGestural domain attributes.
att.tabGrp.gesMEI.gesturalGestural domain attributes.
att.tuning.gesMEI.gesturalGestural domain attributes.
att.dataSelectingMEI.sharedAttributes for selecting data.
att.tuning.logMEI.sharedLogical domain attributes for tuning.
att.course.logMEI.stringtabLogical domain attributes.
att.scoreDef.vis.tablatureMEI.stringtabVisual domain attributes for scoreDef in the tablature repertoire.
att.staffDef.vis.tablatureMEI.stringtabVisual domain attributes for staffDef in the tablature repertoire.
att.tabDurSym.logMEI.stringtabLogical domain attributes.
att.tabGrp.logMEI.stringtabLogical domain attributes.
att.course.visMEI.visualVisual domain attributes.
att.tabDurSym.visMEI.visualVisual domain attributes.
att.tabGrp.visMEI.visualVisual domain attributes.
att.tuning.visMEI.visualVisual domain attributes.
+

0 removed attribute classes:

+
+

27 modified attributes classes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
att.halfmRpt.logMEI.cmnLogical domain attributes.Classes:
+
Attributes:
    +
    att.stringtabMEI.stringtabString tablature string and fret information.Classes:
      +
      Attributes:
      +
      att.stringtab.tuningMEI.stringtabString tablature tuning information.This collection of attributes is deprecated in favor of the new tuning element and + will be removed in a future version. String tablature tuning information.Classes:
        +
        Attributes:
        +
        att.attacca.visMEI.visualVisual domain attributes.Classes:
          +
        • att.color
        • +
        • att.extender
        • +
        • att.placementRelStaff
        • +
        • att.verticalGroup
        • +
        • att.visualOffset
        • +
        • att.visualOffset2.ho
        • +
        • att.visualOffset2.to
        • +
        • att.xy
        • +
        +
        Attributes:
          +
          att.bend.visMEI.visualVisual domain attributes. If the bulge or bezier attributes are present, the bend + should + be rendered as a curve. Otherwise, it should be rendered using lines. The ho and vo + attributes + describe the visual offset of the entire rendered bend. The endho, endvo and startho, + startvo + attribute pairs may be used to encode start and end points relative to their programmatic + placement. For exact placement of the endpoints of the bend, use the x and y + attributes.Classes:
            +
          • att.color
          • +
          • att.curvature
          • +
          • att.lineRend.base
          • +
          • att.verticalGroup
          • +
          • att.visualOffset
          • +
          • att.visualOffset2
          • +
          • att.xy
          • +
          • att.xy2
          • +
          +
          Attributes:
            +
            att.breath.visMEI.visualVisual domain attributes.Classes:
              +
            • att.altSym
            • +
            • att.color
            • +
            • att.extSym
            • +
            • att.placementRelStaff
            • +
            • att.staffLoc
            • +
            • att.staffLoc.pitched
            • +
            • att.typography
            • +
            • att.verticalGroup
            • +
            • att.visualOffset
            • +
            • att.xy
            • +
            +
            Attributes:
              +
              att.caesura.visMEI.visualVisual domain attributes.Classes:
                +
              • att.altSym
              • +
              • att.color
              • +
              • att.extSym
              • +
              • att.placementRelStaff
              • +
              • att.staffLoc
              • +
              • att.staffLoc.pitched
              • +
              • att.typography
              • +
              • att.verticalGroup
              • +
              • att.visualOffset
              • +
              • att.xy
              • +
              +
              Attributes:
                +
                att.cpMark.visMEI.visualVisual domain attributes.Classes:
                  +
                • att.altSym
                • +
                • att.color
                • +
                • att.enclosingChars
                • +
                • att.extSym
                • +
                • att.placementRelStaff
                • +
                • att.typography
                • +
                • att.verticalGroup
                • +
                • att.visualOffset
                • +
                • att.xy
                • +
                +
                Attributes:
                  +
                  att.dir.visMEI.visualVisual domain attributes.Classes:
                    +
                  • att.color
                  • +
                  • att.extender
                  • +
                  • att.placementRelStaff
                  • +
                  • att.verticalGroup
                  • +
                  • att.visualOffset
                  • +
                  • att.visualOffset2.ho
                  • +
                  • att.visualOffset2.to
                  • +
                  • att.xy
                  • +
                  +
                  Attributes:
                    +
                    att.dynam.visMEI.visualVisual domain attributes.Classes:
                      +
                    • att.color
                    • +
                    • att.extender
                    • +
                    • att.placementRelStaff
                    • +
                    • att.verticalGroup
                    • +
                    • att.visualOffset
                    • +
                    • att.visualOffset2.ho
                    • +
                    • att.visualOffset2.to
                    • +
                    • att.xy
                    • +
                    +
                    Attributes:
                      +
                      att.f.visMEI.visualVisual domain attributes.Classes:
                        +
                      • att.altSym
                      • +
                      • att.color
                      • +
                      • att.extender
                      • +
                      • att.placementRelStaff
                      • +
                      • att.visualOffset
                      • +
                      • att.xy
                      • +
                      +
                      Attributes:
                        +
                        att.fermata.visMEI.visualVisual domain attributes.Classes:
                          +
                        • att.altSym
                        • +
                        • att.color
                        • +
                        • att.enclosingChars
                        • +
                        • att.extSym
                        • +
                        • att.placementRelStaff
                        • +
                        • att.typography
                        • +
                        • att.verticalGroup
                        • +
                        • att.visualOffset
                        • +
                        • att.xy
                        • +
                        +
                        Attributes:
                          +
                        • form
                        • +
                        • shape
                        • +
                        +
                        att.fing.visMEI.visualVisual domain attributes.Classes:
                        +
                        Attributes:
                          +
                          att.fingGrp.visMEI.visualVisual domain attributes.Classes:
                          +
                          Attributes:
                            +
                          • orient
                          • +
                          +
                          att.harm.visMEI.visualVisual domain attributes.Classes:
                            +
                          • att.color
                          • +
                          • att.extender
                          • +
                          • att.placementRelStaff
                          • +
                          • att.verticalGroup
                          • +
                          • att.visualOffset
                          • +
                          • att.visualOffset2.ho
                          • +
                          • att.visualOffset2.to
                          • +
                          • att.xy
                          • +
                          +
                          Attributes:
                            +
                          • rendgrid
                          • +
                          +
                          att.harpPedal.visMEI.visualVisual domain attributes.Classes:
                            +
                          • att.altSym
                          • +
                          • att.color
                          • +
                          • att.extSym
                          • +
                          • att.placementRelStaff
                          • +
                          • att.typography
                          • +
                          • att.verticalGroup
                          • +
                          • att.visualOffset
                          • +
                          • att.xy
                          • +
                          +
                          Attributes:
                            +
                            att.metaMark.visMEI.visualVisual domain attributes.Classes:
                            +
                            Attributes:
                              +
                              att.meterSigGrp.visMEI.visualVisual domain attributes.Classes:
                              +
                              Attributes:
                                +
                                att.mordent.visMEI.visualVisual domain attributes.Classes:
                                  +
                                • att.altSym
                                • +
                                • att.color
                                • +
                                • att.enclosingChars
                                • +
                                • att.extSym
                                • +
                                • att.placementRelStaff
                                • +
                                • att.typography
                                • +
                                • att.verticalGroup
                                • +
                                • att.visualOffset
                                • +
                                +
                                Attributes:
                                  +
                                  att.octave.visMEI.visualVisual domain attributes.Classes:
                                    +
                                  • att.color
                                  • +
                                  • att.extender
                                  • +
                                  • att.verticalGroup
                                  • +
                                  • att.visualOffset
                                  • +
                                  • att.visualOffset2.ho
                                  • +
                                  • att.visualOffset2.to
                                  • +
                                  • att.xy
                                  • +
                                  +
                                  Attributes:
                                    +
                                    att.ornam.visMEI.visualVisual domain attributes.Classes:
                                      +
                                    • att.altSym
                                    • +
                                    • att.color
                                    • +
                                    • att.enclosingChars
                                    • +
                                    • att.placementRelStaff
                                    • +
                                    • att.verticalGroup
                                    • +
                                    • att.visualOffset
                                    • +
                                    • att.visualOffset2.ho
                                    • +
                                    • att.visualOffset2.to
                                    • +
                                    • att.xy
                                    • +
                                    +
                                    Attributes:
                                      +
                                      att.repeatMark.visMEI.visualVisual domain attributes.Classes:
                                        +
                                      • att.color
                                      • +
                                      • att.extender
                                      • +
                                      • att.extSym
                                      • +
                                      • att.placementRelStaff
                                      • +
                                      • att.verticalGroup
                                      • +
                                      • att.visualOffset
                                      • +
                                      • att.visualOffset2.ho
                                      • +
                                      • att.visualOffset2.to
                                      • +
                                      • att.xy
                                      • +
                                      +
                                      Attributes:
                                        +
                                        att.scoreDef.visMEI.visualVisual domain attributes for scoreDef in the CMN repertoire.Classes:
                                          +
                                        • att.barring
                                        • +
                                        • att.cleffing.vis
                                        • +
                                        • att.distances
                                        • +
                                        • att.endings
                                        • +
                                        • att.keySigDefault.vis
                                        • +
                                        • att.lyricStyle
                                        • +
                                        • att.measureNumbers
                                        • +
                                        • att.meterSigDefault.vis
                                        • +
                                        • att.multinumMeasures
                                        • +
                                        • att.notationStyle
                                        • +
                                        • att.oneLineStaff
                                        • +
                                        • att.optimization
                                        • +
                                        • att.pages
                                        • +
                                        • att.spacing
                                        • +
                                        • att.staffItems
                                        • +
                                        • att.systems
                                        • +
                                        • att.textStyle
                                        • +
                                        • att.scoreDef.vis.cmn
                                        • +
                                        • att.scoreDef.vis.mensural
                                        • +
                                        • att.scoreDef.vis.tablature
                                        • +
                                        +
                                        Attributes:
                                          +
                                        • vu.height
                                        • +
                                        +
                                        att.staffDef.visMEI.visualVisual domain attributes for staffDef.Classes:
                                          +
                                        • att.barring
                                        • +
                                        • att.cleffing.vis
                                        • +
                                        • att.distances
                                        • +
                                        • att.guitarGrid.vis
                                        • +
                                        • att.keySigDefault.vis
                                        • +
                                        • att.lyricStyle
                                        • +
                                        • att.meterSigDefault.vis
                                        • +
                                        • att.multinumMeasures
                                        • +
                                        • att.notationStyle
                                        • +
                                        • att.oneLineStaff
                                        • +
                                        • att.scalable
                                        • +
                                        • att.staffItems
                                        • +
                                        • att.textStyle
                                        • +
                                        • att.visibility
                                        • +
                                        • att.staffDef.vis.cmn
                                        • +
                                        • att.staffDef.vis.mensural
                                        • +
                                        • att.staffDef.vis.tablature
                                        • +
                                        +
                                        Attributes:
                                          +
                                        • layerscheme
                                        • +
                                        • lines.color
                                        • +
                                        • lines.visible
                                        • +
                                        • spacing
                                        • +
                                        +
                                        att.tempo.visMEI.visualVisual domain attributes.Classes:
                                          +
                                        • att.color
                                        • +
                                        • att.extender
                                        • +
                                        • att.placementRelStaff
                                        • +
                                        • att.verticalGroup
                                        • +
                                        • att.visualOffset
                                        • +
                                        • att.visualOffset2.ho
                                        • +
                                        • att.visualOffset2.to
                                        • +
                                        • att.xy
                                        • +
                                        +
                                        Attributes:
                                          +
                                          att.trill.visMEI.visualVisual domain attributes.Classes:
                                            +
                                          • att.altSym
                                          • +
                                          • att.color
                                          • +
                                          • att.enclosingChars
                                          • +
                                          • att.extender
                                          • +
                                          • att.extSym
                                          • +
                                          • att.placementRelStaff
                                          • +
                                          • att.typography
                                          • +
                                          • att.verticalGroup
                                          • +
                                          • att.visualOffset
                                          • +
                                          • att.visualOffset2.ho
                                          • +
                                          • att.visualOffset2.to
                                          • +
                                          • att.xy
                                          • +
                                          +
                                          Attributes:
                                            +
                                            att.turn.visMEI.visualVisual domain attributes.Classes:
                                              +
                                            • att.altSym
                                            • +
                                            • att.color
                                            • +
                                            • att.enclosingChars
                                            • +
                                            • att.extSym
                                            • +
                                            • att.placementRelStaff
                                            • +
                                            • att.typography
                                            • +
                                            • att.verticalGroup
                                            • +
                                            • att.visualOffset
                                            • +
                                            • att.xy
                                            • +
                                            +
                                            Attributes:
                                              +
                                              +

                                              683 unchanged attribute classes:

                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                              att.notationTypeMEIAttributes that provide for classification of notation.
                                              att.accid.anlMEI.analyticalAnalytical domain attributes.
                                              att.ambitus.anlMEI.analyticalAnalytical domain attributes.
                                              att.ambNote.anlMEI.analyticalAnalytical domain attributes.
                                              att.anchoredText.anlMEI.analyticalAnalytical domain attributes.
                                              att.annot.anlMEI.analyticalAnalytical domain attributes.
                                              att.arpeg.anlMEI.analyticalAnalytical domain attributes.
                                              att.artic.anlMEI.analyticalAnalytical domain attributes.
                                              att.attacca.anlMEI.analyticalAnalytical domain attributes.
                                              att.barLine.anlMEI.analyticalAnalytical domain attributes.
                                              att.beam.anlMEI.analyticalAnalytical domain attributes.
                                              att.beamSpan.anlMEI.analyticalAnalytical domain attributes.
                                              att.beatRpt.anlMEI.analyticalAnalytical domain attributes.
                                              att.bend.anlMEI.analyticalAnalytical domain attributes.
                                              att.bracketSpan.anlMEI.analyticalAnalytical domain attributes.
                                              att.breath.anlMEI.analyticalAnalytical domain attributes.
                                              att.bTrem.anlMEI.analyticalAnalytical domain attributes.
                                              att.caesura.anlMEI.analyticalAnalytical domain attributes.
                                              att.chord.anlMEI.analyticalAnalytical domain attributes.
                                              att.chordDef.anlMEI.analyticalAnalytical domain attributes.
                                              att.chordMember.anlMEI.analyticalAnalytical domain attributes.
                                              att.clef.anlMEI.analyticalAnalytical domain attributes.
                                              att.clefGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.cpMark.anlMEI.analyticalAnalytical domain attributes.
                                              att.curve.anlMEI.analyticalAnalytical domain attributes.
                                              att.custos.anlMEI.analyticalAnalytical domain attributes.
                                              att.mdiv.anlMEI.analyticalAnalytical domain attributes.
                                              att.dir.anlMEI.analyticalAnalytical domain attributes.
                                              att.dot.anlMEI.analyticalAnalytical domain attributes.
                                              att.dynam.anlMEI.analyticalAnalytical domain attributes.
                                              att.ending.anlMEI.analyticalAnalytical domain attributes.
                                              att.episema.anlMEI.analyticalAnalytical domain attributes.
                                              att.f.anlMEI.analyticalAnalytical domain attributes.
                                              att.fermata.anlMEI.analyticalAnalytical domain attributes.
                                              att.fing.anlMEI.analyticalAnalytical domain attributes.
                                              att.fingGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.fTrem.anlMEI.analyticalAnalytical domain attributes.
                                              att.gliss.anlMEI.analyticalAnalytical domain attributes.
                                              att.grpSym.anlMEI.analyticalAnalytical domain attributes.
                                              att.hairpin.anlMEI.analyticalAnalytical domain attributes.
                                              att.halfmRpt.anlMEI.analyticalAnalytical domain attributes.
                                              att.harm.anlMEI.analyticalAnalytical domain attributes.
                                              att.graceGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.harmonicFunctionMEI.analyticalAttributes describing the harmonic function of a single pitch.
                                              att.harpPedal.anlMEI.analyticalAnalytical domain attributes.
                                              att.hispanTick.anlMEI.analyticalAnalytical domain attributes.
                                              att.instrDef.anlMEI.analyticalAnalytical domain attributes.
                                              att.intervalHarmonicMEI.analyticalAttributes that describe harmonic intervals.
                                              att.intervalMelodicMEI.analyticalAttributes that provide for description of intervallic content.
                                              att.keyAccid.anlMEI.analyticalAnalytical domain attributes.
                                              att.keySig.anlMEI.analyticalAnalytical domain attributes.
                                              att.keySigDefault.anlMEI.analyticalUsed by staffDef and scoreDef to provide default values for attributes in the analytical + domain that are related to key signatures.
                                              att.layer.anlMEI.analyticalAnalytical domain attributes.
                                              att.layerDef.anlMEI.analyticalAnalytical domain attributes.
                                              att.ligature.anlMEI.analyticalAnalytical domain attributes.
                                              att.line.anlMEI.analyticalAnalytical domain attributes.
                                              att.liquescent.anlMEI.analyticalAnalytical domain attributes.
                                              att.lv.anlMEI.analyticalAnalytical domain attributes.
                                              att.lyrics.anlMEI.analyticalAnalytical domain attributes.
                                              att.measure.anlMEI.analyticalAnalytical domain attributes.
                                              att.melodicFunctionMEI.analyticalAttributes describing melodic function.
                                              att.mensur.anlMEI.analyticalAnalytical domain attributes.
                                              att.metaMark.anlMEI.analyticalAnalytical domain attributes.
                                              att.meterSig.anlMEI.analyticalAnalytical domain attributes.
                                              att.meterSigGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.midi.anlMEI.analyticalAnalytical domain attributes.
                                              att.mNum.anlMEI.analyticalAnalytical domain attributes.
                                              att.mordent.anlMEI.analyticalAnalytical domain attributes.
                                              att.mRest.anlMEI.analyticalAnalytical domain attributes in the CMN repertoire.
                                              att.mRpt.anlMEI.analyticalAnalytical domain attributes.
                                              att.mRpt2.anlMEI.analyticalAnalytical domain attributes.
                                              att.mSpace.anlMEI.analyticalAnalytical domain attributes in the CMN repertoire. Use the n attribute to explicitly + encode this measure’s position in a string of measures containing only mRest elements.
                                              att.multiRest.anlMEI.analyticalAnalytical domain attributes.
                                              att.multiRpt.anlMEI.analyticalAnalytical domain attributes.
                                              att.nc.anlMEI.analyticalAnalytical domain attributes.
                                              att.ncGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.neume.anlMEI.analyticalAnalytical domain attributes.
                                              att.note.anlMEI.analyticalAnalytical domain attributes.
                                              att.octave.anlMEI.analyticalAnalytical domain attributes.
                                              att.ornam.anlMEI.analyticalAnalytical domain attributes.
                                              att.oriscus.anlMEI.analyticalAnalytical domain attributes.
                                              att.ossia.anlMEI.analyticalAnalytical domain attributes.
                                              att.pad.anlMEI.analyticalAnalytical domain attributes.
                                              att.part.anlMEI.analyticalAnalytical domain attributes.
                                              att.parts.anlMEI.analyticalAnalytical domain attributes.
                                              att.pb.anlMEI.analyticalAnalytical domain attributes.
                                              att.pedal.anlMEI.analyticalAnalytical domain attributes.
                                              att.phrase.anlMEI.analyticalAnalytical domain attributes.
                                              att.pitchClassMEI.analyticalAttributes that describe pitch class.
                                              att.plica.anlMEI.analyticalAnalytical domain attributes that describe the properties of a plica in the mensural + repertoire.
                                              att.proport.anlMEI.analyticalAnalytical domain attributes.
                                              att.quilisma.anlMEI.analyticalAnalytical domain attributes.
                                              att.rdg.anlMEI.analyticalAnalytical domain attributes.
                                              att.refrain.anlMEI.analyticalAnalytical domain attributes.
                                              att.reh.anlMEI.analyticalAnalytical domain attributes.
                                              att.repeatMark.anlMEI.analyticalAnalytical domain attributes.
                                              att.rest.anlMEI.analyticalAnalytical domain attributes.
                                              att.sb.anlMEI.analyticalAnalytical domain attributes.
                                              att.score.anlMEI.analyticalAnalytical domain attributes.
                                              att.scoreDef.anlMEI.analyticalAnalytical domain attributes.
                                              att.section.anlMEI.analyticalAnalytical domain attributes.
                                              att.slur.anlMEI.analyticalAnalytical domain attributes.
                                              att.signifLet.anlMEI.analyticalAnalytical domain attributes.
                                              att.solfaMEI.analyticalAttributes that specify pitch using sol-fa.
                                              att.sp.anlMEI.analyticalAnalytical domain attributes.
                                              att.space.anlMEI.analyticalAnalytical domain attributes.
                                              att.staff.anlMEI.analyticalAnalytical domain attributes.
                                              att.staffDef.anlMEI.analyticalAnalytical domain attributes.
                                              att.staffGrp.anlMEI.analyticalAnalytical domain attributes.
                                              att.stageDir.anlMEI.analyticalAnalytical domain attributes.
                                              att.stem.anlMEI.analyticalAnalytical domain attributes that describe the properties of a stem in the mensural + repertoire.
                                              att.strophicus.anlMEI.analyticalAnalytical domain attributes.
                                              att.syl.anlMEI.analyticalAnalytical domain attributes.
                                              att.syllable.anlMEI.analyticalAnalytical domain attributes.
                                              att.symbol.anlMEI.analyticalAnalytical domain attributes.
                                              att.tempo.anlMEI.analyticalAnalytical domain attributes.
                                              att.tie.anlMEI.analyticalAnalytical domain attributes.
                                              att.trill.anlMEI.analyticalAnalytical domain attributes.
                                              att.tuplet.anlMEI.analyticalAnalytical domain attributes.
                                              att.tupletSpan.anlMEI.analyticalAnalytical domain attributes.
                                              att.turn.anlMEI.analyticalAnalytical domain attributes.
                                              att.verse.anlMEI.analyticalAnalytical domain attributes.
                                              att.volta.anlMEI.analyticalAnalytical domain attributes.
                                              att.arpeg.logMEI.cmnLogical domain attributes.
                                              att.beam.logMEI.cmnLogical domain attributes.
                                              att.beamedWithMEI.cmnAttributes indicating cross-staff beaming.
                                              att.beaming.logMEI.cmnUsed by layerDef, staffDef, and scoreDef to provide default values for attributes + in the + logical domain related to beaming.
                                              att.beamPresentMEI.cmnAttributes that indicate whether an event lies under a beam.
                                              att.beamRendMEI.cmnAttributes that record the visual rendition of beams.
                                              att.beamSecondaryMEI.cmnAttributes that capture information about secondary beaming.
                                              att.beamSpan.logMEI.cmnLogical domain attributes.
                                              att.beatRpt.logMEI.cmnLogical domain attributes.
                                              att.bend.logMEI.cmnLogical domain attributes.
                                              att.bracketSpan.logMEI.cmnLogical domain attributes.
                                              att.breath.logMEI.cmnLogical domain attributes.
                                              att.bTrem.logMEI.cmnLogical domain attributes.
                                              att.chord.anl.cmnMEI.cmnAnalytical domain attributes in the CMN repertoire.
                                              att.chord.ges.cmnMEI.cmnGestural domain attributes for CMN features.
                                              att.chord.log.cmnMEI.cmnLogical domain attributes in the CMN repertoire.
                                              att.chord.vis.cmnMEI.cmnVisual domain attributes for chord. The slur, slur.dir, slur.rend, tie, tie.dir, and + tie.rend attributes here are "syntactic sugar" for these attributes on each of the + chord's + individual notes. The values here apply to all the notes in the chord. If some notes + are + slurred or tied while others aren't, then the individual note attributes must be used.
                                              att.cutoutMEI.cmnAttributes that indicate how to render the staff lines of the measure containing an + element belonging to this attribute class.
                                              att.mNum.logMEI.cmnLogical domain attributes.
                                              att.expandableMEI.cmnAttributes that indicate whether to render a repeat symbol or the source material + to which + it refers.
                                              att.fermata.logMEI.cmnLogical domain attributes.
                                              att.fTrem.logMEI.cmnLogical domain attributes.
                                              att.glissPresentMEI.cmnAttributes that indicate whether an event participates in a glissando.
                                              att.gliss.logMEI.cmnLogical domain attributes.
                                              att.gracedMEI.cmnAttributes that mark a note or chord as a "grace", how it should "steal" time, and + how + much time should be allotted to the grace note/chord.
                                              att.graceGrp.logMEI.cmnLogical domain attributes.
                                              att.hairpin.logMEI.cmnLogical domain attributes.
                                              att.harpPedal.logMEI.cmnLogical domain attributes. The pedal setting, i.e. , flat, natural, or sharp, for + each + diatonic pitch name is indicated by the seven letter-named attributes.
                                              att.layerDef.log.cmnMEI.cmnLogical domain attributes.
                                              att.lv.logMEI.cmnLogical domain attributes.
                                              att.lvPresentMEI.cmnAttributes that indicate the presence of an l.v. (laissez vibrer) marking attached + to a + feature. If visual information about the lv sign needs to be recorded, then an lv + element should be employed.
                                              att.measure.logMEI.cmnLogical domain attributes. The n attribute contains a name or number associated with + the + measure (Read, p. 445). Often, this is an integer, but not always. For example, some + measures, + especially incomplete measures or those under an ending mark, may have labels that + contain an + integer plus a suffix, such as '12a'. Measures may even have labels, especially in + editorial + or analytical uses of MEI, that are entirely non-numeric strings. Measure numbers + may be + machine-generated instead of encoding them in the markup. However, an explicit measure + number + should restart numbering with the given value. The join attribute may be used to indicate + another measure which metrically completes the current, incomplete one.
                                              att.meterSigGrp.logMEI.cmnLogical domain attributes.
                                              att.mRest.logMEI.cmnLogical domain attributes.
                                              att.mRpt.logMEI.cmnLogical domain attributes.
                                              att.mRpt2.logMEI.cmnLogical domain attributes.
                                              att.mSpace.logMEI.cmnLogical domain attributes in the CMN repertoire.
                                              att.multiRest.logMEI.cmnLogical domain attributes.
                                              att.multiRpt.logMEI.cmnLogical domain attributes.
                                              att.note.anl.cmnMEI.cmnAnalytical domain attributes in the CMN repertoire.
                                              att.note.log.cmnMEI.cmnLogical domain attributes.
                                              att.note.vis.cmnMEI.cmnVisual domain attributes.
                                              att.numberedMEI.cmnAttributes that record numbers to be displayed with a feature.
                                              att.numberPlacementMEI.cmnAttributes that record the placement and visibility of numbers that accompany a bowed + tremolo or tuplet.
                                              att.octave.logMEI.cmnLogical domain attributes.
                                              att.ossia.logMEI.cmnLogical domain attributes.
                                              att.pedal.logMEI.cmnLogical domain attributes.
                                              att.phrase.vis.cmnMEI.cmnVisual domain attributes.
                                              att.pianoPedalsMEI.cmnUsed by scoreDef and staffDef to provide default description of piano pedal + rendition.
                                              att.reh.logMEI.cmnLogical domain attributes.
                                              att.rehearsalMEI.cmnAttributes used by scoreDef and staffDef to provide default information about rehearsal + numbers/letters.
                                              att.rest.anl.cmnMEI.cmnAnalytical domain attributes in the CMN repertoire.
                                              att.rest.log.cmnMEI.cmnLogical domain attributes in the CMN repertoire.
                                              att.rest.vis.cmnMEI.cmnVisual domain attributes.
                                              att.scoreDef.log.cmnMEI.cmnLogical domain attributes.
                                              att.scoreDef.vis.cmnMEI.cmnVisual domain attributes.
                                              att.slur.logMEI.cmnLogical domain attributes.
                                              att.slurRendMEI.cmnAttributes that describe the rendition of slurs.
                                              att.space.anl.cmnMEI.cmnAnalytical domain attributes in the CMN repertoire.
                                              att.space.log.cmnMEI.cmnLogical domain attributes in the CMN repertoire.
                                              att.staffDef.log.cmnMEI.cmnLogical domain attributes for staffDef in the CMN repertoire.
                                              att.staffDef.vis.cmnMEI.cmnVisual domain attributes for staffDef in the CMN repertoire.
                                              att.stems.cmnMEI.cmnAttributes that describe the properties of stemmed features; that is, chords and + notes.
                                              att.tie.logMEI.cmnLogical domain attributes.
                                              att.tieRendMEI.cmnAttributes that describe the rendition of ties.
                                              att.tremFormMEI.cmnAttributes describing the form of a tremolo.
                                              att.tremMeasuredMEI.cmnAttributes that describe measured tremolandi.
                                              att.tuplet.logMEI.cmnLogical domain attributes.
                                              att.tupletSpan.logMEI.cmnLogical domain attributes.
                                              att.mordent.logMEI.cmnOrnamentsLogical domain attributes.
                                              att.ornamentAccidMEI.cmnOrnamentsAccidentals associated with ornaments.
                                              att.ornamPresentMEI.cmnOrnamentsAttributes for marking the presence of an ornament.
                                              att.trill.logMEI.cmnOrnamentsLogical domain attributes.
                                              att.turn.logMEI.cmnOrnamentsLogical domain attributes.
                                              att.critMEI.critappAttributes common to all elements representing variant readings.
                                              att.rdg.logMEI.critappLogical domain attributes.
                                              att.sp.logMEI.dramaLogical domain attributes.
                                              att.stageDir.logMEI.dramaLogical domain attributes.
                                              att.agentIdentMEI.edittransAttributes for the identification of a causative agent.
                                              att.cpMark.logMEI.edittransLogical domain attributes.
                                              att.editMEI.edittransAttributes describing the nature of an encoded scholarly intervention or + interpretation.
                                              att.metaMark.logMEI.edittransLogical domain attributes.
                                              att.reasonIdentMEI.edittransAttributes that identify the reason why an editorial feature is used.
                                              att.transMEI.edittransAttributes for elements encoding authorial or scribal intervention when transcribing + manuscript or similar sources.
                                              att.extSym.authMEI.externalsymbolsAttributes that point to an external symbol authority.
                                              att.extSym.namesMEI.externalsymbolsAttributes that specify names or values taken from an external symbol authority.
                                              att.extSymMEI.externalsymbolsAttributes used to associate MEI features with corresponding glyphs in an + externally-defined standard such as SMuFL.
                                              att.facsimileMEI.facsimileAttributes that associate a feature corresponding with all or part of an image.
                                              att.tabularMEI.figtableAttributes shared by table cells.
                                              att.fing.logMEI.fingeringLogical domain attributes.
                                              att.fingGrp.logMEI.fingeringLogical domain attributes.
                                              att.geneticStateMEI.geneticAttributes that pertain to a genetic state.
                                              att.accid.gesMEI.gesturalGestural domain attributes.
                                              att.accidental.gesMEI.gesturalAttributes for capturing momentary pitch inflection in the gestural domain.
                                              att.ambitus.gesMEI.gesturalGestural domain attributes.
                                              att.ambNote.gesMEI.gesturalGestural domain attributes.
                                              att.anchoredText.gesMEI.gesturalGestural domain attributes.
                                              att.annot.gesMEI.gesturalGestural domain attributes.
                                              att.arpeg.gesMEI.gesturalGestural domain attributes.
                                              att.artic.gesMEI.gesturalGestural domain attributes.
                                              att.articulation.gesMEI.gesturalAttributes describing the method of performance.
                                              att.attacca.gesMEI.gesturalGestural domain attributes.
                                              att.attackingMEI.gesturalAttributes whether an element is performed "attacca".
                                              att.barLine.gesMEI.gesturalGestural domain attributes.
                                              att.beam.gesMEI.gesturalGestural domain attributes.
                                              att.beamSpan.gesMEI.gesturalGestural domain attributes.
                                              att.beatRpt.gesMEI.gesturalGestural domain attributes.
                                              att.bend.gesMEI.gesturalGestural domain attributes.
                                              att.bracketSpan.gesMEI.gesturalGestural domain attributes.
                                              att.breath.gesMEI.gesturalGestural domain attributes.
                                              att.bTrem.gesMEI.gesturalGestural domain attributes.
                                              att.caesura.gesMEI.gesturalGestural domain attributes.
                                              att.chord.gesMEI.gesturalGestural domain attributes.
                                              att.chordDef.gesMEI.gesturalGestural domain attributes.
                                              att.chordMember.gesMEI.gesturalGestural domain attributes.
                                              att.clef.gesMEI.gesturalGestural domain attributes.
                                              att.clefGrp.gesMEI.gesturalGestural domain attributes.
                                              att.cpMark.gesMEI.gesturalGestural domain attributes.
                                              att.curve.gesMEI.gesturalGestural domain attributes.
                                              att.custos.gesMEI.gesturalGestural domain attributes.
                                              att.mdiv.gesMEI.gesturalGestural domain attributes.
                                              att.dir.gesMEI.gesturalGestural domain attributes.
                                              att.dot.gesMEI.gesturalGestural domain attributes.
                                              att.duration.gesMEI.gesturalAttributes that record performed duration that differs from a feature’s written + duration.
                                              att.dynam.gesMEI.gesturalGestural domain attributes.
                                              att.ending.gesMEI.gesturalGestural domain attributes.
                                              att.episema.gesMEI.gesturalGestural domain attributes.
                                              att.f.gesMEI.gesturalGestural domain attributes.
                                              att.fermata.gesMEI.gesturalGestural domain attributes.
                                              att.fing.gesMEI.gesturalGestural domain attributes.
                                              att.fingGrp.gesMEI.gesturalGestural domain attributes.
                                              att.fTrem.gesMEI.gesturalGestural domain attributes.
                                              att.gliss.gesMEI.gesturalGestural domain attributes.
                                              att.graceGrp.gesMEI.gesturalGestural domain attributes.
                                              att.grpSym.gesMEI.gesturalGestural domain attributes.
                                              att.hairpin.gesMEI.gesturalGestural domain attributes.
                                              att.halfmRpt.gesMEI.gesturalGestural domain attributes.
                                              att.harm.gesMEI.gesturalGestural domain attributes.
                                              att.harpPedal.gesMEI.gesturalGestural domain attributes.
                                              att.hispanTick.gesMEI.gesturalGestural domain attributes.
                                              att.instrDef.gesMEI.gesturalGestural domain attributes.
                                              att.keyAccid.gesMEI.gesturalGestural domain attributes.
                                              att.keySig.gesMEI.gesturalGestural domain attributes.
                                              att.layer.gesMEI.gesturalGestural domain attributes.
                                              att.layerDef.gesMEI.gesturalGestural domain attributes.
                                              att.ligature.gesMEI.gesturalGestural domain attributes.
                                              att.line.gesMEI.gesturalAttributes for describing the performed components of a line.
                                              att.liquescent.gesMEI.gesturalGestural domain attributes.
                                              att.lv.gesMEI.gesturalGestural domain attributes.
                                              att.lyrics.gesMEI.gesturalGestural domain attributes.
                                              att.measure.gesMEI.gesturalGestural domain attributes. The tstamp.ges and tstamp.real attributes encode the onset + time of the measure. In reality, this is usually the same as the onset time of the + first event + in the measure.
                                              att.mensur.gesMEI.gesturalGestural domain attributes.
                                              att.metaMark.gesMEI.gesturalGestural domain attributes.
                                              att.meterSig.gesMEI.gesturalGestural domain attributes.
                                              att.meterSigGrp.gesMEI.gesturalGestural domain attributes.
                                              att.midi.gesMEI.gesturalGestural domain attributes.
                                              att.mNum.gesMEI.gesturalGestural domain attributes.
                                              att.mordent.gesMEI.gesturalGestural domain attributes.
                                              att.mRest.gesMEI.gesturalGestural domain attributes.
                                              att.mRpt.gesMEI.gesturalGestural domain attributes.
                                              att.mRpt2.gesMEI.gesturalGestural domain attributes.
                                              att.mSpace.gesMEI.gesturalGestural domain attributes.
                                              att.multiRest.gesMEI.gesturalGestural domain attributes.
                                              att.multiRpt.gesMEI.gesturalGestural domain attributes.
                                              att.nc.gesMEI.gesturalGestural domain attributes.
                                              att.ncGrp.gesMEI.gesturalGestural domain attributes.
                                              att.neume.gesMEI.gesturalGestural domain attributes.
                                              att.note.gesMEI.gesturalGestural domain attributes.
                                              att.octave.gesMEI.gesturalGestural domain attributes.
                                              att.oriscus.gesMEI.gesturalGestural domain attributes.
                                              att.ornam.gesMEI.gesturalGestural domain attributes.
                                              att.ornamentAccid.gesMEI.gesturalGestural accidentals associated with ornaments.
                                              att.ossia.gesMEI.gesturalGestural domain attributes.
                                              att.pad.gesMEI.gesturalGestural domain attributes.
                                              att.part.gesMEI.gesturalGestural domain attributes.
                                              att.parts.gesMEI.gesturalGestural domain attributes.
                                              att.pb.gesMEI.gesturalGestural domain attributes.
                                              att.pedal.gesMEI.gesturalGestural domain attributes.
                                              att.phrase.gesMEI.gesturalGestural domain attributes.
                                              att.pitch.gesMEI.gesturalGestural attributes about pitch.
                                              att.plica.gesMEI.gesturalGestural domain attributes that describe the properties of a plica in the mensural + repertoire.
                                              att.proport.gesMEI.gesturalGestural domain attributes.
                                              att.quilisma.gesMEI.gesturalGestural domain attributes.
                                              att.rdg.gesMEI.gesturalGestural domain attributes.
                                              att.refrain.gesMEI.gesturalGestural domain attributes.
                                              att.reh.gesMEI.gesturalGestural domain attributes.
                                              att.repeatMark.gesMEI.gesturalGestural domain attributes.
                                              att.rest.gesMEI.gesturalGestural domain attributes.
                                              att.sb.gesMEI.gesturalGestural domain attributes.
                                              att.score.gesMEI.gesturalGestural domain attributes.
                                              att.scoreDef.gesMEI.gesturalGestural domain attributes for scoreDef. The values set in these attributes act as + score-wide defaults for attributes that are not set in descendant elements. For example, + the + grace attribute value here applies to all the grace attribute values in the score + (or, more + accurately, until the next scoreDef element) without having to + individually set each note’s grace attribute value. The midi.* attributes function + as default + values when creating sounding output. The tune.* attributes provide the capability + of + recording a tuning reference pitch.
                                              att.section.gesMEI.gesturalGestural domain attributes.
                                              att.signifLet.gesMEI.gesturalGestural domain attributes.
                                              att.slur.gesMEI.gesturalGestural domain attributes.
                                              att.soundLocationMEI.gesturalAttributes that locate a sound source within 3-D space.
                                              att.sp.gesMEI.gesturalGestural domain attributes.
                                              att.space.gesMEI.gesturalGestural domain attributes.
                                              att.staff.gesMEI.gesturalGestural domain attributes.
                                              att.staffDef.gesMEI.gesturalGestural domain attributes for staffDef in the CMN repertoire.
                                              att.staffGrp.gesMEI.gesturalGestural domain attributes.
                                              att.stageDir.gesMEI.gesturalGestural domain attributes.
                                              att.stem.gesMEI.gesturalGestural domain attributes that describe the properties of a stem in the mensural + repertoire.
                                              att.strophicus.gesMEI.gesturalGestural domain attributes.
                                              att.syl.gesMEI.gesturalGestural domain attributes.
                                              att.syllable.gesMEI.gesturalGestural domain attributes.
                                              att.symbol.gesMEI.gesturalGestural domain attributes.
                                              att.tempo.gesMEI.gesturalGestural domain attributes.
                                              att.tie.gesMEI.gesturalGestural domain attributes.
                                              att.timestamp.gesMEI.gesturalAttributes that record a performed (as opposed to notated) time stamp.
                                              att.timestamp2.gesMEI.gesturalAttributes that record a performed (as opposed to notated) time stamp for the end + of an + event.
                                              att.trill.gesMEI.gesturalGestural domain attributes.
                                              att.tuplet.gesMEI.gesturalGestural domain attributes.
                                              att.tupletSpan.gesMEI.gesturalGestural domain attributes.
                                              att.turn.gesMEI.gesturalGestural domain attributes.
                                              att.verse.gesMEI.gesturalGestural domain attributes.
                                              att.volta.gesMEI.gesturalGestural domain attributes.
                                              att.chordDef.logMEI.harmonyLogical domain attributes.
                                              att.chordMember.logMEI.harmonyLogical domain attributes.
                                              att.f.logMEI.harmonyLogical domain attributes.
                                              att.harm.logMEI.harmonyLogical domain attributes.
                                              att.bifoliumSurfacesMEI.headerAttributes that link a bifolium element with a surface + element.
                                              att.foliumSurfacesMEI.headerAttributes that link a folium element with a surface element.
                                              att.perfResMEI.headerAttributes that define the characteristics and components of the performance resource.
                                              att.perfRes.basicMEI.headerAttributes that define the characteristics and components of the performance resource + or a performance resource list.
                                              att.adlibitumMEI.headerAttributes that describe a performance resource as ad libitum (optional).
                                              att.recordTypeMEI.headerAttributes that define the characteristics and components of the bibliographic + description.
                                              att.regularMethodMEI.headerAttributes that describe correction and normalization methods.
                                              att.lyrics.logMEI.lyricsLogical domain attributes.
                                              att.refrain.logMEI.lyricsLogical domain attributes. The n attribute should be used for verse numbers. Numbers + need + not be consecutive; they may also be expressed as ranges, e.g. , 2-3,6.
                                              att.verse.logMEI.lyricsLogical domain attributes. The n attribute should be used for verse numbers. Numbers + need + not be consecutive; they may also be expressed as ranges, e.g. , 2-3,6.
                                              att.volta.logMEI.lyricsLogical domain attributes. The n attribute should be used for repetition numbers. + Numbers + need not be consecutive; they may also be expressed as ranges, e.g. , 2-3,6.
                                              att.duration.qualityMEI.mensuralAttribute that expresses duration for a given mensural note symbol.
                                              att.ligature.logMEI.mensuralLogical domain attributes.
                                              att.mensural.logMEI.mensuralUsed by staffDef and scoreDef to provide default values for attributes in the logical + domain related to mensuration. The tempus, prolatio, modusmaior, and modusminor attributes + (from the att.mensural.shared class) specify the relationship between the four principle + levels of note value, i.e. , the long, breve, semibreve and minim, in mensural notation. + Modusminor describes the long-breve relationship, while tempus describes the breve-semibreve, + and prolatio the semibreve-minim relationship, respectively. Modusmaior is for the + maxima-long + relationship. The proport.* attributes describe augmentation or diminution of the + normal value + of the notes in mensural notation.
                                              att.mensural.sharedMEI.mensuralShared attributes in the mensural repertoire.
                                              att.note.anl.mensuralMEI.mensuralAnalytical domain attributes in the Mensural repertoire.
                                              att.note.ges.mensuralMEI.mensuralGestural domain attributes in the Mensural repertoire.
                                              att.note.log.mensuralMEI.mensuralLogical domain attributes in the Mensural repertoire.
                                              att.note.vis.mensuralMEI.mensuralVisual domain attributes in the Mensural repertoire.
                                              att.plica.logMEI.mensuralLogical domain attributes that describe the properties of a plica in the mensural + repertoire.
                                              att.proport.logMEI.mensuralLogical domain attributes. These attributes describe augmentation or diminution of + the + normal value of the notes in mensural notation as a ratio.
                                              att.rest.ges.mensuralMEI.mensuralGestural domain attributes.
                                              att.rest.vis.mensuralMEI.mensuralVisual domain attributes.
                                              att.scoreDef.log.mensuralMEI.mensuralLogical domain attributes for a score in the mensural repertoire. The values set in + these + attributes act as score-wide defaults for attributes that are not set in descendant + elements.
                                              att.scoreDef.vis.mensuralMEI.mensuralVisual domain attributes for scoreDef in the mensural repertoire.
                                              att.staffDef.log.mensuralMEI.mensuralLogical domain attributes for staffDef in the mensural repertoire.
                                              att.staffDef.vis.mensuralMEI.mensuralVisual domain attributes for the mensural repertoire.
                                              att.stem.logMEI.mensuralLogical domain attributes that describe the properties of a stem in the mensural repertoire.
                                              att.stems.mensuralMEI.mensuralAttributes that describe the properties of stemmed features specific to mensural repertoires.
                                              att.channelizedMEI.midiAttributes that record MIDI channel information.
                                              att.instrDef.logMEI.midiLogical domain attributes.
                                              att.instrumentIdentMEI.midiAttributes which identify a MIDI instrument.
                                              att.midi.eventMEI.midiAttributes common to MIDI events.
                                              att.midi.logMEI.midiLogical domain attributes.
                                              att.midiInstrumentMEI.midiAttributes that record MIDI instrument information.
                                              att.midiNumberMEI.midiAttributes that record MIDI numbers.
                                              att.midiTempoMEI.midiAttributes that record MIDI tempo information.
                                              att.midiValueMEI.midiAttributes that record MIDI values.
                                              att.midiValue2MEI.midiAttributes that record terminal MIDI values.
                                              att.midiVelocityMEI.midiMIDI attributes pertaining to key velocity.
                                              att.timeBaseMEI.midiAttributes that record time-base information.
                                              att.componentTypeMEI.msDescAttributes that express the relationship between a component and its host.
                                              att.foliation.schemeMEI.msDescAttributes that describe foliation schemes.
                                              att.divLine.logMEI.neumesLogical domain attributes.
                                              att.episema.logMEI.neumesLogical domain attributes.
                                              att.hispanTick.logMEI.neumesLogical domain attributes.
                                              att.liquescent.logMEI.neumesLogical domain attributes.
                                              att.nc.logMEI.neumesLogical domain attributes.
                                              att.ncFormMEI.neumesAttributes that record visual details of neume notation.
                                              att.ncGrp.logMEI.neumesLogical domain attributes.
                                              att.neume.logMEI.neumesLogical domain attributes.
                                              att.neumeTypeMEI.neumesAttributes that specify the type of neumes.
                                              att.oriscus.logMEI.neumesLogical domain attributes.
                                              att.quilisma.logMEI.neumesLogical domain attributes.
                                              att.signifLet.logMEI.neumesLogical domain attributes.
                                              att.strophicus.logMEI.neumesLogical domain attributes.
                                              att.syllable.logMEI.neumesLogical domain attributes.
                                              att.alignmentMEI.performanceTemporal alignment attributes.
                                              att.accid.logMEI.sharedLogical domain attributes.
                                              att.accidentalMEI.sharedAttributes for capturing momentary pitch inflection.
                                              att.ambitus.logMEI.sharedLogical domain attributes.
                                              att.ambNote.logMEI.sharedLogical domain attributes.
                                              att.annot.logMEI.sharedLogical domain attributes for annot. Values for the type attribute can be taken from + any + convenient typology of annotation suitable to the work in hand; e.g. , annotation, + gloss, + citation, digression, preliminary, temporary, etc.
                                              att.artic.logMEI.sharedLogical domain attributes.
                                              att.articulationMEI.sharedAttributes for capturing the written signs that describe the method of performance.
                                              att.attacca.logMEI.sharedLogical domain attributes.
                                              att.audienceMEI.sharedAttributes that describe the intended audience.
                                              att.augmentDotsMEI.sharedAttributes that record the number of dots of augmentation.
                                              att.authorizedMEI.sharedAttributes that describe the source of a controlled value.
                                              att.barLine.logMEI.sharedLogical domain attributes.
                                              att.barringMEI.sharedAttributes that capture the placement of bar lines.
                                              att.basicMEI.sharedAttributes that form the basis of the att.common class.
                                              att.biblMEI.sharedBibliographic attributes.
                                              att.caesura.logMEI.sharedLogical domain attributes.
                                              att.calendaredMEI.sharedAttributes that indicate the calendar system of a date or other datable element.
                                              att.canonicalMEI.sharedAttributes that can be used to associate a representation such as a name or title + with + canonical information about the object being named or referenced.
                                              att.chord.logMEI.sharedLogical domain attributes for chord. The artic, dots, and dur attributes encode the + written articulations, augmentation dots, and duration values. The beam, fermata, + lv, slur, + syl, tie, and tuplet attributes may be used to indicate the attachment of these things + to this + chord. If visual information about these things needs to be recorded, then either + the elements + corresponding to these attributes or the attributes available in the att.vis.chord + class + should be employed.
                                              att.classedMEI.sharedAttributes which can be used to classify features.
                                              att.clef.logMEI.sharedLogical domain attributes.
                                              att.cleffing.logMEI.sharedUsed by staffDef and scoreDef to provide default values for attributes in the logical + domain related to clefs.
                                              att.clefGrp.logMEI.sharedLogical domain attributes.
                                              att.clefShapeMEI.sharedAttributes that record the shape of a clef.
                                              att.colorMEI.sharedVisual color attributes.
                                              att.colorationMEI.sharedIndication of coloration.
                                              att.commonMEI.sharedAttributes common to many elements.
                                              att.contemporaryMEI.sharedAttributes specifying whether a feature is contemporary or historical.
                                              att.controlEventMEI.sharedAttributes shared by events which rely on other events for their existence. For example, + a + slur/phrase marking must be drawn between or over a group of notes. The slur is therefore + a + control event.
                                              att.coordinatedMEI.sharedThis attribute class records the position of a feature within a two-dimensional coordinate + system.
                                              att.coordinated.ulMEI.sharedThis attribute class records the upper left position of a feature within a two-dimensional + coordinate + system.
                                              att.cueMEI.sharedAttributes that describe "cue-ness".
                                              att.curvatureMEI.sharedAttributes that describe curvature.
                                              att.custos.logMEI.sharedLogical domain attributes.
                                              att.datableMEI.sharedAttributes common to dates.
                                              att.dataPointingMEI.sharedAttributes for linking metadata to data.
                                              att.mdiv.logMEI.sharedLogical domain attributes.
                                              att.metadataPointingMEI.sharedProvides attributes for elements which may be associated with particular contextual + elements within the header.
                                              att.dimensionsMEI.sharedAttributes that capture the dimensions of an entity.
                                              att.dir.logMEI.sharedLogical domain attributes.
                                              att.distancesMEI.sharedAttributes that describe distance from the staff.
                                              att.dot.logMEI.sharedLogical domain attributes.
                                              att.duration.additiveMEI.sharedAttributes that permit total duration to be represented by multiple values.
                                              att.duration.defaultMEI.sharedAttributes that provide a durational default value.
                                              att.duration.logMEI.sharedAttributes that express duration in musical terms.
                                              att.duration.ratioMEI.sharedAttributes that describe duration as a ratio.
                                              att.dynam.logMEI.sharedLogical domain attributes.
                                              att.enclosingCharsMEI.sharedAttributes that capture characters used to enclose symbols having a cautionary or + editorial function.
                                              att.ending.logMEI.sharedLogical domain attributes.
                                              att.endingsMEI.sharedAttributes that record ending style information
                                              att.eventMEI.sharedAttributes that apply to all written events, e.g. , note, chord, rest, etc.
                                              att.evidenceMEI.sharedAttributes describing the support for and the certainty of an assertion.
                                              att.extenderMEI.sharedAttributes that describe extension symbols, typically lines. Members of this class + are + also typically members of the att.lineRend class.
                                              att.extentMEI.sharedProvides attributes for describing the size of an entity.
                                              att.fermataPresentMEI.sharedAttributes indicating the attachment of a fermata to the feature.
                                              att.filingMEI.sharedAttributes that deal with string filing characteristics.
                                              att.formeworkMEI.sharedAttributes that record the function (i.e., placement) of forme work elements.
                                              att.grpSym.logMEI.sharedLogical domain attributes.
                                              att.handIdentMEI.sharedAttributes which identify a document hand.
                                              att.heightMEI.sharedAttributes that describe vertical size.
                                              att.horizontalAlignMEI.sharedAttributes that record horizontal alignment.
                                              att.idMEI.sharedAttributes that uniquely identify an element.
                                              att.internetMediaMEI.sharedAttributes which record the type of an electronic resource.
                                              att.joinedMEI.sharedAttributes indicating that elements are semantically linked; that is, while the parts + are + encoded separately, together they may be thought of as a single intellectual object.
                                              att.keyAccid.logMEI.sharedLogical domain attributes.
                                              att.keyModeMEI.sharedAttributes for describing key mode.
                                              att.keySig.logMEI.sharedLogical domain attributes.
                                              att.keySigDefault.logMEI.sharedUsed by staffDef and scoreDef to provide default values for attributes in the logical + domain that are related to key signatures.
                                              att.labelledMEI.shared
                                              att.langMEI.sharedLanguage attributes common to text elements.
                                              att.layer.logMEI.sharedLogical domain attributes.
                                              att.layerDef.logMEI.sharedLogical domain attributes.
                                              att.layerIdentMEI.sharedAttributes that identify the layer to which a feature applies.
                                              att.lineLocMEI.sharedAttributes for identifying the staff line with which a feature is associated.
                                              att.lineRendMEI.sharedAttributes that record the visual rendition of lines.
                                              att.lineRend.baseMEI.sharedAttributes that record the basic visual rendition of lines.
                                              att.linkingMEI.sharedAttributes that specify element-to-element relationships.
                                              att.lyricStyleMEI.sharedAttributes that describe default typography of lyrics.
                                              att.measurementMEI.sharedAttributes that record the unit of measurement in which a value is expressed.
                                              att.measureNumbersMEI.sharedAttributes pertaining to measure numbers
                                              att.mediaBoundsMEI.sharedAttributes that establish the boundaries of a media object.
                                              att.mediumMEI.sharedAttributes describing a writing medium, such as pencil or ink.
                                              att.meiVersionMEI.sharedAttributes that record the version of MEI in use.
                                              att.mensur.logMEI.sharedLogical domain attributes.
                                              att.meterConformanceMEI.sharedAttributes that provide information about a structure’s conformance to the prevailing + meter.
                                              att.meterConformance.barMEI.sharedAttributes that provide information about a measure’s conformance to the prevailing + meter.
                                              att.meterSig.logMEI.sharedLogical domain attributes.
                                              att.meterSigDefault.logMEI.sharedUsed by staffDef and scoreDef to provide default values for attributes in the logical + domain related to meter signature.
                                              att.mmTempoMEI.sharedAttributes that record tempo in terms of beats per minute.
                                              att.multinumMeasuresMEI.sharedAttributes that indicate programmatic numbering.
                                              att.nameMEI.sharedAttributes shared by names.
                                              att.nIntegerMEI.sharedAttributes used to supply an integer number designation for an element.
                                              att.nNumberLikeMEI.sharedAttributes used to supply a number-like designation for an element.
                                              att.notationStyleMEI.sharedAttributes that capture music font name and size.
                                              att.note.logMEI.sharedLogical domain attributes.
                                              att.noteHeadsMEI.sharedAttributes pertaining to the notehead part of a note.
                                              att.octaveMEI.sharedAttributes that record written octave.
                                              att.octaveDefaultMEI.sharedAttributes that record a default value for octave.
                                              att.octaveDisplacementMEI.sharedAttributes describing the amount and direction of octave displacement.
                                              att.oneLineStaffMEI.sharedAttributes that record placement of notes on a single-line staff.
                                              att.optimizationMEI.sharedAttributes pertaining to layout optimization.
                                              att.origin.layerIdentMEI.sharedAttributes that identify the layer associated with a distant feature.
                                              att.origin.staffIdentMEI.sharedAttributes for identifying the staff associated with a distant feature.
                                              att.origin.startEndIdMEI.sharedAttributes recording the identifiers of the first and last elements of a sequence + of + distant elements.
                                              att.origin.timestamp.logMEI.sharedAttributes that identify a musical range in terms of musical time.
                                              att.ornam.logMEI.sharedLogical domain attributes.
                                              att.pad.logMEI.sharedLogical domain attributes.
                                              att.pagesMEI.sharedAttributes that record page-level layout information.
                                              att.part.logMEI.sharedLogical domain attributes.
                                              att.partIdentMEI.sharedAttributes for identifying the part in which the current feature appears.
                                              att.parts.logMEI.sharedLogical domain attributes.
                                              att.pb.logMEI.sharedLogical domain attributes.
                                              att.phrase.logMEI.sharedLogical domain attributes.
                                              att.pitchMEI.sharedAttributes that record written pitch name.
                                              att.pitchedMEI.sharedAttributes that record written pitch name and octave number.
                                              att.placementOnStaffMEI.sharedAttributes capturing placement on a staff.
                                              att.placementRelEventMEI.sharedAttributes capturing placement information with respect to an event.
                                              att.placementRelStaffMEI.sharedAttributes capturing placement information with respect to the staff.
                                              att.plistMEI.sharedAttributes listing the active participants in a user-defined collection.
                                              att.pointingMEI.sharedAttributes common to all pointing/linking elements.
                                              att.quantityMEI.sharedAttributes that specify a measurement in numerical terms.
                                              att.rangingMEI.sharedGroups attributes that describe a numerical range.
                                              att.repeatMark.logMEI.sharedLogical domain attributes.
                                              att.responsibilityMEI.sharedAttributes capturing information regarding responsibility for some aspect of the text's + creation, transcription, editing, or encoding.
                                              att.rest.logMEI.sharedLogical domain attributes.
                                              att.restduration.logMEI.sharedAttributes that express duration of rests in musical terms.
                                              att.sb.logMEI.sharedLogical domain attributes.
                                              att.scalableMEI.sharedAttributes that describe relative size.
                                              att.score.logMEI.sharedLogical domain attributes.
                                              att.scoreDef.logMEI.sharedLogical domain attributes for scoreDef in the CMN repertoire. The values set in these + attributes act as score-wide defaults for attributes that are not set in descendant + elements.
                                              att.section.logMEI.sharedLogical domain attributes.
                                              att.sequenceMEI.sharedAttributes that describe order within a collection of features.
                                              att.slashCountMEI.sharedAttributes for recording the number of slashes that accompany a feature.
                                              att.slurPresentMEI.sharedAttributes for marking the presence of a slur.
                                              att.sourceMEI.sharedAttributes common to elements that may refer to a source.
                                              att.space.logMEI.sharedLogical domain attributes.
                                              att.spacingMEI.sharedAttributes that capture notation spacing information.
                                              att.staff.logMEI.sharedLogical domain attributes.
                                              att.staffDef.logMEI.sharedLogical domain attributes for staffDef.
                                              att.staffGroupingSymMEI.sharedAttributes that describe the symbol used to group a set of staves.
                                              att.staffGrp.logMEI.sharedLogical domain attributes.
                                              att.staffIdentMEI.sharedAttributes for identifying the staff associated with the current feature.
                                              att.staffItemsMEI.sharedAttributes that describe items printed near (above, below, or between) staves
                                              att.staffLocMEI.sharedAttributes that identify location on a staff in terms of lines and spaces.
                                              att.staffLoc.pitchedMEI.sharedAttributes that identify location on a staff in terms of pitch and octave.
                                              att.startEndIdMEI.sharedAttributes recording the identifiers of the first and last elements of a sequence + of + elements to which the current element is associated.
                                              att.startIdMEI.sharedAttributes that identify a relative starting point.
                                              att.stemsMEI.sharedAttributes that describe the properties of stemmed features; that is, chords and + notes.
                                              att.syl.logMEI.sharedLogical domain attributes.
                                              att.sylTextMEI.sharedAttributes that hold associated sung text syllables.
                                              att.symbol.logMEI.sharedLogical domain attributes.
                                              att.systemsMEI.sharedAttributes that capture system layout information.
                                              att.targetEvalMEI.sharedAttributes that deal with resolution of values in plist or target attributes.
                                              att.tempo.logMEI.sharedLogical domain attributes.
                                              att.textRenditionMEI.sharedAttributes that record renditional characteristics.
                                              att.textStyleMEI.sharedAttributes that describe default text typography.
                                              att.tiePresentMEI.sharedAttributes that indicate the presence of a tie.
                                              att.timestamp.logMEI.sharedAttributes that record a time stamp in terms of musical time, i.e. , beats[.fractional + beat + part].
                                              att.timestamp2.logMEI.sharedAttributes that record a time stamp for the end of an event in terms of musical + time.
                                              att.transpositionMEI.sharedAttributes that describe transposition.
                                              att.tuningMEI.sharedAttributes that describe tuning.
                                              att.tupletPresentMEI.sharedAttributes for indicating the presence of a tuplet.
                                              att.typedMEI.sharedAttributes which can be used to classify features.
                                              att.typographyMEI.sharedTypographical attributes.
                                              att.verticalAlignMEI.sharedAttributes that record vertical alignment.
                                              att.verticalGroupMEI.sharedAttributes that record grouping of vertically aligned elements.
                                              att.visibilityMEI.sharedAttributes describing whether a feature should be displayed.
                                              att.visualOffsetMEI.sharedVisual offset attributes. Some items may have their location recorded in terms of + offsets + from their programmatically-determined location. The ho attribute records the horizontal + offset while vo records the vertical. The to attribute holds a timestamp offset, the + most + common use of which is as an alternative to the ho attribute.
                                              att.visualOffset.hoMEI.sharedHorizontal offset attributes.
                                              att.visualOffset.toMEI.sharedHorizontal offset attributes specified in terms of time.
                                              att.visualOffset.voMEI.sharedVertical offset attributes.
                                              att.visualOffset2MEI.sharedVisual offset attributes. Some items may have their location recorded in terms of + pairs of + offsets from their programmatically-determined location. The startho and endho attributes + record the horizontal offsets of the start and end points of the item, respectively. + Similarly, the startvo and endvo attributes record the vertical offsets of the start + and end + points of the item. The startto and endto attributes hold timestamp offsets, the most + common + use of which is as alternatives to the ho attributes.
                                              att.visualOffset2.hoMEI.sharedHorizontal offset requiring a pair of attributes.
                                              att.visualOffset2.toMEI.sharedHorizontal offset attributes requiring a pair of attributes specified in terms of + time.
                                              att.visualOffset2.voMEI.sharedVertical offset attributes requiring a pair of attributes.
                                              att.voltaGroupingSymMEI.sharedAttributes that describe the symbol used to group volta elements.
                                              att.whitespaceMEI.sharedAttributes that address whitespace processing.
                                              att.widthMEI.sharedAttributes that describe horizontal size.
                                              att.xyMEI.sharedOutput coordinate attributes. Some elements may have their exact rendered *output* + coordinates recorded. x and y attributes indicate where to place the rendered output. + Recording the coordinates of a feature in a facsimile requires the use of the facs + attribute.
                                              att.xy2MEI.sharedOutput coordinate attributes. Some elements may need 2 coordinate pairs to record + their + rendered *output* coordinates. The attributes indicate where to place the rendered + output. + Recording the coordinates of a feature in a facsimile requires the use of the facs + attribute.
                                              att.stringtab.positionMEI.stringtabString tablature position information.
                                              att.altSymMEI.usersymbolsAttributes supplying pointers to user-defined symbols.
                                              att.anchoredText.logMEI.usersymbolsLogical domain attributes.
                                              att.curve.logMEI.usersymbolsLogical domain attributes.
                                              att.line.logMEI.usersymbolsAttributes for describing the logical behavior of a line.
                                              att.accid.visMEI.visualVisual domain attributes.
                                              att.ambitus.visMEI.visualVisual domain attributes.
                                              att.ambNote.visMEI.visualVisual domain attributes.
                                              att.anchoredText.visMEI.visualVisual domain attributes.
                                              att.annot.visMEI.visualVisual domain attributes.
                                              att.arpeg.visMEI.visualVisual domain attributes.
                                              att.artic.visMEI.visualVisual domain attributes.
                                              att.barLine.visMEI.visualVisual domain attributes.
                                              att.beam.visMEI.visualVisual domain attributes.
                                              att.beaming.visMEI.visualUsed by layerDef, staffDef, and scoreDef to provide default values for attributes + in the + visual domain related to beaming.
                                              att.beamSpan.visMEI.visualVisual domain attributes.
                                              att.beatRpt.visMEI.visualVisual domain attributes.
                                              att.bracketSpan.visMEI.visualVisual domain attributes.
                                              att.bTrem.visMEI.visualVisual domain attributes.
                                              att.chord.visMEI.visualVisual domain attributes for chord. The slur, slur.dir, slur.rend, tie, tie.dir, and + tie.rend attributes here are syntactic sugar for these attributes on each of the chord's + individual notes. The values here apply to all the notes in the chord. If some notes + are + slurred or tied while others aren't, then the individual note attributes must be used.
                                              att.chordDef.visMEI.visualVisual domain attributes.
                                              att.chordMember.visMEI.visualVisual domain attributes.
                                              att.clef.visMEI.visualVisual domain attributes.
                                              att.cleffing.visMEI.visualUsed by staffDef and scoreDef to provide default values for attributes in the visual + domain related to clefs.
                                              att.clefGrp.visMEI.visualVisual domain attributes.
                                              att.curvatureDirectionMEI.visualAttributes describing the direction of curvature.
                                              att.curve.visMEI.visualVisual domain attributes.
                                              att.custos.visMEI.visualVisual domain attributes.
                                              att.mdiv.visMEI.visualVisual domain attributes.
                                              att.dot.visMEI.visualVisual domain attributes.
                                              att.ending.visMEI.visualVisual domain attributes.
                                              att.episema.visMEI.visualVisual domain attributes.
                                              att.fTrem.visMEI.visualVisual domain attributes.
                                              att.gliss.visMEI.visualVisual domain attributes.
                                              att.graceGrp.visMEI.visualVisual domain attributes.
                                              att.guitarGrid.visMEI.visualVisual domain attributes
                                              att.grpSym.visMEI.visualVisual domain attributes.
                                              att.hairpin.visMEI.visualVisual domain attributes. The startho and startvo attributes record the horizontal + and + vertical offsets of the left end, endho and endvo record the horizontal and vertical + offsets + of the right end, and the opening attribute records the width of the opening in staff + inter-line units. The x and y attributes give the absolute coordinates of the left + end point, + and x2 and y2 the right end point, of an imaginary line that defines the length of + the hairpin + and horizontally bifurcates it. The so-called "pitch" of hairpin may be controlled + by use of + the startho, endho, startvo, and endvo attributes, while the placement of the entire + rendered + mark may be controlled by use of the ho and vo attributes.
                                              att.halfmRpt.visMEI.visualVisual domain attributes.
                                              att.hispanTick.visMEI.visualVisual domain attributes.
                                              att.instrDef.visMEI.visualVisual domain attributes.
                                              att.keyAccid.visMEI.visualVisual domain attributes.
                                              att.keySig.visMEI.visualVisual domain attributes.
                                              att.keySigDefault.visMEI.visualUsed by staffDef and scoreDef to provide default values for attributes in the visual + domain related to key signatures.
                                              att.layer.visMEI.visualVisual domain attributes.
                                              att.layerDef.visMEI.visualVisual domain attributes.
                                              att.ligature.visMEI.visualVisual domain attributes.
                                              att.line.visMEI.visualAttributes for describing the visual appearance of a line.
                                              att.liquescent.visMEI.visualVisual domain attributes.
                                              att.lv.visMEI.visualVisual domain attributes. The vo attribute is the vertical offset (from its normal + position) of the entire rendered tie. The startho, startvo, endho, and endvo attributes + describe the horizontal and vertical offsets of the start and end points of the sign + in terms + of staff interline distance; that is, in units of 1/2 the distance between adjacent + staff + lines. Startto and endto describe the start and end points in terms of time; that + is, + beats.
                                              att.lyrics.visMEI.visualVisual domain attributes.
                                              att.measure.visMEI.visualVisual domain attributes.
                                              att.mensur.visMEI.visualVisual domain attributes. These attributes describe the physical appearance of the + mensuration sign/time signature of mensural notation.
                                              att.mensural.visMEI.visualUsed by staffDef and scoreDef to provide default values for attributes in the visual + domain related to mensuration.
                                              att.meterSig.visMEI.visualVisual domain attributes.
                                              att.meterSigDefault.visMEI.visualUsed by staffDef and scoreDef to provide default values for attributes in the visual + domain related to meter signature.
                                              att.mNum.visMEI.visualVisual domain attributes.
                                              att.mRest.visMEI.visualVisual domain attributes.
                                              att.mRpt.visMEI.visualVisual domain attributes.
                                              att.mRpt2.visMEI.visualVisual domain attributes.
                                              att.mSpace.visMEI.visualVisual domain attributes.
                                              att.multiRest.visMEI.visualVisual domain attributes.
                                              att.multiRpt.visMEI.visualVisual domain attributes.
                                              att.nc.visMEI.visualVisual domain attributes.
                                              att.ncGrp.visMEI.visualVisual domain attributes.
                                              att.neume.visMEI.visualVisual domain attributes.
                                              att.note.visMEI.visualVisual domain attributes.
                                              att.oriscus.visMEI.visualVisual domain attributes.
                                              att.ossia.visMEI.visualVisual domain attributes.
                                              att.pad.visMEI.visualVisual domain attributes.
                                              att.part.visMEI.visualVisual domain attributes.
                                              att.parts.visMEI.visualVisual domain attributes.
                                              att.pb.visMEI.visualVisual domain attributes.
                                              att.pedal.visMEI.visualVisual domain attributes. The place attribute captures the placement of the pedal + marking + with respect to the staff with which it is associated. Modern publishing standards + require the + place to be below ; however, for transcriptions of manuscript works, this attribute + class + allows the full range of values.
                                              att.phrase.visMEI.visualVisual domain attributes.
                                              att.plica.visMEI.visualVisual domain attributes that describe the properties of a plica stem in the mensural + repertoire.
                                              att.proport.visMEI.visualVisual domain attributes.
                                              att.quilisma.visMEI.visualVisual domain attributes.
                                              att.rdg.visMEI.visualVisual domain attributes.
                                              att.refrain.visMEI.visualVisual domain attributes.
                                              att.reh.visMEI.visualVisual domain attributes.
                                              att.rest.visMEI.visualVisual domain attributes.
                                              att.sb.visMEI.visualVisual domain attributes.
                                              att.score.visMEI.visualVisual domain attributes.
                                              att.section.visMEI.visualVisual domain attributes.
                                              att.signifLet.visMEI.visualVisual domain attributes.
                                              att.slur.visMEI.visualVisual domain attributes for slur. The vo attribute is the vertical offset (from its + normal position) of the entire rendered slur/phrase mark.
                                              att.sp.visMEI.visualVisual domain attributes.
                                              att.space.visMEI.visualVisual domain attributes.
                                              att.staff.visMEI.visualVisual domain attributes.
                                              att.staffGrp.visMEI.visualVisual domain attributes.
                                              att.stageDir.visMEI.visualVisual domain attributes.
                                              att.stem.visMEI.visualVisual domain attributes that describe the properties of a stem in the mensural repertoire.
                                              att.strophicus.visMEI.visualVisual domain attributes.
                                              att.syl.visMEI.visualVisual domain attributes.
                                              att.syllable.visMEI.visualVisual domain attributes.
                                              att.symbol.visMEI.visualVisual domain attributes.
                                              att.tie.visMEI.visualVisual domain attributes. The vo attribute is the vertical offset (from its normal + position) of the entire rendered tie. The startho, startvo, endho, and endvo attributes + describe the horizontal and vertical offsets of the start and end points of the tie + in terms + of staff interline distance; that is, in units of 1/2 the distance between adjacent + staff + lines. Startto and endto describe the start and end points in terms of time; that + is, + beats.
                                              att.tuplet.visMEI.visualVisual domain attributes.
                                              att.tupletSpan.visMEI.visualVisual domain attributes.
                                              att.verse.visMEI.visualVisual domain attributes.
                                              att.volta.visMEI.visualVisual domain attributes.
                                              +

                                              Model Class Comparison

                                              +

                                              1 new model classes:

                                              + + + + + + +
                                              model.tuningPartMEI.sharedGroups elements that may appear inside the tuning element.
                                              +

                                              0 removed model classes:

                                              +
                                              +

                                              0 modified model classes:

                                              +
                                              +

                                              143 unchanged model classes:

                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                              model.controlEventLike.cmnMEI.cmnGroups control events that appear in CMN.
                                              model.eventLike.cmnMEI.cmnGroups events that appear in CMN.
                                              model.eventLike.measureFillingMEI.cmnGroups events that completely fill a CMN measure.
                                              model.layerPart.cmnMEI.cmnGroups notated events that may appear at the layer level in CMN.
                                              model.measureLikeMEI.cmnGroups CMN measure-like elements.
                                              model.measurePartMEI.cmnGroups elements that may appear within a CMN measure.
                                              model.ossiaLikeMEI.cmnGroups elements that function like ossia.
                                              model.sectionPart.cmnMEI.cmnGroups elements that may appear as part of a section.
                                              model.ornamentLike.cmnMEI.cmnOrnamentsGroups CMN ornament elements.
                                              model.startLike.corpusMEI.corpusGroups elements that may be document elements when the corpus module is invoked.
                                              model.appLikeMEI.critappGroups elements that contain a critical apparatus entry.
                                              model.rdgPartMEI.critappGroups elements that may appear as part of a textual or musical variant.
                                              model.rdgPart.musicMEI.critappGroups elements that may appear as part of a musical variant.
                                              model.rdgPart.textMEI.critappGroups elements that may appear as part of a textual variant.
                                              model.stageDirLikeMEI.dramaGroups elements containing stage directions in performance texts.
                                              model.choicePartMEI.edittransGroups elements that may appear as part of the content of a choice element.
                                              model.editLikeMEI.edittransGroups elements for editorial interventions that may be useful both in transcribing + and in + authoring processes.
                                              model.editTransPartMEI.edittransGroups elements that may appear as part of editorial and transcription elements.
                                              model.editTransPart.musicMEI.edittransGroups elements that may appear as part of editorial and transcription elements in + music + notation.
                                              model.editTransPart.textMEI.edittransGroups elements that may appear as part of editorial and transcription elements in + prose.
                                              model.transcriptionLikeMEI.edittransGroups elements used for editorial transcription of pre-existing source materials.
                                              model.figDescLikeMEI.figtableGroups elements that provide a brief prose description of the appearance or content + of a + graphic figure.
                                              model.figureLikeMEI.figtableGroups elements representing or containing graphic information such as an illustration + or + figure.
                                              model.graphicLikeMEI.figtableGroups elements that indicate the location of an inline graphic, illustration, or + figure.
                                              model.tableLikeMEI.figtableGroups table-like elements.
                                              model.fingeringLikeMEI.fingeringGroups elements that capture performance instructions regarding the use of the fingers + of + the hand (or a subset of them).
                                              model.expressionLikeMEI.frbrCollects FRBR expression-like elements.
                                              model.itemLikeMEI.frbrCollects FRBR item-like elements.
                                              model.manifestationLikeMEI.frbrCollects FRBR manifestation-like elements.
                                              model.chordTableLikeMEI.harmonyGroups elements that group playable chord definitions.
                                              model.controlEventLike.harmonyMEI.harmonyGroups harmonic elements that function as control events; that is, those events that + modify or otherwise depend on the existence of notated events.
                                              model.figbassLikeMEI.harmonyGroups elements that record figured bass.
                                              model.fLikeMEI.harmonyGroups elements that represent single figured bass elements.
                                              model.harmLikeMEI.harmonyGroups elements that record indications of harmony.
                                              model.bifoliumLikeMEI.headerCollects bifoliumlike elements.
                                              model.editorialDeclPartMEI.headerGroups elements that may appear as part of a description of the editorial process + applied + to the encoding of notation.
                                              model.encodingPartMEI.headerGroups elements that may appear as part of the description of the encoding process.
                                              model.eventPartMEI.headerGroups elements that may be used to provide a structured description of an event.
                                              model.foliumLikeMEI.headerCollects foliumlike elements.
                                              model.frontAndBackPartMEI.headerGroups elements that may appear as part of auxiliary material preceding or following + the + text proper.
                                              model.headerPartMEI.headerGroups elements that may appear as part of the MEI metadata header.
                                              model.paperModLikeMEI.headerGroups elements dealing with modifications of document pages.
                                              model.physDescPartMEI.headerGroups elements that may appear as part of the physical description of a bibliographic + item.
                                              model.pubStmtPartMEI.headerGroups elements that may appear as part of the publication statement for a bibliographic + item.
                                              model.startLike.headerMEI.headerGroups elements that may be document elements when the header module is invoked.
                                              model.workIdentMEI.headerGroups elements that assist in the identification of a work.
                                              model.workLikeMEI.headerCollects work-like elements.
                                              model.verseLikeMEI.lyricsGroups elements that contain a lyric verse.
                                              model.eventLike.mensuralMEI.mensuralGroups event elements that occur in the mensural repertoire.
                                              model.layerPart.mensuralMEI.mensuralGroups notated events that may appear at the layer level in the mensural + repertoire.
                                              model.staffDefPart.mensuralMEI.mensuralGroups elements that may appear in the declaration of staff features.
                                              model.staffPart.mensuralMEI.mensuralGroups elements that are components of a staff in the mensural repertoire.
                                              model.midiLikeMEI.midiGroups elements which group MIDI-like elements.
                                              model.msInlineMEI.msDescGroups elements that may appear inline when the msdesc module is active.
                                              model.addressPartMEI.namesdatesGroups elements used as part of a physical address.
                                              model.geogNamePartMEI.namesdatesGroups elements which form part of a geographic name.
                                              model.nameLike.agentMEI.namesdatesGroups elements which contain names of individuals or corporate bodies.
                                              model.nameLike.geogNameMEI.namesdatesGroups geographic name elements.
                                              model.nameLike.labelMEI.namesdatesGroups elements that serve as stylistic labels.
                                              model.nameLike.placeMEI.namesdatesGroups place name elements.
                                              model.persNamePartMEI.namesdatesGroups elements which form part of a personal name.
                                              model.eventLike.neumesMEI.neumesGroups event elements that occur in the neume repertoire.
                                              model.layerPart.neumesMEI.neumesGroups notated events that may appear at the layer level in the neume repertoire.
                                              model.neumeComponentModifierLikeMEI.neumesGroups elements that modify neume components.
                                              model.neumeModifierLikeMEI.neumesGroups elements that modify neume-like features.
                                              model.neumePartMEI.neumesGroups elements that may occur within a neume.
                                              model.syllableLikeMEI.neumesGroups elements that accommodate neumed text.
                                              model.syllablePartMEI.neumesGroups elements that may appear as part of the content of a syllable.
                                              model.locrefLikeMEI.ptrrefGroups elements used for purposes of location and reference.
                                              model.addressLikeMEI.sharedGroups elements used to represent a postal address.
                                              model.annotLikeMEI.sharedGroups annotation-like elements.
                                              model.biblLikeMEI.sharedGroups elements containing a bibliographic description.
                                              model.biblPartMEI.sharedGroups elements that may appear as part of a bibliographic description.
                                              model.captionLikeMEI.sharedGroups elements that contain the text of a caption or other text displayed along with + a + figure.
                                              model.chordPartMEI.sharedGroups elements that may appear as part of the content of a chord element.
                                              model.controlEventLikeMEI.sharedGroups elements, such as dynamics, ties, phrase marks, pedal marks, etc., which depend + upon other events, such as notes or rests, for their existence.
                                              model.dateLikeMEI.sharedGroups elements containing date expressions.
                                              model.descLikeMEI.sharedGroups elements which provide a description of their parent entity.
                                              model.dimLikeMEI.sharedGroups elements which describe a measurement forming part of the physical dimensions + of an + object.
                                              model.editionLikeMEI.sharedGroups elements containing bibliographic edition information.
                                              model.editorialLikeMEI.sharedGroups editorial intervention elements.
                                              model.endingLikeMEI.sharedGroups elements that represent alternative endings.
                                              model.eventLikeMEI.sharedGroups event elements that occur in all notational repertoires.
                                              model.headLikeMEI.sharedGroups elements used to provide a heading at the start of a text division or other + markup + component.
                                              model.identifierLikeMEI.sharedGroups identifier-like elements.
                                              model.imprintPartMEI.sharedGroups elements that may appear as part of a bibliographic imprint.
                                              model.incipLikeMEI.sharedGroups elements used to represent a textual or musical incipit.
                                              model.instrDefLikeMEI.sharedGroups elements used to declare a MIDI instrument.
                                              model.keyAccidLikeMEI.sharedGroups elements that represent accidentals in a key signature.
                                              model.keySigLikeMEI.sharedGroups elements that have the same function as a key signature.
                                              model.labelLikeMEI.sharedGroups elements used to assign a label to other parts of a document.
                                              model.layerDefLikeMEI.sharedGroups elements that permit declaration of layer properties.
                                              model.layerLikeMEI.sharedGroups elements that function as notational layers within a staff.
                                              model.layerPartMEI.sharedGroups notated events that may appear at the layer level in all repertoires.
                                              model.layerPart.mensuralAndNeumesMEI.sharedGroups notated events at the layer level that are shared by the mensural and neume + repertoires.
                                              model.lbLikeMEI.sharedGroups elements that function like line beginnings.
                                              model.mdivLikeMEI.sharedGroups elements used to represent generic structural divisions of music notation.
                                              model.measurementLikeMEI.sharedGroups elements that represent a measurement.
                                              model.meterSigLikeMEI.sharedGroups elements that represent a meter signature.
                                              model.milestoneLike.musicMEI.sharedGroups milestone-style elements found in music notation.
                                              model.milestoneLike.textMEI.sharedGroups milestone-style elements found in text.
                                              model.nameLikeMEI.sharedGroups elements that contain names.
                                              model.noteModifierLikeMEI.sharedGroups elements that modify note-like features.
                                              model.numLikeMEI.sharedGroups elements that denote a number or a quantity.
                                              model.paracontentPartMEI.sharedGroups elements which may appear as part of the paragraph content model. A paragraph + may + contain inline elements and all other block-level elements except itself.
                                              model.partLikeMEI.sharedGroups elements that represent a separate performer part.
                                              model.partsLikeMEI.sharedGroups elements that collect separate performer parts.
                                              model.pbLikeMEI.sharedGroups page beginning-like elements.
                                              model.pLikeMEI.sharedGroups paragraph-like elements.
                                              model.relationLikeMEI.sharedCollects elements that express a relationship.
                                              model.rendLikeMEI.sharedGroups elements that mark typographical features.
                                              model.repositoryLikeMEI.sharedGroups elements that denote a corporate entity that holds a bibliographic item.
                                              model.resourceLikeMEI.sharedGroups non-text components that represent the content of the musical text.
                                              model.respLikeMEI.sharedGroups elements that are used to indicate intellectual or other significant + responsibility, for example within a bibliographic citation.
                                              model.respLikePartMEI.sharedGroups elements that delineate particular responsibilities as opposed to the respStmt + element that provides for generic statements of responsibility.
                                              model.scoreDefLikeMEI.sharedGroups elements that provide score meta-information.
                                              model.scoreLikeMEI.sharedGroups elements that represent a score.
                                              model.scorePartMEI.sharedGroups elements that may appear as part of a score.
                                              model.sectionLikeMEI.sharedGroups elements that represent a segment of music notation.
                                              model.sectionPartMEI.sharedGroups elements that may appear as part of a section.
                                              model.sectionPart.mensuralAndNeumesMEI.sharedGroups elements that may appear as part of a section in the mensural and neume + repertoires.
                                              model.staffDefLikeMEI.sharedGroups elements that permit declaration of staff properties.
                                              model.staffDefPartMEI.sharedGroups elements that may appear in the declaration of staff features.
                                              model.staffGrpLikeMEI.sharedGroups elements that permit declaration of staff group properties.
                                              model.staffLikeMEI.sharedGroups elements that function like staves.
                                              model.staffPartMEI.sharedGroups elements that are components of a staff.
                                              model.staffPart.mensuralAndNeumesMEI.sharedGroups elements that are components of a staff in the mensural and neume + repertoires.
                                              model.sylLikeMEI.sharedGroups elements that contain a lyric syllable.
                                              model.textComponentLikeMEI.sharedGroups block-level text elements.
                                              model.textPhraseLikeMEI.sharedGroups textual elements that occur at the level of individual words or phrases.
                                              model.textPhraseLike.limitedMEI.sharedGroups textual elements that occur at the level of individual words or phrases. This + class + is equivalent to the model.textPhraseLike class without the pb element.
                                              model.titleLikeMEI.sharedGroups elements that denote the name of a bibliographic item.
                                              model.titlePagePartMEI.sharedGroups elements that may appear as part of a title page transcription.
                                              model.backLikeMEI.textGroups elements that may contain back matter.
                                              model.divLikeMEI.textGroups elements used to represent generic structural divisions of text.
                                              model.frontLikeMEI.textGroups elements that may contain front matter.
                                              model.lgLikeMEI.textGroups elements that have a line-grouping function.
                                              model.listLikeMEI.textGroups list-like elements.
                                              model.lLikeMEI.textGroups elements representing metrical components such as verse lines.
                                              model.qLikeMEI.textGroups elements related to highlighting which can appear at the phrase-level.
                                              model.quoteLikeMEI.textGroups elements used to directly contain quotations.
                                              model.graphicPrimitiveLikeMEI.usersymbolsGroups elements that function as drawing primitives.
                                              model.symbolTableLikeMEI.usersymbolsGroups elements that group symbol definitions.
                                              +

                                              MacroSpec Comparison (Parameter Entities)

                                              +

                                              0 new macroSpec classes:

                                              +
                                              +

                                              0 removed macroSpec classes:

                                              +
                                              +

                                              0 modified macroSpec classes:

                                              +
                                              +

                                              7 unchanged macroSpec classes:

                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                              macro.availabilityPartMEI.headerGroups elements that may appear as part of a description of the availability of and + access + to a bibliographic item.
                                              macro.bibldescPartMEI.headerGroups manifestation- and item-specific elements that may appear as part of a + bibliographic description.
                                              macro.anyXMLMEI.sharedPermits any XML elements except those from the MEI or SVG namespace.
                                              macro.metaLike.pageMEI.sharedGroups elements that contain meta-data about a single page.
                                              macro.musicPartMEI.sharedGroups elements that may appear as part of the music element.
                                              macro.struc-unstrucContentMEI.sharedProvides a choice between structured and unstructured/mixed content.
                                              macro.titlePartMEI.sharedGroups elements that may appear as part of a bibliographic title.
                                              +

                                              DataSpec Comparison (datatypes)

                                              +

                                              3 new dataSpecs:

                                              + + + + + + + + + + + + + + + + +
                                              data.HARPPEDALPOSITIONMEI.cmnIndicates the pedal setting for a harp strings.
                                              data.COURSENUMBERMEI.stringtabIn string tablature, the number of the course to be played.
                                              data.COURSETUNINGMEI.stringtabStandard course tunings.
                                              +

                                              0 removed dataSpecs:

                                              +
                                              +

                                              2 modified dataSpecs:

                                              + + + + + + + + + + + + + + + +
                                              data.INTERVAL.HARMONICMEIA token indicating diatonic interval quality and size.A token indicating diatonic interval quality and size in shorthand notation.Referenced Macros:
                                                +
                                                Allowed values:
                                                  +
                                                • [AdMmP][1-9][0-9]*
                                                • +
                                                • [AdMmP][0-9]+
                                                • +
                                                +
                                                data.NOTATIONTYPEMEINotation type and subtypeReferenced Macros:
                                                  +
                                                  Allowed values:
                                                    +
                                                  • cmn
                                                  • +
                                                  • mensural
                                                  • +
                                                  • mensural.black
                                                  • +
                                                  • mensural.white
                                                  • +
                                                  • neume
                                                  • +
                                                  • tab
                                                  • +
                                                  • tab.guitar
                                                  • +
                                                  • tab.lute.french
                                                  • +
                                                  • tab.lute.italian
                                                  • +
                                                  • tab.lute.german
                                                  • +
                                                  +
                                                  +

                                                  161 unchanged dataSpecs:

                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                  data.ACCIDENTAL.WRITTENMEIWritten accidental values.
                                                  data.ACCIDENTAL.WRITTEN.basicMEIWritten standard accidental values.
                                                  data.ACCIDENTAL.WRITTEN.extendedMEIWritten quarter-tone accidental values.
                                                  data.ACCIDENTAL.aeuMEIArel-Ezgi-Uzdilek (AEU) accidental values (written and gestural/performed).
                                                  data.ACCIDENTAL.persianMEIPersian accidental values (written and gestural/performed).
                                                  data.ACCIDENTAL.GESTURALMEIGestural/performed standard accidental values.
                                                  data.ACCIDENTAL.GESTURAL.basicMEIGestural/performed accidental values.
                                                  data.ACCIDENTAL.GESTURAL.extendedMEIGestural/performed quarter-tone accidental values.
                                                  data.ARTICULATIONMEIThe following list of articulations mostly corresponds to symbols from the Western + Musical + Symbols portion of the Unicode Standard. The dot and stroke values may be used in + cases where + interpretation is difficult or undesirable.
                                                  data.AUGMENTDOTMEIDots attribute values (number of augmentation dots) (Read, 113-119, ex. 8-21).
                                                  data.BARMETHODMEIRecords where bar lines are drawn. The value 'staff' describes the traditional placement + of bar lines.
                                                  data.BARRENDITIONMEIRenderings of bar lines. Some values correspond to the Western Musical Symbols portion + of + the Unicode Standard.
                                                  data.BEAMMEIBeam attribute values: initial, medial, terminal. Nested beaming is permitted.
                                                  data.BEAMPLACEMEILocation of a beam relative to the events it affects.
                                                  data.BEATMEIA beat location, i.e. , a decimal number.
                                                  data.BEATRPT.RENDMEIVisual and performance information for a repeated beat symbol.
                                                  data.BEND.AMOUNTMEIEither an integer value, a decimal value, or a token. Fractional values are limited + to + .25, .5, .75, while the token value is restricted to 'full'.
                                                  data.BOOLEANMEIBoolean attribute values.
                                                  data.CANCELACCIDMEIIndicates where cancellation accidentals are shown in a key signature.
                                                  data.CERTAINTYMEIValues for certainty attribute. Certainty may be expressed by one of the predefined + symbolic values high , + medium , or low . The value unknown should be used in cases where the encoder + does not wish to assert an opinion about the matter.
                                                  data.CLEFLINEMEIClef line attribute values. The value must be in the range between 1 and the number + of + lines on the staff. The numbering of lines starts with the lowest line of the staff.
                                                  data.CLEFSHAPEMEIClef shape attribute values (Read, p.53-56). Some values correspond to the Unicode + Standard.
                                                  data.CLUSTERMEITone-cluster rendition.
                                                  data.CONFIDENCEMEIConfidence is expressed as a real number between 0 and 1; 0 representing certainly + false + and 1 representing certainly true.
                                                  data.COLORNAMESMEIList of named colors from CSS Color Module Level 4.
                                                  data.COLORVALUESMEIParameterized color values
                                                  data.COLORMEIA value in one of the following forms is expected: 1) hexadecimal RRGGBB, 2) hexadecimal + RRGGBBAA, 3) CSS RGB, 4) CSS RGBA, 5) HSL, 6) HSLA, or 7) CSS color name.
                                                  data.COMPASSDIRECTIONMEIDescription of direction with respect to an imaginary compass.
                                                  data.COMPASSDIRECTION.basicMEIBasic compass directions.
                                                  data.COMPASSDIRECTION.extendedMEIAdditional compass directions.
                                                  data.DEGREESMEI360th-unit measure of a circle’s circumference; optionally signed decimal number between + -360 and 360.
                                                  data.DIVISIOMEIDivisio values.
                                                  data.DURATIONMEILogical, that is, written, duration attribute values.
                                                  data.DURATIONRESTSMEILogical, that is, written, duration attribute values for rests.
                                                  data.DURATION.GESTURALMEIPerformed duration attribute values.
                                                  data.ENCLOSUREMEIEnclosures for editorial notes, accidentals, articulations, etc.
                                                  data.EVENTRELMEILocation of musical material relative to a symbol on a staff instead of the staff.
                                                  data.EVENTREL.basicMEILocation of musical material relative to a symbol other than a staff.
                                                  data.EVENTREL.extendedMEILocation of musical material relative to a symbol other than a staff.
                                                  data.FILLMEIDescribes how a graphical object, such as a note head, should be filled. The relative + values — top, bottom, left, and right — indicate these locations *after* rotation + is + applied.
                                                  data.FINGER.FRETMEIIn a guitar chord diagram, a label indicating 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 stopped and + open + strings, respectively.
                                                  data.FONTFAMILYMEIFont family (for text) attribute values.
                                                  data.FONTNAMEMEIFont name (for text) attribute values.
                                                  data.FONTSIZEMEIFont size expressions.
                                                  data.FONTSIZENUMERICMEIFont size expressed as numbers; i.e. , points or virtual units.
                                                  data.FONTSIZESCALEMEIRelative size of symbol that may begin/end a line.
                                                  data.FONTSIZETERMMEIFont size expressed as relative term.
                                                  data.FONTSTYLEMEIFont style (for text) attribute values.
                                                  data.FONTWEIGHTMEIFont weight (for text) attribute values.
                                                  data.FRETNUMBERMEIIn string tablature, the fret number. The value 0 (zero) indicates the open + string.
                                                  data.GLISSANDOMEIAnalytical glissando attribute values.
                                                  data.GRACEMEIDo grace notes get time from the current (acc) or previous (unacc) one?
                                                  data.HEADSHAPEMEINote head shapes.
                                                  data.HEADSHAPE.listMEIEnumerated note head shapes.
                                                  data.HEXNUMMEIHexadecimal number.
                                                  data.HORIZONTALALIGNMENTMEIData values for attributes that capture horizontal alignment.
                                                  data.INTERVAL.MELODICMEIA token indicating direction of the interval but not its precise value, a diatonic + interval (with optional direction and quality), or a decimal value in half steps. + Decimal + values are permitted to accommodate micro-tuning.
                                                  data.ISODATEMEIISO date formats.
                                                  data.ISOTIMEMEIISO 24-hour time format: HH:MM:SS.ss, i.e. , + [0-9][0-9]:[0-9][0-9]:[0-9][0-9](\.?[0-9]*)?.
                                                  data.KEYFIFTHSMEIIndicates the location of the tonic in the circle of fifths.
                                                  data.LAYERSCHEMEMEIIndicates how stems should be drawn when more than one layer is present and stem + directions are not indicated on the notes/chords themselves. '1' indicates that there + is only + a single layer on a staff. '2o' means there are two layers with opposing stems. '2f' + indicates + two 'free' layers; that is, opposing stems will be drawn unless one of the layers + has 'space'. + In that case, stem direction in the remaining layer will be determined as if there + were only + one layer. '3o' and '3f' are analogous to '2o' and '2f' with three layers allowed.
                                                  data.LIGATUREFORMMEILigature forms.
                                                  data.LINEFORMMEIVisual form of a line.
                                                  data.LINESTARTENDSYMBOLMEISymbol that may begin/end a line.
                                                  data.LINEWIDTHMEIDatatype of line width measurements.
                                                  data.LINEWIDTHTERMMEIRelative width of a line.
                                                  data.MEASUREBEATMEIA count of measures plus a beat location, i.e. , [0-9]+m *\+ *[0-9]+(\.?[0-9]*)?. + The + measure count is the number of bar lines crossed by the event, while the beat location + is a + timestamp expressed as a beat with an optional fractional part. For example, "1m+3.5" + indicates a point in the next measure on the second half of beat 3. The measure number + must be + in the range of 0 to the number of remaining measures, while the beat number must + be in the + range from 0 to the numerator of the time signature plus 1. For example, in 6/8 the + beat + number must be within the range from 0 (the left bar line) to 7 (the right bar line). + A value + with a measure number of "0", such as "0m+2", indicates a point within the current + measure.
                                                  data.MEASUREBEATOFFSETMEIA count of measures plus a beat location, i.e. , (\+|-)?[0-9]+m\+[0-9]+(\.?[0-9]*)?. + The + measure count is the number of bar lines crossed by the event, while the beat location + is a + timestamp expressed as a beat with an optional fractional part. The measure number + must be in + the range of preceding measures to the number of remaining measures. A value with + a positive + measure number, such as "1m+3", indicates a point in the following measure, while + a value with + a negative measure number, such as "-1m+3", marks a point in the preceding measure. + The beat + number must be in the range from 0 to the numerator of the time signature plus 1. + For example, + in 6/8 the beat number must be within the range from 0 (the left bar line) to 7 (the + right + bar line). A value with a measure number of "0", such as "0m+2", indicates a point + within the + current measure.
                                                  data.MEASUREMENTUNSIGNEDMEIMeasurement expressed in real-world ( e.g. , centimeters, millimeters, inches, points, + picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike + data.MEASUREMENTSIGNED, only positive values are allowed.
                                                  data.MEASUREMENTSIGNEDMEIMeasurement expressed in real-world ( e.g. , centimeters, millimeters, inches, points, + picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike + data.MEASUREMENTUNSIGNED, in which only positive values are allowed, both positive + and negative + values are permitted.
                                                  data.MEASUREMENTFONTUNSIGNEDMEIMeasurement expressed relative to properties of the current font, in analogy to the + respective CSS length units. Unlike data.MEASUREMENTFONTUNSIGNED, only positive values + are + allowed.
                                                  data.MEASUREMENTFONTSIGNEDMEIMeasurement expressed relative to properties of the current font, in analogy to the + respective CSS length units. Unlike data.MEASUREMENTFONTUNSIGNED, both positive and + negative values + are allowed.
                                                  data.MEASUREMENTTYPOGRAPHYUNSIGNEDMEIMeasurements used for typographical features. Unlike data.MEASUREMENTTYPOGRAPHYSIGNED, + only + positive values are allowed.
                                                  data.MEASUREMENTTYPOGRAPHYSIGNEDMEIMeasurements used for typographical features. Unlike data.MEASUREMENTTYPOGRAPHYSIGNED, + both + positive and negative values are allowed.
                                                  data.MELODICFUNCTIONMEIIndication of melodic function, i.e. , anticipation, lower neighbor, escape tone, + etc.
                                                  data.MENSURATIONSIGNMEIMensuration signs attribute values.
                                                  data.METERFORMMEIContains an indication of how a meter signature should be rendered.
                                                  data.METERSIGNMEIMeter.sym attribute values for CMN.
                                                  data.MIDICHANNELMEIMIDI channel number. One-based values must be followed by a lower-case letter "o".
                                                  data.MIDIBPMMEITempo expressed as "beats" per minute, where "beat" is always defined as a quarter + note, + *not the numerator of the time signature or the metronomic indication*.
                                                  data.MIDIMSPBMEITempo expressed as microseconds per "beat", where "beat" is always defined as a quarter + note, *not the numerator of the time signature or the metronomic indication*.
                                                  data.MIDINAMESMEIGeneral MIDI instrument names.
                                                  data.MIDIVALUEMEIGeneric MIDI value. One-based values must be followed by a lower-case letter "o".
                                                  data.MIDIVALUE_NAMEMEIdata.MIDIVALUE or data.NCName values.
                                                  data.MIDIVALUE_PANMEIdata.MIDIVALUE or data.PERCENT.LIMITED.SIGNED values.
                                                  data.MIDIVALUE_PERCENTMEIdata.MIDIVALUE or data.PERCENT.LIMITED values.
                                                  data.MODEMEIModes.
                                                  data.MODE.cmnMEICommon modes.
                                                  data.MODE.gregorianMEIGregorian modes.
                                                  data.MODE.extendedMEIModern modes.
                                                  data.MODSRELATIONSHIPMEIBibliographic relationship values based on MODS version 3.4.
                                                  data.MODUSMAIORMEIMaxima-long relationship values.
                                                  data.MODUSMINORMEILong-breve relationship values.
                                                  data.MUSICFONTMEIMusic font family.
                                                  data.NCNAMEMEI"Convenience" datatype that permits combining enumerated values with a user-supplied + name.
                                                  data.NMTOKENMEI"Convenience" datatype that permits combining enumerated values with user-supplied + values.
                                                  data.NONSTAFFPLACEMEINon-staff location.
                                                  data.NOTEHEADMODIFIERMEICaptures any notehead "modifiers"; that is, symbols added to the notehead, such as + slashes, lines, text, and enclosures, etc.
                                                  data.NOTEHEADMODIFIER.listMEIEnumerated note head modifier values.
                                                  data.NOTEHEADMODIFIER.patMEICaptures text rendered in the center of the notehead.
                                                  data.OCTAVEMEIOctave number. The default values conform to the Scientific Pitch Notation (SPN).
                                                  data.OCTAVE.DISMEIThe amount of octave displacement; that is, '8' (as in '8va' for 1 octave), '15' (for + 2 + octaves), or rarely '22' (for 3 octaves).
                                                  data.ORIENTATIONMEIRotation or reflection of base symbol values.
                                                  data.NEIGHBORINGLAYERMEIFor musical material designated to appear on an adjacent layer or staff, the location + of the layer + relative to the current one; i.e. , the layer above or the layer below.
                                                  data.PAGE.PANELSMEIThe number of panels per page.
                                                  data.PEDALSTYLEMEIStyling of piano pedal marks.
                                                  data.PERCENTMEIPositive decimal number plus '%', i.e. , [0-9]+(\.[0-9]*)?%.
                                                  data.PERCENT.LIMITEDMEIDecimal number between 0 and 100, followed by a percent sign "%".
                                                  data.PERCENT.LIMITED.SIGNEDMEIDecimal number between -100 and 100, followed by a percent sign "%".
                                                  data.PGFUNCMEIPage header and footer function; a value that defines the function (i.e., the placement) + of the header or the footer.
                                                  data.PGSCALEMEIPage scale factor; a percentage of the values in page.height and page.width.
                                                  data.PITCHCLASSMEIPclass (pitch class) attribute values.
                                                  data.PITCHNAMEMEIThe pitch names (gamut) used within a single octave. The default values conform to + Acoustical Society of America representation.
                                                  data.PITCHNAME.GESTURALMEIGestural pitch names need an additional value for when the notated pitch is not to + be + sounded.
                                                  data.PITCHNUMBERMEIPnum (pitch number, e.g. , MIDI) attribute values.
                                                  data.PLACEMENTMEILocation information.
                                                  data.PROLATIOMEISemibreve-minim relationship values.
                                                  data.RELATIONSHIPMEIGeneral-purpose relationships
                                                  data.ROTATIONMEIRotation.
                                                  data.ROTATIONDIRECTIONMEIRotation term.
                                                  data.SCALEDEGREEMEIScale degree values.
                                                  data.SLASHMEIThe number of slashes to be rendered for tremolandi.
                                                  data.SLURMEIi=initial, m=medial, t=terminal. Number is used to match endpoints of the slur when + slurs + are nested or overlap.
                                                  data.STAFFITEMMEIItems that may be printed above, below, or between staves.
                                                  data.STAFFITEM.basicMEIItems in all repertoires that may be printed near a staff.
                                                  data.STAFFLOCMEIStaff location. The value 0 indicates the bottom line of the current staff; positive + values are used for positions above the bottom line and negative values for the positions + below. For example, in treble clef, 1 = F4, 2 = G4, 3 = A4, etc. and -1 = D4, -2 = + C4, and so + on.
                                                  data.STAFFRELMEILocation of musical material relative to a staff.
                                                  data.STAFFREL.basicMEILocation of symbol relative to a staff.
                                                  data.STAFFREL.extendedMEILocation of symbol relative to a staff.
                                                  data.STEMDIRECTIONMEIStem direction.
                                                  data.STEMDIRECTION.basicMEICommon stem directions.
                                                  data.STEMDIRECTION.extendedMEIAdditional stem directions.
                                                  data.STEMMODIFIERMEIStem modification.
                                                  data.STEMPOSITIONMEIPosition of a note’s stem relative to the head of the note.
                                                  data.STRINGNUMBERMEIThis datatype is deprecated in favor of data.COURSENUMBER and will be removed in a + future version. In string tablature, the number of the string to be played.
                                                  data.TEMPERAMENTMEITemperament or tuning system.
                                                  data.TEMPOVALUEMEIBeats (meter signature denominator) per minute, e.g. , 120.
                                                  data.TEMPUSMEIBreve-semibreve relationship values.
                                                  data.TEXTRENDITIONLISTMEIClosed list of text rendition values.
                                                  data.TEXTRENDITIONPARMEIParameterized text rendition values.
                                                  data.TEXTRENDITIONMEIText rendition values.
                                                  data.TIEMEITie attribute values: initial, medial, terminal.
                                                  data.TSTAMPOFFSETMEIA positive or negative offset from the value given in the tstamp attribute in terms + of + musical time, i.e. , beats[.fractional beat part].
                                                  data.TUPLETMEITuplet attribute values: initial, medial, terminal.
                                                  data.URIMEIA Uniform Resource Identifier, see [RFC2396].
                                                  data.VERTICALALIGNMENTMEIData values for attributes that capture vertical alignment.
                                                  data.WORDMEIA single "word" that contains only letters, digits, punctuation characters, or symbols. + It + cannot contain whitespace.
                                                  data.DURATION.cmnMEI.cmnLogical, that is, written, duration attribute values for the CMN repertoire.
                                                  data.STAFFITEM.cmnMEI.cmnItems in the CMN repertoire that may be printed near a staff.
                                                  data.ORNAM.cmnMEI.cmnOrnamentsCMN ornam attribute values: A = appogiatura (upper neighbor); a = acciaccatura (lower + neighbor); b = bebung; I = ascending slide; i = descending slide; k = delayed turn; + K = 5-note + turn; m = mordent (alternation with lower neighbor); M = inverted mordent (alternation + with + upper neighbor); N = Nachschlag (upper neighbor); n = Nachschlag (lower neighbor); + S = turn; s + = inverted turn; t = trill commencing on auxiliary note; T = trill commencing on principal + note; O = generic / unspecified ornament.
                                                  data.FRBRRELATIONSHIPMEI.frbrRelationships between FRBR entities.
                                                  data.DURATION.mensuralMEI.mensuralLogical, that is, written, note-shape (or note symbol) attribute values for the mensural + repertoire.
                                                  data.MULTIBREVERESTS.mensuralMEI.mensuralLogical, that is, written, duration attribute values for multi-breve rests in the + mensural repertoire.
                                                  data.DURATIONRESTS.mensuralMEI.mensuralLogical, that is, written, duration attribute values for mensural rests.
                                                  data.DURQUALITY.mensuralMEI.mensuralDuration attribute values of a given note symbol for the mensural repertoire.
                                                  data.FLAGFORM.mensuralMEI.mensuralForm of the flag.
                                                  data.FLAGPOS.mensuralMEI.mensuralPosition of the flag relative to the stem.
                                                  data.STAFFITEM.mensuralMEI.mensuralItems in the Mensural repertoire that may be printed near a staff.
                                                  data.STEMFORM.mensuralMEI.mensuralForm of the stem attached to the note.
                                                  data.STAFFITEM.neumesMEI.neumesItems in the Neume repertoire that may be printed near a staff.
                                                  data.BETYPEMEI.sharedDatatypes for values in begin, end, abstype and inttype attributes.
                                                  \ No newline at end of file From b284db62b1f7a6e56f3e2e72dbc846e7f77067b6 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Wed, 22 Jan 2025 22:39:02 +0100 Subject: [PATCH 3/3] fix: add DOIs for PDFs of previous versions --- resources/schemas.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/schemas.md b/resources/schemas.md index 6c875dbf0..f9d12ec69 100644 --- a/resources/schemas.md +++ b/resources/schemas.md @@ -36,7 +36,7 @@ A detailed overview of the changes for the MEI 5.1 schema is available here: [ht # Previous Versions of MEI - [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0) - - MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258)); DOI: [10.5281/zenodo.10040258]( https://doi.org/10.5281/zenodo.10040258) + - MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258); DOI: [10.5281/zenodo.10040258](https://doi.org/10.5281/zenodo.10040258)) - RelaxNG schemata: - [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng) - [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng) @@ -53,7 +53,7 @@ A detailed overview of the changes for the MEI 5.1 schema is available here: [ht - [MEI Mensural](https://music-encoding.org/schema/4.0.1/mei-Mensural.rng) - [MEI Neumes](https://music-encoding.org/schema/4.0.1/mei-Neumes.rng) - [MEI v3.0.0 (2016)](https://github.com/music-encoding/music-encoding/releases/tag/v3.0.0) - - MEI 3.0.0 Guidelines ([PDF](https://github.com/music-encoding/music-encoding/releases/download/v3.0.0/MEI_Guidelines_v3.0.0.pdf)) + - MEI 3.0.0 Guidelines ([PDF](https://zenodo.org/records/10040230); DOI: [10.5281/zenodo.10040230](https://doi.org/10.5281/zenodo.10040230)) - RelaxNG schemata: - [MEI All](https://music-encoding.org/schema/3.0.0/mei-all.rng) - [MEI All Anystart](https://music-encoding.org/schema/3.0.0/mei-all_anyStart.rng) @@ -61,7 +61,7 @@ A detailed overview of the changes for the MEI 5.1 schema is available here: [ht - [MEI Mensural](https://music-encoding.org/schema/3.0.0/mei-Mensural.rng) - [MEI Neumes](https://music-encoding.org/schema/3.0.0/mei-Neumes.rng) - [MEI 2013 (v2.1.1)](https://github.com/music-encoding/music-encoding/releases/tag/MEI2013_v2.1.1) - - MEI 2013 Guidelines ([PDF](https://github.com/music-encoding/music-encoding/releases/download/MEI2013_v2.1.1/MEI_Guidelines_2013_v2.1.1.pdf)) + - MEI 2013 Guidelines ([PDF](https://zenodo.org/records/10040218); DOI: [10.5281/zenodo.10040218](https://doi.org/10.5281/zenodo.10040218)) - RelaxNG schemata: - [MEI All](https://music-encoding.org/schema/2.1.1/mei-all.rng) - [MEI All Anystart](https://music-encoding.org/schema/2.1.1/mei-all_anyStart.rng) @@ -70,9 +70,9 @@ A detailed overview of the changes for the MEI 5.1 schema is available here: [ht - [MEI Neumes](https://music-encoding.org/schema/2.1.1/mei-Neumes.rng) - [MEI 2012](https://github.com/music-encoding/music-encoding/releases/tag/MEI2012_v2.0.0) - MEI 2012 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI2012_v2.0.0.zip)) - - MEI 2012 Guidelines ([PDF](https://music-encoding.org/downloads/MEI_Guidelines_2012_v2.0.0.pdf)) + - MEI 2012 Guidelines ([PDF](https://zenodo.org/records/10040170); DOI: [10.5281/zenodo.10040170](https://doi.org/10.5281/zenodo.10040170)) - [MEI 2011-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2011-05) - MEI 2011-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2011-05.zip)) - [MEI 2010-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2010-05) - MEI 2010-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2010-05.zip)) - - Tag Library ([PDF](https://music-encoding.org/downloads/MEI_TagLibrary_2010-05.pdf)) + - Tag Library ([PDF](https://zenodo.org/records/10040125); DOI: [10.5281/zenodo.10040125](https://doi.org/10.5281/zenodo.10040125))