<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) 該作品的描述性改述,可作為題名
calendar⚓︎ 指明該日期表示所使用的曆法計算系統。
Deprecated This feature will be withdrawn after 2024-11-11
狀態 非必備的
資料類型 1–∞ 次可出現: 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) 未出版的項目題名 (包括未經商業刊物發表的專題論文)
俱乐部会员
可包含在於
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>毛語錄</title>
例子
<title>嚐書:視界與舌尖之外</title>
例子
<title> 蒼天有淚—無語問蒼天,台北,1997年12月1日。</title>
例子
<title>大般若波羅蜜多經:OCR辨識版本</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
}