author — The name of an individual author.
The author element holds information about the author of a document. When inside one of the bibliographic elements, author refers to the author of the document described by that element. Otherwise, it refers to the author of the current document or document section.
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
These elements contain author: authorgroup, biblioentry, bibliomixed, bibliomset, biblioset, bridgehead, citation, citetitle, contrib, emphasis (db.emphasis), entry, firstterm (db.firstterm), foreignphrase (db.foreignphrase), glosssee, glossseealso, glossterm (db.glossterm), info (db.info), info (db.titleforbidden.info), info (db.titleonly.info), info (db.titleonlyreq.info), info (db.titlereq.info), line, link, literallayout, member, olink, orgdiv, para, phrase (db.phrase), primary, quote (db.quote), remark, revision, secondary, see, seealso, simpara, subtitle, term, termdef, tertiary, title, titleabbrev.
The following elements occur in author: address, affiliation, contrib, email, orgdiv, orgname, personblurb, personname, uri.
authorgroup, collab, contrib, editor, othercredit, personblurb, personname
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <info> <title>Example author</title> 4 <author> 6 <personname> <honorific>Mr</honorific> 8 <firstname>Norman</firstname> <surname>Walsh</surname> 10 <othername role='mi'>D</othername> </personname> 12 <affiliation> <shortaffil>ATI</shortaffil> 14 <jobtitle>Senior Application Analyst</jobtitle> <orgname>ArborText, Inc.</orgname> 16 <orgdiv>Application Developement</orgdiv> </affiliation> 18 </author> </info> 20 <para>…</para> 22 </article>