<titlePart>

<titlePart> enthält einen Untertitel oder einen Teil eines Titels, wie er auf der Titelseite angegeben ist. 4.6 Title Pages
Modultextstructure — 4 Default Text Structure
Attribute
typebeschreibt die Funktion dieses Titelteils näher.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Empfohlene Werte sind:
main
main title of the work [Vorgabe]
sub
(Untertitel des Werks) subtitle of the work
alt
(Alternativer Titel des Werks) alternative title of the work
short
abbreviated form of title
desc
(Kurzbeschreibung des Werks) descriptive paraphrase of the work
Verwendet von
Kann enthalten
Deklaration

<rng:element name="titlePart">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="typea: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:data type="Name"/>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element titlePart
{
   att.global.attributes,
   attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?,
   macro.paraContent
}
Beispiel
<docTitle>
 <titlePart type="main">THE FORTUNES
   AND MISFORTUNES Of the FAMOUS
   Moll Flanders, &amp;c.
 </titlePart>
 <titlePart type="desc">Who was BORN in NEWGATE,
   And during a Life of continu'd Variety for
   Threescore Years, besides her Childhood, was
   Twelve Year a <hi>Whore</hi>, five times a <hi>Wife</hi> (wherof
   once to her own Brother) Twelve Year a <hi>Thief,</hi>
   Eight Year a Transported <hi>Felon</hi> in <hi>Virginia</hi>,
   at last grew <hi>Rich</hi>, liv'd <hi>Honest</hi>, and died a
 <hi>Penitent</hi>.</titlePart>
</docTitle>