<title>

<title> 作品の完全なタイトルを示す. [3.11.2.2 Titles, Authors, and Editors 2.2.1 The Title Statement 2.2.5 The Series Statement]
モジュールcore — Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.canonical (@key, @ref) att.typed (type, @subtype)
type当該タイトルを分類する. 例としての値は以下の通り: 1] main; 2] sub; 3] alt; 4] short; 5] desc
Derived fromatt.typed
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
例としての値は以下の通り:
main
主タイトル.
sub
副タイトル,部分タイトル.
alt
別タイトル.多くは他言語によるタイトル.当該作品は,このタイ トルで知られている.
short
タイトルの省略形.
desc
タイトルのように当該作品を解説する言い換え.
解説

当該属性は,タイトルを分析し,処理する際に使用されるものである. このような処理を必要としない場合,タイトルを分析する必要はなく, 副タイトルなどは全て要素titleの中に入れてしまうことが できる.

levelタイトルの書誌情報のレベルを示す.例えば,論文,書籍,雑誌,叢書, 非刊行物など.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
正当な値:
a
分析的タイトル(例えば,論文や詩など,大きめの刊行物の部分と なるもの).
m
単行物のタイトル(例えば,書籍や叢書など,複数の巻に別れる作 品のうちのひとつや,独立してある出版物).
j
雑誌のタイトル.
s
叢書のタイトル.
u
非刊行物のタイトル(未刊の学位論文など).
解説

タイトルが要素analytic中にある場合,属性 levelがあれば,値は必ず‘a’となる. タイトルが要素monogr中にある場合,属性 levelの値は,必ず‘m’, ‘j’, ‘u’のいず れかになる.要素titleが要素series中にある場 合,属性levelの値は必ず‘s’となる.タイトルが要 素msItem中にある場合,当該属性値は付与されない.

クラブのメンバー
上位
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
宣言

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