<titlePart>

<titlePart> (title part) 包含作品題名的部分或區段,同於題名頁上所標示的題名。 [4.6 Title Pages]
組件 textstructure — Default Text Structure
屬性
type⚓︎ (type) 說明該題名部分的作用。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
main
(main) 作品主要題名 [預設值]
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.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.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.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.typed.attribute.subtype,
   attribute type
   {
      "main" | "sub" | "alt" | "short" | "desc" | teidata.enumerated
   }?,
   macro.paraContent
}