<titlePage>

<titlePage> (題名頁) 包含文本的題名頁,出現在正文前資訊或正文後資訊之中 4.6 Title Pages
組件textstructure — 4 Default Text Structure
屬性
type將題名頁分類。
狀態 非必備的
資料類型
data.enumerated
Any string, e.g. full, half, Series, etc.
This attribute allows the same element to be used for volume title pages, series title pages, etc., as well as for the ‘main’ title page of a work.
屬於 model.frontPart
可包含
宣告
element titlePage
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   (
      model.global*,
      ( model.titlepagePart ),
      ( model.titlepagePart | model.global )*
   )
}
例子
<titlePage>
 <docTitle>
  <titlePart type="main">THOMAS OF Reading.</titlePart>
  <titlePart type="alt">OR, The sixe worthy yeomen
     of the West.</titlePart>
 </docTitle>
 <docEdition>Now the fourth time corrected and enlarged</docEdition>
 <byline>By T.D.</byline>
 <figure>
  <head>TP</head>
  <p>Thou shalt labor till thou returne to duste</p>
  <figDesc>Printers Ornament used by TP</figDesc>
 </figure>
 <docImprint>Printed at <name type="place">London</name>
   for <name>T.P.</name>
  <date>1612.</date>
 </docImprint>
</titlePage>