titlePage may be used to transcribe the item’s title page. Other front matter structures, such as a preface, dedication, or table of contents, may be encoded as textual divisions; that is, as div elements, with an optional head sub-element describing the nature of the division. The pb element is allowed here in order to accommodate page images, e.g., cover, endpapers, etc. before and after the actual textual matter.
The model of this element is based on the front element of the Text Encoding Initiative (TEI).
<elementSpec ident="front" module="MEI.text">
<gloss versionDate="2022-05-18" xml:lang="en">front matter</gloss>
<desc xml:lang="en">Bundles prefatory text found before the start of the musical text.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.metadataPointing"/>
<memberOf key="model.frontLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.divLike"/>
<rng:ref name="model.frontAndBackPart"/>
<rng:ref name="model.milestoneLike.text"/>
<rng:ref name="model.relationLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p> <gi scheme="MEI">titlePage</gi> may be used to transcribe the item’s title page. Other
front matter structures, such as a preface, dedication, or table of contents, may
be encoded
as textual divisions; that is, as <gi scheme="MEI">div</gi> elements, with an optional <gi scheme="MEI">head</gi> sub-element describing the nature of the division. The <gi scheme="MEI">pb</gi> element is allowed here in order to accommodate page images,
<abbr>e.g.</abbr>,
cover, endpapers, etc. before and after the actual textual matter.</p>
</remarks>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-front.html">front</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>