Search the Catalog
DocBook: The Definitive Guide

DocBook: The Definitive Guide

By Norman Walsh & Leonard Muellner
1st Edition October 1999
1-56592-580-7, Order Number: 5807
652 pages, $36.95 , Includes CD-ROM

OtherCredit

Name

OtherCredit -- A person or entity, other than an author or editor, credited in a document

Synopsis

Content Model

OtherCredit ::=
((Honorific|FirstName|Surname|Lineage|OtherName|Affiliation|
  AuthorBlurb|Contrib)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;%docinfo.char.class;%ndxterm.char.mix;
%para.char.mix;%programlisting.content;%refinline.char.mix;
%screen.content;%tbl.entry.mdl;%title.char.mix;

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.

(4.0) Future Changes

AuthorBlurb and Affiliation will be removed from the inline content of OtherCredit in DocBook V4.0. A new wrapper element will be created to hold OtherCredit, AuthorBlurb, and Affiliation.

Children

The following elements occur in OtherCredit: Affiliation, AuthorBlurb, Contrib, FirstName, Honorific, Lineage, OtherName, Surname.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

Author, AuthorBlurb, AuthorGroup, Collab, CollabName, Contrib, CorpAuthor, Editor

Examples

<!DOCTYPE artheader PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<artheader>
  <title>Something Snappy</title>
  <author>
    <firstname>Norman</firstname>
    <surname>Walsh</surname>
  </author>
  <othercredit>
    <firstname>John</firstname>
    <surname>Doe</surname>
    <contrib>Extensive review and rough drafts of Section 1.3, 1.4, and 1.5
      </contrib>
  </othercredit>
  <pubsnumber>5</pubsnumber>
</artheader>

Back to: DocBook: The Definitive Guide


oreilly.com Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts
International | About O'Reilly | Affiliated Companies | Privacy Policy

© 2001, O'Reilly & Associates, Inc.