<book-app-group>
Book-part-level Appendix Group
Container element for a collection of
book-level appendices.
Remarks
This element was created to hold a
book part that contains all the appendices
of a book, perhaps with a title (such as
“Appendices”) and a few paragraphs of
introduction.
Many books do not have this grouping, they
place each book appendix (<book-app>) directly into the book-level back matter (<book-back>).
Attributes
Content Model
<!ELEMENT book-app-group %book-app-group-model; >
Expanded Content Model
(book-part-meta?, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (book-app)+)
Description
The following, in order:
- <book-part-meta> Book Part Metadata, zero or one
- Any combination of:
- <address> Address/Contact Information
- <alternatives> Alternatives For Processing
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <name-address-wrap> Name/Address Block Wrapper
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- Related Material Elements
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- <sec> Section, zero or more
- <book-app> Book-part-level Appendix, one or more
This element may be contained in:
Example
...
<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>
<sec id="bid.302">
<title>Scientific Name</title>
<p>Every node in the database is required to have ...</p>
...
</sec>
...
</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>
...