author

author — The name of an individual author

Synopsis

Content Model

author ::=

Description

The Author element holds information about the author of the document in which it occurs; it is meta-information about the current document or document section, not a reference to the author of an external document.

Processing expectations

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

Children

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

See Also

authorgroup, collab, contrib, editor, othercredit, personblurb, personname

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example author</title>

  <author>
    <personname>
      <honorific>Mr</honorific>
      <firstname>Norman</firstname>
      <surname>Walsh</surname>
      <othername role='mi'>D</othername>
    </personname>
    <affiliation>
      <shortaffil>ATI</shortaffil>
      <jobtitle>Senior Application Analyst</jobtitle>
      <orgname>ArborText, Inc.</orgname>
      <orgdiv>Application Developement</orgdiv>
    </affiliation>
  </author>
</info>

<para>…</para>

</article>

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:40:23 $.