<docTitle>

<docTitle> (titre du document) contient le titre d’un document, incluant la totalité de ses composants tels qu’ils sont donnés sur la page de titre. 4.6 Title Pages
Module textstructure — 4 Default Text Structure
En complément des attributs globaux att.canonical (@key, @ref)
Utilisé par
Peut contenir
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* )+ )
}
Exemple
<docTitle>
 <titlePart type="main">The DUNCIAD, VARIOURVM.</titlePart>
 <titlePart type="sub">WITH THE PROLEGOMENA of SCRIBLERUS.</titlePart>
</docTitle>