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 [+]

This element occurs in 11 elements.

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 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)