<titlePart>

<titlePart> (title part) 包含作品題名的部分或區段,同於題名頁上所標示的題名。 [4.6 Title Pages]
組件 textstructure — Default Text Structure
屬性
type⚓︎ (type) 說明該題名部分的作用。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
main
(main) 作品主要題名 [預設值] <a href="https://translate.tei-c.org/translate.html?edit=titlePart.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
sub
(subordinate) 作品次要題名
alt
(alternate) 作品代換題名
short
(short) 題名的縮寫形式
desc
(descriptive) 作品的描述性改述
俱乐部会员
可包含在於
msdescription: msItem
textcrit: lem rdg
textstructure: back docTitle front titlePage
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
<docTitle>
 <titlePart type="main">千年一嘆 </titlePart>
 <titlePart type="desc">這是一份真實的考察日記,記錄余秋雨在 20 世紀最後幾個月的數萬里行程。余秋雨與鳳凰電視台一行於 1999 年 9 月 27 日啟程,尋訪世界的古老文明。旅程開始時,5 輛吉普車從香港海運至埃及亞歷山大港,人員乘坐飛機至希臘雅典,考察完希臘本土和克利特島後至開羅,與吉普車會合,然後由吉普車走完全程,直至返回香港。</titlePart>
</docTitle>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<rng:element name="titlePart">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type"
   a:defaultValue="main">

   <rng:choice>
    <rng:value>main</rng:value>
    <rng:value>sub</rng:value>
    <rng:value>alt</rng:value>
    <rng:value>short</rng:value>
    <rng:value>desc</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element titlePart
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type
   {
      "main" | "sub" | "alt" | "short" | "desc" | teidata.enumerated
   }?,
   macro.paraContent
}