glossary
glossary — A glossary.
Synopsis
- Sequence of:
- One of:
- Zero or more of:
annotationbridgeheadremarkrevhistory- Indexing inlines
![[-]](figs/web/nav/down.gif)
- Admonition elements
![[-]](figs/web/nav/down.gif)
- Formal elements
![[-]](figs/web/nav/down.gif)
- Graphic elements
![[-]](figs/web/nav/down.gif)
- Informal elements
![[-]](figs/web/nav/down.gif)
informalequationinformalexampleinformalfigureinformaltable(db.cals.informaltable)informaltable(db.html.informaltable)
- List elements
![[-]](figs/web/nav/down.gif)
- Paragraph elements
![[-]](figs/web/nav/down.gif)
- Publishing elements
![[-]](figs/web/nav/down.gif)
- Synopsis elements
![[-]](figs/web/nav/down.gif)
- Technical elements
![[-]](figs/web/nav/down.gif)
- Verbatim elements
![[-]](figs/web/nav/down.gif)
- One of:
- Zero or more of:
- Zero or more of:
bibliography?
- One of:
Additional Constraints
- If this element is the root element, it must have a version attribute.
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
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
This element occurs in 14 elements.
This element contains 67 elements.
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> <!-- ... --> <glossdiv><title>S</title> <glossentry><glossterm>SGML</glossterm> <glosssee otherterm="sgml"/> </glossentry> <glossentry xml:id="sgml"><glossterm>Standard Generalized Markup Language</glossterm><acronym>SGML</acronym> <abbrev>ISO 8879:1986</abbrev> <glossdef> <para>Some reasonable definition here.</para> <glossseealso otherterm="xml">XML</glossseealso> </glossdef> </glossentry> </glossdiv> </glossary>
This is not a real glossary, it's just an example.




![[+]](figs/web/nav/right.gif)