<titlePart>

<titlePart> contains a subsection or division of the title of a work, as indicated on a title page. 4.6 Title Pages
Moduletextstructure — 4 Default Text Structure
AttributesIn addition to global attributes
typespecifies the role of this subdivision of the title.
Status Optional
Datatype
data.enumerated
Suggested values include:
mainmain title of the work [Default]
sub(subordinate) subtitle of the work
alt(alternate) alternative title of the work
shortabbreviated form of title
desc(descriptive) descriptive paraphrase of the work
Declaration
element titlePart
{
   att.global.attributes,
   attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?,
   macro.paraContent
}
Example
<docTitle>
 <titlePart type="main">THE FORTUNES
   AND MISFORTUNES Of the FAMOUS
   Moll Flanders, &amp;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>
Contained bydocTitle model.titlepagePart model.pLike.front
May contain