<titlePage>

<titlePage> (Titelseite) enthält die Titelseite eines Textes, die entweder im Vorspann (front) oder Nachspann (back) steht. 4.6 Title Pages
Modultextstructure — 4 Default Text Structure
Attribute
typebestimmt die Titelseite entsprechend einer geeigneten Typologie
Zustand Optional
Datentyp
data.enumerated
Werte Any string, e.g. full, half, Series, etc.
Anmerkung
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.
Verwendet von model.frontPart
Kann enthalten
Deklaration
element titlePage
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   (
      model.global*,
      ( model.titlepagePart ),
      ( model.titlepagePart | model.global )*
   )
}
Beispiel
<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>