othercredit — A person or entity, other than an author or editor, credited in a document
Common attributes and common linking attributes.
Additional attributes:
DocBook allows you to directly identify Author
s and
Editor
s. OtherCredit
provides a mechanism for
identifying other individuals, for example, contributors or production
editors, in a similar context.
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“copyeditor” | FIXME: |
“graphicdesigner” | FIXME: |
“other” | FIXME: |
“productioneditor” | FIXME: |
“technicaleditor” | FIXME: |
“translator” | FIXME: |
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).
The following elements occur in othercredit: address
, affiliation
, contrib
, email
, orgdiv
, orgname
, personblurb
, personname
.
<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>
…