chapter
chapter — A chapter, as of a book.
Synopsis
chapter ::=
- Sequence of:
- One of:
- Optional sequence of:
- Zero or more of:
- One of:
- Sequence of:
- One or more of:
bridgehead
dialogue
drama
formalgroup
poetry
remark
revhistory
stagedir
- Indexing inlines
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
- List elements
- Paragraph elements
- Publishing elements
- Technical elements
- Verbatim elements
- Optionally one of:
- Sequence of:
- One or more of:
- Zero or more of:
- One or more of:
- Sequence of:
- One or more of:
- Sequence of:
- One or more of:
- Zero or more of:
- One or more of:
- Sequence of:
- Zero or more of:
Attributes
Common attributes and common linking attributes.
Additional attributes:
- label
- status
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
A chapter
is a chapter of a book
.
Processing expectations
Formatted as a displayed block. Usually introduces a forced page break and often starts on the next recto page. The first chapter of a document usually restarts page numbering. Typically, chapters are numbered and presented in the table of contents.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Parents
Children
The following elements occur in chapter
: address
, anchor
, bibliography
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, danger
, dialogue
, drama
, epigraph
, equation
, example
, figure
, formalgroup
, formalpara
, glossary
, glosslist
, important
, index
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), info
(db.titleforbidden.info), info
(db.titlereq.info), informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, literallayout
, mediaobject
, note
, orderedlist
, para
, poetry
, procedure
, qandaset
, remark
, revhistory
, section
, sidebar
, simpara
, simplelist
, simplesect
, stagedir
, subtitle
, table
, task
, tip
, title
, titleabbrev
, toc
, variablelist
, warning
.
See Also
Related elements: appendix
, article
, book
, colophon
, dedication
, part
, partintro
, preface
, set
.
Examples
1 |<chapter xmlns='http://docbook.org/ns/docbook'
|label="6" xml:id="figures" version="5.0">
|<info>
|<title>Pictures and Figures</title>
5 |<keywordset>
|<keyword>images</keyword>
|<keyword>illustrations</keyword>
|</keywordset>
|<itermset>
10 |<indexterm zone="figures"><primary>Figures</primary></indexterm>
|<indexterm zone="figures"><primary>Pictures</primary></indexterm>
|<indexterm zone="notreal">
|<primary>Sections</primary><secondary>Not Real</secondary>
|</indexterm>
15 |</itermset>
|</info>
|<epigraph>
|<attribution>William Safire</attribution>
|<para>Knowing how things work is the basis for appreciation, and is
20 |thus a source of civilized delight.
|</para>
|</epigraph>
|<para>Pictures and figures …
|</para>
25 |<sect1><title>Top Level Section</title>
|<para>…
|</para>
|<bridgehead xml:id="notreal" renderas='sect3'>Not a Real Section</bridgehead>
|<para>This paragraph appears to be under a Sect3 heading, but it's really
30 |in the same Sect1 as the preceding paragraph.
|</para>
|</sect1>
|</chapter>