The type attribute may be used to classify the title according to some convenient typology. Sample values include: main (main title), subordinate (subtitle, title of part), abbreviated (abbreviated form of title), alternative (alternate title by which the work is also known), translated (translated form of title), uniform (collective title), and desc (descriptive title). The type attribute is provided for convenience in analysing titles and processing them according to their type; where such specialized processing is not necessary, there is no need for such analysis, and the entire title, including subtitles and any parallel titles, may be enclosed within a single title element. Title parts may be encoded in titlePart sub-elements. The name of the list from which a controlled value is taken may be recorded using the auth attribute. The number of initial characters (such as those constituting an article or preposition) that should not be used for sorting a title or name may be indicated in the nonfiling attribute.
The model of this element is based on the title element of the Text Encoding Initiative (TEI).
<elementSpec ident="title" module="MEI.shared">
<desc xml:lang="en">Title of a bibliographic entity.</desc>
<classes>
<memberOf key="att.authorized"/>
<memberOf key="att.basic"/>
<memberOf key="att.bibl"/>
<memberOf key="att.classed"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.filing"/>
<memberOf key="att.labelled"/>
<memberOf key="att.lang"/>
<memberOf key="att.linking"/>
<memberOf key="att.nNumberLike"/>
<memberOf key="att.responsibility"/>
<memberOf key="model.titleLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="macro.titlePart"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
<rng:ref name="titlePart"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList>
<attDef ident="level" usage="opt">
<desc xml:lang="en">Indicates the bibliographic level of the title.</desc>
<valList type="closed">
<valItem ident="a">
<desc xml:lang="en">Analyzed component, such as an article or chapter, within a larger bibliographic
entity.</desc>
</valItem>
<valItem ident="c">
<desc xml:lang="en">Collection. A group of items that were not originally published, distributed, or
produced together.</desc>
</valItem>
<valItem ident="d">
<desc xml:lang="en">Subunit of a collection,
<abbr>e.g.</abbr>, item, folder, box, archival series, subgroup, or
subcollection.</desc>
</valItem>
<valItem ident="i">
<desc xml:lang="en">Integrating resource, such as a continuously updated loose-leaf service or Web
site.</desc>
</valItem>
<valItem ident="m">
<desc xml:lang="en">Monograph.</desc>
</valItem>
<valItem ident="j">
<desc xml:lang="en">Journal.</desc>
</valItem>
<valItem ident="s">
<desc xml:lang="en">Series.</desc>
</valItem>
<valItem ident="u">
<desc xml:lang="en">Unpublished (including theses and dissertations unless published by a commercial
press).</desc>
</valItem>
</valList>
</attDef>
<attDef ident="type" usage="opt">
<desc xml:lang="en">Characterizes the title 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="main">
<desc xml:lang="en">Main title.</desc>
</valItem>
<valItem ident="subordinate">
<desc xml:lang="en">Subtitle or title of part.</desc>
</valItem>
<valItem ident="abbreviated">
<desc xml:lang="en">Abbreviated form of title.</desc>
</valItem>
<valItem ident="alternative">
<desc xml:lang="en">Alternate title by which the item is also known.</desc>
</valItem>
<valItem ident="translated">
<desc xml:lang="en">Translated form of title.</desc>
</valItem>
<valItem ident="uniform">
<desc xml:lang="en">Collective title.</desc>
</valItem>
<valItem ident="desc">
<desc xml:lang="en">Descriptive paraphrase of the work.</desc>
</valItem>
</valList>
</attDef>
</attList>
<remarks xml:lang="en">
<p>The <att>type</att> attribute may be used to classify the title according to some
convenient typology. Sample values include: main (main title), subordinate (subtitle,
title
of part), abbreviated (abbreviated form of title), alternative (alternate title by
which the
work is also known), translated (translated form of title), uniform (collective title),
and
desc (descriptive title). The <att>type</att> attribute is provided for convenience in
analysing titles and processing them according to their type; where such specialized
processing is not necessary, there is no need for such analysis, and the entire title,
including subtitles and any parallel titles, may be enclosed within a single <gi scheme="MEI">title</gi> element. Title parts may be encoded in <gi scheme="MEI">titlePart</gi> sub-elements. The name of the list from which a controlled value is taken
may be recorded using the <att>auth</att> attribute. The number of initial characters (such
as those constituting an article or preposition) that should not be used for sorting
a title
or name may be indicated in the <att>nonfiling</att> attribute.</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-title.html">title</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>