Text Encoding Initiative

The XML Version of the TEI Guidelines

<titlePart>


<titlePart> (title part) contains a subsection or division of the title of a work, as indicated on a title page.
Attributes (In addition to global attributes and those inherited from fmchunk, tpParts)
type specifies the role of this subdivision of the title.
Datatype: CDATA
Suggested values include:
main main title of the work
sub subtitle of the work
alt alternative title of the work
desc descriptive paraphrase of the work included in title
Default: main
Example
<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>
Module Declared in file teifron2; Core tag sets: enabled when any TEI base is enabled
Class tpParts; fmchunk
May contain #PCDATA abbr add addSpan address alt altGrp anchor app bibl biblFull biblStruct c caesura camera caption castList cb certainty cit cl corr damage date dateRange dateStruct del delSpan distinct emph expan fLib figure foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp label lang lb link linkGrp list listBibl m measure mentioned milestone move name note num oRef oVar orgName orig pRef pVar pb persName phr placeName ptr q quote ref reg respons restore rs s seg sic soCalled sound space span spanGrp stage supplied table tech term text time timeRange timeStruct timeline title unclear view w witDetail xptr xref
May occur within docTitle front titlePage
Declaration
<!ELEMENT titlePart %om.RO; %paraContent;> 
<!ATTLIST titlePart  
      %a.global;
      type CDATA "main">
See further 7.5 Title Pages

Up: 35 Elements