<docTitle>

<docTitle> (título del documento) contiene el título del documento incluyendo todos sus elementos constitutivos, como especificado en el frontispicio. 4.6 Title Pages
Módulo textstructure — 4 Default Text Structure
Además de los atributos globales att.canonical (@key, @ref)
Usado por
Puede contener
Declaración

<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* )+ )
}
Ejemplo
<docTitle>
 <titlePart type="main">The DUNCIAD, VARIOURVM.</titlePart>
 <titlePart type="sub">WITH THE PROLEGOMENA of SCRIBLERUS.</titlePart>
</docTitle>