Name
glossary — A glossary
Synopsis
glossary ::=
((((title? &
titleabbrev? & subtitle?),
info? db.titleforbidden.info) |
info? db.info), (annotation |
bridgehead | remark |
revhistory | Indexing inlines | Admonition elements | Formal elements | Graphic elements | Informal elements | List elements | Paragraph elements | Publishing elements | Synopsis elements | Technical elements | Verbatim elements)*,
(glossdiv* | glossentry*),
bibliography?)
Additional constraints
If this element is the root element, it must have a
versionattribute.
Description
A glossary contains a collection of terms and
brief descriptions or definitions of those terms.
Processing expectations
Formatted as a displayed block. A glossary in
a book frequently causes a forced page break in
print media.
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
Examples
<glossary xmlns='http://docbook.org/ns/docbook'> <title>Example Glossary</title> <para>This is not a real glossary, it's just an example. </para> <!-- ... --> <glossdiv><title>E</title> <glossentry xml:id="xml"><glossterm>Extensible Markup Language</glossterm> <acronym>XML</acronym> <glossdef> <para>Some reasonable definition here.</para> <glossseealso otherterm="sgml">SGML</glossseealso> </glossdef> </glossentry> </glossdiv> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access