<titlePage>

<titlePage> (題名頁) 包含文本的題名頁,出現在正文前資訊或正文後資訊之中。 [4.6 Title Pages]
組件textstructure — 4 Default Text Structure
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
type將題名頁分類。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
Any string, e.g. full, half, Series, etc.
屬於
可包含在於
msdescription: msContents
textstructure: back front
可包含
宣告

<rng:element name="titlePage">
 <rng:ref name="att.global.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:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
  <rng:group>
   <rng:ref name="model.titlepagePart"/>
  </rng:group>
  <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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { data.enumerated }?,
   (
      model.global*,
      ( model.titlepagePart ),
      ( model.titlepagePart | model.global )*
   )
}
例子
<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>