<score>

Module
Attributes
@label, @type, @xml:id
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
(MEI.gestural) Gestural domain attributes.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
Member of
model.scoreLikeGroups elements that represent a score.
Contained By
(MEI.shared) Groups elements that represent a score.
<mdiv>(musical division) – Contains a subdivision of the body of a musical text.
<mdiv>(musical division) – Contains a subdivision of the body of a musical text.
May Contain
(MEI.shared) Groups annotation-like elements.
(MEI.shared) Groups milestone-style elements found in music notation.
<sb>An empty formatting element that forces musical notation to begin on a new line.
(MEI.shared) Groups page beginning-like elements.
<pb>An empty formatting element that forces text to begin on a new page.
(MEI.shared) Collects elements that express a relationship.
(MEI.shared) Groups elements that provide score meta-information.
<scoreDef>(score definition) – Container for score meta-information.
(MEI.shared) Groups elements that may appear as part of a score.
(MEI.shared) Groups elements that represent alternative endings.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
(MEI.shared) Groups elements that represent a segment of music notation.
<section>Segment of music data.
(MEI.shared) Groups elements that permit declaration of staff properties.
<staffDef>Container for staff meta-information.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
<pb>An empty formatting element that forces text to begin on a new page.
<sb>An empty formatting element that forces musical notation to begin on a new line.
<scoreDef>(score definition) – Container for score meta-information.
<section>Segment of music data.
<staffDef>Container for staff meta-information.
Remarks

A score may consist entirely of page beginnings, each of which points to a page image. div [not available in this MEI customization] elements are allowed preceding and following sections of music data in order to accommodate blocks of explanatory text.

Declaration
<elementSpec rend="add" ident="score" module="MEI.shared">
<desc xml:lang="en">Full score view of the musical content.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.score.ges"/>
<memberOf key="model.scoreLike"/>
</classes>
<content>
<zeroOrMore>
<choice>
<ref name="model.annotLike"/>
<ref name="model.appLike"/>
<ref name="model.divLike"/>
<ref name="model.editLike"/>
<ref name="model.relationLike"/>
<ref name="model.scoreDefLike"/>
<ref name="model.scorePart"/>
<ref name="model.staffDefLike"/>
</choice>
</zeroOrMore>
</content>
<remarks xml:lang="en">
<p>A score may consist entirely of page beginnings, each of which points to a page image. <gi scheme="MEI">div</gi> elements are allowed preceding and following sections of music data in order to accommodate blocks of explanatory text.</p>
</remarks>
</elementSpec>