<elementSpec ident="div" module="MEI.shared">
<gloss xml:lang="en">division</gloss>
<desc xml:lang="en">Major structural division of text, such as a preface, chapter or
section.</desc>
<classes>
<memberOf key="att.basic"/>
<memberOf key="att.classed"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.labelled"/>
<memberOf key="att.lang"/>
<memberOf key="att.linking"/>
<memberOf key="att.metadataPointing"/>
<memberOf key="att.nNumberLike"/>
<memberOf key="att.responsibility"/>
<memberOf key="model.divLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.headLike"/>
<rng:ref name="model.milestoneLike.text"/>
</rng:choice>
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.divLike"/>
<rng:ref name="model.figureLike"/>
<rng:ref name="model.textComponentLike"/>
<rng:ref name="sp"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList>
<attDef ident="type" usage="opt">
<desc xml:lang="en">Characterizes the textual division in some sense, using any convenient classification
scheme or typology that employs single-token labels.</desc>
<datatype>
<rng:data type="NMTOKENS"/>
</datatype>
<valList type="semi">
<valItem ident="abstract">
<desc xml:lang="en">A summary of the content of a text as continuous prose.</desc>
</valItem>
<valItem ident="ack">
<desc xml:lang="en">A formal declaration of acknowledgment by the author in which persons and
institutions are thanked for their part in the creation of a text.</desc>
</valItem>
<valItem ident="appendix">
<desc xml:lang="en">An ancillary self-contained section of a work, often providing additional but in
some sense extra-canonical text.</desc>
</valItem>
<valItem ident="bibliography">
<desc xml:lang="en">A list of bibliographic citations.</desc>
</valItem>
<valItem ident="colophon">
<desc xml:lang="en">A statement appearing at the end of a book describing the conditions of its
physical production.</desc>
</valItem>
<valItem ident="contents">
<desc xml:lang="en">A table of contents, specifying the structure of a work and listing its
constituents. The list element should be used to mark its structure.</desc>
</valItem>
<valItem ident="dedication">
<desc xml:lang="en">A formal offering or dedication of a text to one or more persons or institutions
by the author.</desc>
</valItem>
<valItem ident="frontispiece">
<desc xml:lang="en">A pictorial frontispiece, possibly including some text.</desc>
</valItem>
<valItem ident="glossary">
<desc xml:lang="en">A list of terms associated with definition texts (‘glosses’).</desc>
</valItem>
<valItem ident="half-title">
<desc xml:lang="en">A page containing only the title of a book — as opposed to the title page, which
also lists subtitle, author, imprint and similar data.</desc>
</valItem>
<valItem ident="index">
<desc xml:lang="en">Any form of index to the work.</desc>
</valItem>
<valItem ident="annotations">
<desc xml:lang="en">A section in which annotations on the text are gathered together.</desc>
</valItem>
<valItem ident="preface">
<desc xml:lang="en">A foreword or preface addressed to the reader in which the author or publisher
explains the content, purpose, or origin of the text.</desc>
</valItem>
</valList>
</attDef>
</attList>
<remarks xml:lang="en">
<p>Often, the <gi scheme="MEI">head</gi> sub-element identifies the <gi scheme="MEI">div</gi>’s purpose. The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html">div</ref> element of the Text Encoding Initiative
(TEI).</p>
</remarks>
</elementSpec>