othercredit

othercredit — A person or entity, other than an author or editor, credited in a document

Synopsis

Content Model

othercredit ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • class (enumeration)
    • “copyeditor”
    • “graphicdesigner”
    • “other”
    • “productioneditor”
    • “technicaleditor”
    • “translator”

Description

DocBook allows you to directly identify Authors and Editors. OtherCredit provides a mechanism for identifying other individuals, for example, contributors or production editors, in a similar context.

Processing expectations

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

Attributes

Common attributes and common linking attributes.

class

FIXME:

Enumerated values:

copyeditor

FIXME:

graphicdesigner

FIXME:

other

FIXME:

productioneditor

FIXME:

technicaleditor

FIXME:

translator

FIXME:

Parents

These elements contain othercredit: authorgroup, biblioentry, bibliomixed, bibliomset, biblioset, info (db.info), info (db.titleforbidden.info), info (db.titleonly.info), info (db.titleonlyreq.info), info (db.titlereq.info).

Children

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

See Also

author, authorgroup, collab, contrib, editor, personblurb, personname

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example othercredit</title>
  <author>
    <personname>
      <firstname>Norman</firstname>
      <surname>Walsh</surname>
    </personname>
  </author>
  <othercredit>
    <personname>
      <firstname>John</firstname>
      <surname>Doe</surname>
    </personname>
    <contrib>Extensive review and rough drafts of Section 1.3, 1.4, and 1.5
    </contrib>
  </othercredit>
  <biblioid class="pubnumber">5</biblioid>
</info>

<para>…</para>

</article>

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:55 $.