<docAuthor>

<docAuthor> (文件作者) 包含文件作者名稱,同於題名頁上顯示的作者名 (經常但不一定出現在署名當中) 。 4.6 Title Pages
組件textstructure — 4 Default Text Structure
屬性 att.canonical (@key, @ref)
屬於
可包含
宣告

<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
}
例子
<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>