authorgroup

authorgroup — Wrapper for author information when a document has multiple authors or collaborators.

Synopsis

authorgroup ::=

Attributes

Common attributes and common linking attributes.

No additional 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.

Attributes

Common attributes and common linking attributes.

any attribute

Any attribute in any other explicit namespace

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).

Children

The following elements occur in authorgroup: author, editor, othercredit.

See Also

Related elements: author, collab, contrib, editor, othercredit, personblurb, personname.

Examples

 1 |<article xmlns='http://docbook.org/ns/docbook'>
   |<info>
   |  <title>Example authorgroup</title>
   | 
 5 |  <authorgroup>
   |    <author>
   |      <personname>
   |	<honorific>Dr.</honorific>
   |	<firstname>Lois</firstname>
10 |	<surname>Common-Demoninator</surname>
   |      </personname>
   |      <affiliation>
   |	<shortaffil>Director, M. Behn School of Coop. Eng.</shortaffil>
   |	<jobtitle>Director of Cooperative Efforts</jobtitle>
15 |	<orgname>The Marguerite Behn International School of
   |	Cooperative Engineering</orgname>
   |      </affiliation>
   |    </author>
   | 
20 |    <editor>
   |      <personname>
   |	<firstname>Peter</firstname>
   |	<surname>Parker</surname>
   |	<lineage>Sr.</lineage>
25 |	<othername>Spiderman</othername>
   |      </personname>
   |      <personblurb>
   |	<para>Peter's a super hero in his spare time.</para>
   |      </personblurb>
30 |    </editor>
   |  </authorgroup>
   |</info>
   | 
   |<para>…</para>
35 | 
   |</article>