authorgroup — Wrapper for author information when a document has multiple authors or collabarators
The AuthorGroup element is a wrapper around multiple
authors or other collaborators.
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.
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).
<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>