<title>

<title> (title) 作品の完全なタイトルを示す。 [3.12.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
属性
type⚓︎ 当該タイトルを分類する。
Derived from att.typed
状態 任意
データ型 teidata.enumerated
例としての値は以下の通り:
main
主タイトル。
sub
(subordinate) 副タイトル、部分タイトル。
alt
(alternate) 別タイトル。多くは他言語によるタイトル。当該作品は、このタイ トルで知られている。
short
タイトルの省略形。
desc
(descriptive) タイトルのように当該作品を解説する言い換え。
解説

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

calendar⚓︎ この要素を含むコンテントにおける日付の暦やシステムを示す。
Deprecated This feature will be withdrawn after 2024-11-11
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
level⚓︎ タイトルの書誌情報のレベルを示す。例えば、論文、書籍、雑誌、叢書、 非刊行物など。
状態 任意
データ型 teidata.enumerated
正当な値:
a
(analytic) 分析的タイトル(例えば、論文や詩など、大きめの刊行物の部分と なるもの)。
m
(monographic) 単行物のタイトル(例えば、書籍や叢書など、複数の巻に別れる作 品のうちのひとつや、独立してある出版物)。
j
(journal) 雑誌のタイトル。
s
(series) 叢書のタイトル。
u
(unpublished) 非刊行物のタイトル(未刊の学位論文など)。
解説

タイトルが要素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 pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the 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>
<title type="full">
 <title type="main">Synthèse</title>
 <title type="sub">an international journal for
   epistemology, methodology and history of
   science</title>
</title>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣言
<rng:element name="title">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="calendar">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </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.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.canonical.attributes,
   att.datable.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.datable.custom.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute level { "a" | "m" | "j" | "s" | "u" }?,
   macro.paraContent
}