Collab ::= (CollabName,Affiliation*)
Both the start- and end-tags are required for this element.
This element identifies a collaborative partner in a document. It associates the name of a collaborator with his or her Affiliation.
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
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.
The following elements occur in Collab: Affiliation, CollabName.
In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.
<!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.