<titlePage>

<titlePage> (題名頁) 包含文本的題名頁,出現在正文前資訊或正文後資訊之中。 [4.6 Title Pages]
組件 textstructure — Default Text Structure
屬性
type⚓︎ 將題名頁分類。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
俱乐部会员
可包含在於
msdescription: msContents
textcrit: lem rdg
textstructure: back front
可包含
例子
<titlePage>
 <docTitle>
  <titlePart type="main">紅樓夢</titlePart>
  <titlePart type="alt">又名石頭記</titlePart>
 </docTitle>
 <docEdition>清乾隆四十九年甲辰(1784年)夢覺主人序本正式題為《紅樓夢》,在此之前,此書一般都題為《石頭記》。</docEdition>
 <byline>曹雪芹</byline>
 <figure>
  <head>HL</head>
  <p>紅樓夢圖詠</p>
  <figDesc>清光緒刊本的《紅樓夢》插圖,改琦畫。</figDesc>
 </figure>
 <docImprint>最早的抄本出現於清朝乾隆中期的 <date>甲戌年(1754年)。</date>
 </docImprint>
</titlePage>
Content model
<content>
 <sequence>
  <classRef key="model.global"
   minOccurs="0maxOccurs="unbounded"/>

  <classRef key="model.titlepagePart"/>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.titlepagePart"/>
   <classRef key="model.global"/>
  </alternate>
 </sequence>
</content>
宣告
<rng:element name="titlePage">
 <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">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
  <rng:ref name="model.titlepagePart"/>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.titlepagePart"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element titlePage
{
   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 { teidata.enumerated }?,
   (
      model.global*,
      model.titlepagePart,
      ( model.titlepagePart | model.global )*
   )
}