appendix

appendix — An appendix in a book or article.

Synopsis

appendix ::= [-]

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

Appendixes usually occur at the end of a document.

Processing expectations

Formatted as a displayed block. Usually introduces a forced page break and often starts on the next recto page. Sometimes restarts page numbering. Typically, appendixes are lettered rather than numbered, and appear in the table of contents.

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 appendix: article, book, part.

Examples

<book xmlns='http://docbook.org/ns/docbook'>
<title>Example book</title>

<chapter>
<title>Required Chapter</title>

<para>At least one chapter, reference, part, or article is required in
a book.
</para>

</chapter>

<appendix>
<title>Demonstration Appendix</title>

<para>This appendix demonstrates an appendix in a book. It has the
same broad content model as a chapter.
</para>

</appendix>
</book>
Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)