othercredit
othercredit — A person or entity, other than an author or editor, credited in a document.
Synopsis
othercredit ::=
- One of: 
- Sequence of:
personname- Zero or more of:
 
 - Sequence of:
 
 - Sequence of:
 
Attributes
Additional attributes:
- Exactly one of:
- class (enumeration)
- “copyeditor”
 - “graphicdesigner”
 - “productioneditor”
 - “technicaleditor”
 - “translator”
 - “indexer”
 - “proofreader”
 - “coverdesigner”
 - “interiordesigner”
 - “illustrator”
 - “reviewer”
 - “typesetter”
 - “conversion”
 
 - All of:
- class (enumeration)
- “other”
 
 - otherclass (NMTOKEN)
 
 - class (enumeration)
 
 - class (enumeration)
 
Required attributes are shown in bold.
Description
DocBook allows you to directly identify authors
      and editors. The othercredit
      element 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
- class
 Identifies the nature of the contributor
Enumerated values: “copyeditor” A copy editor
“graphicdesigner” A graphic designer
“productioneditor” A production editor
“technicaleditor” A technical editor
“translator” A translator
“indexer” An indexer
“proofreader” A proof-reader
“coverdesigner” A cover designer
“interiordesigner” An interior designer
“illustrator” An illustrator
“reviewer” A reviewer
“typesetter” A typesetter
“conversion” A converter (a persons responsible for conversion, not an application)
- class
 Identifies the nature of the contributor
Enumerated values: “other” Identifies a non-standard contribution
- otherclass
 Identifies the nature of the non-standard contribution
Children
The following elements occur in othercredit: address, affiliation, contrib, email, orgdiv, orgname, personblurb, personname, uri.
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>5</biblioid>
</info>
<para>…</para>
</article>




![[+]](figs/web/nav/right.gif)
![[+]](figs/web/nav/down.gif)