◇◆
<book-app> Book-part-level Appendix
An appendix (a named book
part) to an entire book.
Usage/Remarks
A Book Appendix (<book-app>) contains ancillary
or supporting material for an entire
book, which is not included as part of the
main textual content of the book, for example,
reference tables, special glossaries, or an
explanation of applications and software in
a book on theory.
A <book-app> may be a very large book
part with its own contributors, Table of
Contents, indexing, etc. The <body> of
a <book-app> may contain other <book-part> elements.
Attributes
Namespaces
xmlns:ali (fixed value = http://www.niso.org/schemas/ali/1.0/)
xmlns:mml (fixed value = http://www.w3.org/1998/Math/MathML)
xmlns:xi (fixed value = http://www.w3.org/2001/XInclude)
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
xmlns:xsi (fixed value = http://www.w3.org/2001/XMLSchema-instance)
Models and Context
May be contained in
Description
The following, in order:
- <book-part-meta> Book Part Metadata, zero or one
- <front-matter> Front Matter, zero or one
- <body> Body of a Book Part, zero or one
- <back> Back Matter for a Book Part, zero or one
Content Model
<!ELEMENT book-app %book-app-model; >
Expanded Content Model
(book-part-meta?, front-matter?, body?, back?)
Tagged Sample
Appendices in the book back matter
... <book-back> <book-app-group> <book-app id="bid.301"> <book-part-meta> <title-group> <title>Appendix 1. TAXON nametypes.</title> </title-group> </book-part-meta> <body>...</body> </book-app> <book-app id="bid.317"> <book-part-meta> <title-group> <title>Appendix 2. Functional classes of TAXON scientific names.</title> </title-group> </book-part-meta> <body>...</body> </book-app> <book-app id="bid.331"> <book-part-meta> <title-group> <title>Appendix 3. Other TAXON data types.</title> </title-group> </book-part-meta> <body>...</body> </book-app> </book-app-group> </book-back> ...