printhistory

printhistory — The printing history of a document.

Synopsis

printhistory ::= [-]

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.

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>
Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)