DocBook: The Definitive GuideBy Norman Walsh & Leonard Muellner1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM |
Collab
Synopsis
Content Model
Collab ::= (CollabName,Affiliation*)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.
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.
Back to: DocBook: The Definitive Guide
© 2001, O'Reilly & Associates, Inc.