PrintHistory

Name

PrintHistory -- The printing history of a document

Synopsis

Content Model

PrintHistory ::=
((FormalPara|Para|SimPara)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;

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: ArtHeader, BiblioEntry, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SeriesInfo, SetInfo.

Children

The following elements occur in PrintHistory: FormalPara, Para, SimPara.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

Date, Edition, PubDate, ReleaseInfo, RevHistory

Examples

<!DOCTYPE printhistory PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<printhistory>
<para>
September, 1996    First Printing
</para>
</printhistory>

For a printed example of PrintHistory, consult the reverse of the full title page of this book (if you're holding the print version from O'Reilly).

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.