<docAuthor>

<docAuthor> (autore del documento) contiene il nome dell'autore del documento, come indicato nel frontespizio (spesso ma non sempre contenuto all'interno dell'elemento byline) 4.6 Title Pages
Modulotextstructure — 4 Default Text Structure
Attributi att.canonical (@key, @ref)
Usato da
Può contenere
Dichiarazione

<rng:element name="docAuthor">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element docAuthor
{
   att.global.attributes,
   att.canonical.attributes,
   macro.phraseSeq
}
Esempio
<titlePage>
 <docTitle>
  <titlePart>Travels into Several Remote Nations of the World, in Four
     Parts.</titlePart>
 </docTitle>
 <byline> By <docAuthor>Lemuel Gulliver</docAuthor>, First a Surgeon,
   and then a Captain of several Ships</byline>
</titlePage>