A.2. Front Matter

List of elements

(arranged alphabetically)

<author>An author's name.
<bookinfo>Book meta-information.
<copyright>Document copyright information.
<corpauthor>A corporate author's name.
<corpname>A corporation name.
<date>The document publication or revision date.
<edition>The edition number.
<firstname>A person's first name.
<holder>The copyright holder.
<legalnotice>Legal language such as software licenses, trademark or copyright holders, etc.
<pubdate>The document publication date.
<publisher>The document publisher.
<publishername>The publisher's name.
<releaseinfo>Document release information.
<revhistory>The document revision history.
<revision>One specific document revision in the revision history.
<revnumber>A revision number for a document.
<revremark>A document revision description.
<subtitle>The document subtitle.
<surname>A person's last name.
<trademark>A trademark.
<year>The year of publication.

Elements shown in context

<bookinfo>
  <subtitle>Illustrating SGML elements and tags</subtitle>
  <titleabbrev>book-ex</titleabbrev>
  <revhistory>
    <revision>
      <revnumber>1</revnumber>
      <date>Jan 15, 2001</date>
    </revision>
  </revhistory>
  <corpauthor>Cogent Real-Time Systems, Inc.</corpauthor>
  <publisher>
    <publishername>Cogent Real-Time Systems, Inc.</publishername>
    <address>
(The content here is shown in the Address appendix.)
     </address>
  </publisher>
  <copyright>
    <year>2001</year>
    <holder>Cogent Real-Time Systems, Inc.</holder>
  </copyright>
  <date>Jan 15, 2001</date>
  <legalnotice>
    <title>Legal Notices and Information</title> <para>This
    paragraph could be a copyright notice, license agreement,
    etc.</para>
  </legalnotice>
</bookinfo>