collab

collab — Identifies a collaborator.

Synopsis

collab ::=

Description

This element identifies a collaborative partner in a document. It associates the name of a collaborator with his or her affiliation.

Processing expectations

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

Parents

These elements contain collab: 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 collab: affiliation, org, orgname, person, personname.

Examples

<book xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>DocBook: The Definitive Guide</title>
  <collab>
    <personname><firstname>Lenny</firstname>
    <surname>Muellner</surname></personname>
  </collab>
  <collab>
    <personname><firstname>Norman</firstname>
    <surname>Walsh</surname></personname>
  </collab>
</info>

<chapter><title>Just an Example</title>
<para>This is just an example, in real life, Lenny and Norm are both
<tag>author</tag>s.
</para>
</chapter>
</book>
Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)