printhistory

printhistory — The printing history of a document

Synopsis

Description

The printhistory of a document identifies when various editions and revisions were printed.

Processing expectations

Formatted as a displayed block. Sometimes suppressed.

Parents

These elements contain printhistory: 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 printhistory: anchor, formalpara, para, simpara.

See Also

date, edition, pubdate, releaseinfo, revhistory

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example printhistory</title>

  <printhistory>
    <para>September, 1996. First Printing.
    </para>
  </printhistory>
</info>

<para>…</para>

</article>
$Revision: 8627 $ / $Date: 2010-05-19 09:57:55 -0400 (Wed, 19 May 2010) $