book

book — A book

Synopsis

Content Model

book ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • label
  • status

Additional Constraints

  • The root element must have a version attribute.

Description

A complete book. This is probably the most common document starting point in DocBook documents. The content model of Book was made dramatically less restrictive in DocBook V3.1.

Processing expectations

Formatted as a displayed block. Generally causes a forced page break, restarts page numbering, and may generate additional front and back matter (tables of contents and indexes, for example) automatically. In a Set, Book almost always begins on the next available recto page.

The input order of major components is taken to be the desired output order.

Attributes

Common attributes and common linking attributes.

label

Specifies an identifying string for presentation purposes

status

Identifies the editorial or publication status of the element on which it occurs

Parents

These elements contain book: set.

Children

The following elements occur in book: appendix, article, bibliography, chapter, colophon, dedication, glossary, index, info (db.titleforbidden.info), info (db.titlereq.info), part, preface, reference, subtitle, title, titleabbrev, toc.

See Also

appendix, article, chapter, colophon, dedication, part, partintro, preface, set

Examples

<book xmlns='http://docbook.org/ns/docbook'>
<title>An Example Book</title>
<titleabbrev>Example</titleabbrev>
<info>
  <legalnotice><para>No notice is required.</para></legalnotice>
  <author><personname>
    <firstname>Norman</firstname><surname>Walsh</surname>
  </personname></author>
</info>
<dedication>
<para>This book is dedicated to you.
</para>
</dedication>
<preface><title>Foreword</title>
<para>Some content is always required.
</para>
</preface>
<chapter><title>Required Chapter</title>
<para>At least one chapter, reference, part, or article is required in a book.
</para>
</chapter>
<appendix><title>Optional Appendix</title>
<para>Appendixes are optional.
</para>
</appendix>
</book>

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:40:27 $.