The mdiv element may contain one or both of 2 possible views of the music. The score view is the traditional full and open score while the parts view contains each performer's view of the score; that is, his part. These 2 views are necessary because it is not always possible or desirable to generate one from the other. The score and parts elements are placed here and not directly within the body element because score and part characteristics may change from mdiv to mdiv. For example, the 2nd movement of a symphony may require different performing forces (and therefore different score and part layout) than the other movements. The mdiv element may be recursively nested in order to represent music which exhibits this kind of structure. For example, an opera is normally divided into acts, which are in turn divided into scenes.
<elementSpec ident="mdiv" module="MEI.shared">
<desc>(musical division) – Contains a subdivision of the body of a musical text.</desc>
<classes>
<memberOf
key="att.common"/>
<memberOf
key="att.facsimile"/>
<memberOf
key="att.metadataPointing"/>
<memberOf
key="att.mdiv.anl"/>
<memberOf
key="att.mdiv.ges"/>
<memberOf
key="att.mdiv.log"/>
<memberOf
key="att.mdiv.vis"/>
<memberOf
key="model.mdivLike"/>
</classes>
<content>
<rng:choice>
<rng:group>
</rng:group>
</rng:choice>
</content>
<remarks>
<p part="N">The
<gi scheme="MEI">mdiv</gi> element may contain one or both of 2 possible views of the
music. The score view is the traditional full and open score while the parts view
contains
each performer's view of the score; that is, his part. These 2 views are necessary
because
it is not always possible or desirable to generate one from the other. The
<gi scheme="MEI">score</gi> and
<gi scheme="MEI">parts</gi> elements are placed here and not directly within
the
<gi scheme="MEI">body</gi> element because score and part characteristics may change
from
<gi scheme="MEI">mdiv</gi> to
<gi scheme="MEI">mdiv</gi>. For example, the 2nd movement
of a symphony may require different performing forces (and therefore different score
and
part layout) than the other movements. The
<gi scheme="MEI">mdiv</gi> element may be
recursively nested in order to represent music which exhibits this kind of structure.
For
example, an opera is normally divided into acts, which are in turn divided into scenes.</p>
</remarks>
</elementSpec>