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. This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<elementSpec ident="title" module="MEI.shared">
<desc>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 org="group">
<attDef ident="level" usage="opt">
<desc>Indicates the bibliographic level of the title.</desc>
<valList type="closed">
<valItem ident="a">
<desc>Analyzed component, such as an article or chapter, within a larger bibliographic
entity.</desc>
</valItem>
<valItem ident="c">
<desc>Collection. A group of items that were not originally published, distributed, or
produced together.</desc>
</valItem>
<valItem ident="d">
<desc>Subunit of a collection, e.g. item, folder, box, archival series, subgroup, or
subcollection.</desc>
</valItem>
<valItem ident="i">
<desc>Integrating resource, such as a continuously updated loose-leaf service or Web
site.</desc>
</valItem>
<valItem ident="m">
<desc>Monograph.</desc>
</valItem>
<valItem ident="j">
<desc>Journal.</desc>
</valItem>
<valItem ident="s">
<desc>Series.</desc>
</valItem>
<valItem ident="u">
<desc>Unpublished (including theses and dissertations unless published by a commercial
press).</desc>
</valItem>
</valList>
</attDef>
<attDef ident="type" usage="opt">
<desc>Characterizes the title in some sense, using any convenient classification scheme
or
typology that employs single-token labels.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKENS"/>
</datatype>
<valList type="semi">
<valItem ident="main">
<desc>Main title.</desc>
</valItem>
<valItem ident="subordinate">
<desc>Subtitle or title of part.</desc>
</valItem>
<valItem ident="abbreviated">
<desc>Abbreviated form of title.</desc>
</valItem>
<valItem ident="alternative">
<desc>Alternate title by which the item is also known.</desc>
</valItem>
<valItem ident="translated">
<desc>Translated form of title.</desc>
</valItem>
<valItem ident="uniform">
<desc>Collective title.</desc>
</valItem>
<valItem ident="desc">
<desc>Descriptive paraphrase of the work.</desc>
</valItem>
</valList>
</attDef>
</attList>
<remarks>
<p part="N">The
<att scheme="TEI">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 scheme="TEI">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 scheme="TEI">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 scheme="TEI">nonfiling</att> attribute.</p>
</remarks>
<remarks>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>