collab
collab — Identifies a collaborator.
Synopsis
collab ::=
- Sequence of:
- One or more of:
- Zero or more of:
Attributes
Common attributes and common linking attributes.
No additional attributes.
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.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
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), merge
.
Children
The following elements occur in collab
: affiliation
, org
, orgname
, person
, personname
.
See Also
Related elements: author
, authorgroup
, contrib
, editor
, othercredit
, personblurb
, personname
.
Examples
1 |<book xmlns='http://docbook.org/ns/docbook'>
|<info>
|<title>DocBook: The Definitive Guide</title>
|<collab>
5 |<personname><firstname>Lenny</firstname>
|<surname>Muellner</surname></personname>
|</collab>
|<collab>
|<personname><firstname>Norman</firstname>
10 |<surname>Walsh</surname></personname>
|</collab>
|</info>
||
<chapter><title>Just an Example</title>
15 |<para>This is just an example, in real life, Lenny and Norm are both
|<tag>author</tag>s.
|</para>
|</chapter>
|</book>