<docTitle>

<docTitle> (document title) contains the title of a document, including all its constituents, as given on a title page. 4.6 Title Pages
Moduletextstructure — 4 Default Text Structure
Attributes att.canonical (@key, @ref)
Used by
May contain
Declaration

<rng:element name="docTitle">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.global"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:ref name="titlePart"/>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
 </rng:oneOrMore>
</rng:group>
</rng:element>
element docTitle
{
   att.global.attributes,
   att.canonical.attributes,
   ( model.global*, ( titlePart, model.global* )+ )
}
Example
<docTitle>
 <titlePart type="main">The DUNCIAD,
   VARIOURVM.
 </titlePart>
 <titlePart type="sub">WITH THE
   PROLEGOMENA of SCRIBLERUS.
 </titlePart>
</docTitle>