Collab

Name

Collab -- Identifies a collaborator

Synopsis

Content Model

Collab ::=
(CollabName,Affiliation*)

Attributes

Common attributes

Tag Minimization

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

Parameter Entities

%bibliocomponent.mix;

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: ArtHeader, AuthorGroup, BiblioEntry, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SeriesInfo, SetInfo.

Children

The following elements occur in Collab: Affiliation, CollabName.

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

See Also

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

Examples

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
<bookinfo>
  <title>DocBook: The Definitive Guide</title>
  <authorgroup>
    <collab><collabname>Lenny Muellner</collabname></collab>
    <collab><collabname>Norman Walsh</collabname></collab>
  </authorgroup>
</bookinfo>
<chapter><title>Just an Example</title>
<para>
This is just an example, in real life, Lenny and Norm are both
<sgmltag>Author</>s.
</para>
</chapter>
</book>

For additional examples, see also ContractSponsor.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.