<title>

<title> 作品の完全なタイトルを示す. 3.11.2.2 Authors, Titles, and Editors 2.2.1 The Title Statement 2.2.5 The Series Statement
モジュールcore — 3 Elements Available in All TEI Documents
属性
level タイトルの書誌情報のレベルを示す.例えば,論文,書籍,雑誌,叢書, 非刊行物など.
状態 使えるならば必須
正当な値:
a
(analytic) 分析的タイトル(例えば,論文や詩など,大きめの刊行物の部分と なるもの).
m
(monographic) 単行物のタイトル(例えば,書籍や叢書など,複数の巻に別れる作 品のうちのひとつや,独立してある出版物).
j
(journal) 雑誌のタイトル.
s
(series) 叢書のタイトル.
u
(unpublished) 非刊行物のタイトル(未刊の学位論文など).
解説
If the title appears directly enclosed within an <analytic> element, the level, if given, must be ‘a’; if it appears directly enclosed within a <monogr> element, level must be ‘m’, ‘j’, or ‘u’; when <title> is directly enclosed by <series>, level must be ‘s’. If it appears within a <msItem>, this attribute should not be supplied.
type 当該タイトルを分類する.
状態 任意
データ型
data.enumerated
例としての値は以下の通り:
main
主タイトル.
sub
(subordinate) 副タイトル,部分タイトル.
alt
(alternate) 別タイトル.多くは他言語によるタイトル.当該作品は,このタイ トルで知られている.
short
タイトルの省略形.
desc
(descriptive) タイトルのように当該作品を解説する言い換え.
解説
This 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.
当該モジュールを使用するものanalytic monogr msItemStruct series seriesStmt titleStmt model.emphLike model.msItemPart
下位
宣言
element title
{
   att.global.attributes,
   attribute level { "a" | "m" | "j" | "s" | "u" }?,
   attribute type { data.enumerated }?,
   macro.paraContent
}
<title>La vie mode d'emploi. Romans.</title>
<title>Synthese: an international journal for epistemology, methodology
and history of science</title>
<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>