glossary
glossary — A glossary.
Synopsis
glossary ::=
- Sequence of:
- One of:
- Zero or more of:
bridgeheaddialoguedramaformalgrouppoetryremarkrevhistorystagedir- Indexing inlines
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
- List elements
- Paragraph elements
- Publishing elements
- Technical elements
- Verbatim elements
- One of:
- Zero or more of:
- Zero or more of:
bibliography?
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
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.
- any attribute
Any attribute in any other explicit namespace
- 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 glossary: appendix, article, book, chapter, part, preface, section.
Children
The following elements occur in glossary: address, anchor, bibliography, bibliolist, blockquote, bridgehead, calloutlist, caution, danger, dialogue, drama, epigraph, equation, example, figure, formalgroup, formalpara, glossdiv, glossentry, glosslist, important, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.info), info (db.titleforbidden.info), informalequation, informalexample, informalfigure, informaltable, itemizedlist, literallayout, mediaobject, note, orderedlist, para, poetry, procedure, qandaset, remark, revhistory, sidebar, simpara, simplelist, stagedir, subtitle, table, task, tip, title, titleabbrev, variablelist, warning.
Examples
1 |<glossary xmlns='http://docbook.org/ns/docbook'>|<title>Example Glossary</title>||<para>This is not a real glossary, it's just an example.5 |</para>||<!-- ... -->||<glossdiv><title>E</title>10 ||<glossentry xml:id="xml"><glossterm>Extensible Markup Language</glossterm>|<acronym>XML</acronym>|<glossdef>|<para>Some reasonable definition here.</para>15 |<glossseealso otherterm="sgml">SGML</glossseealso>|</glossdef>|</glossentry>||</glossdiv>20 ||<!-- ... -->||<glossdiv><title>S</title>|25 |<glossentry><glossterm>SGML</glossterm>|<glosssee otherterm="sgml"/>|</glossentry>||<glossentry xml:id="sgml"><glossterm>Standard Generalized30 |Markup Language</glossterm><acronym>SGML</acronym>|<abbrev>ISO 8879:1986</abbrev>|<glossdef>|<para>Some reasonable definition here.</para>|<glossseealso otherterm="xml">XML</glossseealso>35 |</glossdef>|</glossentry>||</glossdiv>|</glossary>
This is not a real glossary, it's just an example.