<titlePart>

<titlePart> contiene una subsección o división del título de una obra, como se indica en el frontispicio. 4.6 Title Pages
Módulotextstructure — 4 Default Text Structure
Atributos
typeespecifica la función de tal subdivisión del título.
Estado Opcional
Tipo de datos
data.enumerated
Suggested values include:
main
main title of the work [Por defecto]
sub
(subtítulo de una obra) subtitle of the work
alt
(título alternativo de una obra) alternative title of the work
short
abbreviated form of title
desc
(paráfrasis descriptiva de la obra) descriptive paraphrase of the work
Used bydocTitle model.titlepagePart model.pLike.front
May contain
Declaración
element titlePart
{
   att.global.attributes,
   attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?,
   macro.paraContent
}
Ejemplo
<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>