author

author — The name of an individual author.

Synopsis

author ::=

Attributes

Common attributes (ID required).

Additional attributes:

    Description

    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.

    Processing expectations

    May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

    Attributes

    Common attributes (ID required).

    Parents [+]

    This element occurs in 64 elements.

    Children

    The following elements occur in author: address, affiliation, contrib, email, orgdiv, orgname, personblurb, personname, uri.

    Examples

      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>
    Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)