<title>

<title> contains a title for any kind of work. 3.11.2.2 Authors, Titles, and Editors 2.2.1 The Title Statement 2.2.5 The Series Statement
Modul core — 3 Elements Available in All TEI Documents
Neben global gültigen Attributen att.canonical (@key, @ref)
level indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.
Zustand Empfohlen wenn zutreffend
Gültige Werte:
a
(analytic) analytic title (article, poem, or other item published as part of a larger item)
m
(monographic) monographic title (book, collection, or other item published as a distinct item, including single volumes of multi-volume works)
j
(journal) journal title
s
(series) series title
u
(unpublished) title of unpublished material (including theses and dissertations unless published by a commercial press)
type classifies the title according to some convenient typology.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Beispielwerte sind etwa:
main
main title
sub
(subordinate) subtitle, title of part
alt
(alternate) alternate title, often in another language, by which the work is also known
short
abbreviated form of title
desc
(descriptive) descriptive paraphrase of the work functioning as a title
Verwendet von
Kann enthalten
Deklaration

<rng:element name="title">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:optional>
  <rng:attribute name="level">
   <rng:choice>
    <rng:value>a</rng:value>
    <rng:value>m</rng:value>
    <rng:value>j</rng:value>
    <rng:value>s</rng:value>
    <rng:value>u</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element title
{
   att.global.attributes,
   att.canonical.attributes,
   attribute level { "a" | "m" | "j" | "s" | "u" }?,
   attribute type { data.enumerated }?,
   macro.paraContent
}
Beispiel
<title>Information Technology and the Research Process: Proceedings of
a conference held at Cranfield Institute of Technology, UK,
18–21 July 1989</title>
Beispiel
<title>Hardy's Tess of the D'Urbervilles: a machine readable
edition</title>
Beispiel
<title type="full">
 <title type="main">Synthèse</title>
 <title type="subtitle">an international journal for
   epistemology, methodology and history of
   science</title>
</title>