<titlePart>

<titlePart> contient une section ou division du titre d’un ouvrage telle qu’elle est indiquée sur la page de titre 4.6 Title Pages
Moduletextstructure — 4 Default Text Structure
Attributs
typeprécise le rôle de cette subdivision du titre
Statut Optionel
Type de données
data.enumerated
Les valeurs suggérées comprennent:
main
main title of the work [Valeur par défaut]
sub
(sous-titre de l’ouvrage) subtitle of the work
alt
(titre alternatif de l’ouvrage) alternative title of the work
short
abbreviated form of title
desc
(description paraphrastique de l’ouvrage) descriptive paraphrase of the work
Utilisé pardocTitle model.titlepagePart model.pLike.front
Peut contenir
Declaration
element titlePart
{
   att.global.attributes,
   attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?,
   macro.paraContent
}
Exemple
<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>