DocBook 5.1: The Definitive Guide (Version 1.5.3 for DocBook 5.1)
authorgroup
authorgroup — Wrapper for author information when a document has multiple authors or collaborators.
Synopsis
authorgroup ::=
- One or more of:
Attributes
Description
The authorgroup
element is a wrapper around
multiple authors or other collaborators.
Processing expectations
May be formatted inline or as a displayed block, depending on context. Sometimes given very special treatment, especially on title pages or other displayed areas. Sometimes suppressed.
Parents
These elements contain authorgroup
: 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 authorgroup: author
, editor
, othercredit
.
See Also
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<info>
<title>Example authorgroup</title>
<authorgroup>
<author>
<personname>
<honorific>Dr.</honorific>
<firstname>Lois</firstname>
<surname>Common-Demoninator</surname>
</personname>
<affiliation>
<shortaffil>Director, M. Behn School of Coop. Eng.</shortaffil>
<jobtitle>Director of Cooperative Efforts</jobtitle>
<orgname>The Marguerite Behn International School of
Cooperative Engineering</orgname>
</affiliation>
</author>
<editor>
<personname>
<firstname>Peter</firstname>
<surname>Parker</surname>
<lineage>Sr.</lineage>
<othername>Spiderman</othername>
</personname>
<personblurb>
<para>Peter's a super hero in his spare time.</para>
</personblurb>
</editor>
</authorgroup>
</info>
<para>…</para>
</article>