<glossary>

Glossary Elements List

A section whose content is typically a list of terms and definitions, usually tagged as one or more two-part lists called <def-list>s <def-list>s. Typically part of the back matter of a book or book component (such as a chapter).

Remarks

The model for <glossary> is broad in order to allow examples in literature that were tabular, heavily annotated, constructed as a series of notes, or otherwise unusually constructed to be captured in this Tag Suite.

Glossaries are recursive with various levels indicated by containment, not by different names for the embedded glossaries. A typical simple <glossary> may contain only a title and a <def-list>. A more complex <glossary> may be divided into several different lists of terms, each headed by a title that describes the audience for the particular terms. These glossaries inside a glossary are tagged using the <glossary> element rather than a different, explicitly named element such as a <sub-glossary> or <glossary-sec>.

Conversion Note: Versions 1 and 2 of this Tag Suite modeled this recursive structure with a differently named interior list (<gloss-group>). That element can be translated directly to a <glossary>.

This element (<glossary>) has been significantly remodeled in version 3.0 of the Tag Set. The values and/or usage in version 3.0 are not backward-compatible with that in previous versions of the Tag Set. Specifically, in prior versions, some of the function of the <glossary> element was handled via the <gloss-group> element, which no longer exists.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Content Model

<!ELEMENT  glossary     %glossary-model;                             >

Expanded Content Model

(label?, title?, 
(address | alternatives | array | boxed-text | chem-struct-wrap | 
fig | fig-group | graphic | map-group | media | preformat | 
supplementary-material | table-wrap | table-wrap-group | 
disp-formula | disp-formula-group | p | def-list | list | 
tex-math | mml:math | related-article | related-object | 
ack | disp-quote | speech | statement | verse-group)*, 
glossary*)

Description

The following, in order:

This element may be contained in:

<abstract>, <ack>, <app>, <back>, <bio>, <book-front>, <boxed-text>, <glossary>, <notes>, <sec>, <trans-abstract>

Example 1

...
<back>
<glossary id="bid.1237">
<title>Glossary</title>
<def-list>
<def-item>
<term id="bid.1238">3-D or 3D</term>
<def>
<p>Three-dimensional.</p>
</def>
</def-item>
<def-item>
<term id="bid.1722">Accession number</term>
<def>
<p>An Accession number is a unique identifier given 
to a sequence when it is submitted to one of the DNA 
repositories (GenBank, EMBL, DDBJ). The initial 
deposition of a sequence record is referred to as 
version 1. If the sequence is updated, the version 
number is incremented, but the Accession number will 
remain constant.</p>
</def>
</def-item>
...
</def-list>
</glossary>
</back>
...

Example 2

...
<back>
<glossary>
<title>Glossary Terms, Acronyms, and Abbreviations</title>

<glossary>
<title>Abbreviations</title>
<def-list>
<def-item>
<term id="G15">F</term>
<def><p>female</p></def>
</def-item>
<def-item>
<term id="G29">gnty</term>
<def><p>genotype</p></def>
</def-item>
<def-item>
<term id="G43">M</term>
<def><p>male</p></def>
</def-item>
</def-list>
</glossary>

<glossary>
<title>Acronyms</title>
<def-list>
<def-item>
<term id="G62">NIH</term>
<def><p>National Institutes of
Health</p></def>
</def-item>
<def-item>
<term id="G12">XML</term>
<def><p>Extensible Markup Language</p></def>
</def-item>
</def-list>
</glossary>

<glossary>
<title>Virology Terms and Phrases</title>
<def-list>
<def-item>
<term id="G71">HBV</term>
<def><p>hepatitis B virus</p></def>
</def-item>
<def-item>
<term id="G33">HBsAg</term>
<def><p>hepatitis B surface antigen</p></def>
</def-item>
</def-list>
</glossary>
</glossary>
...
<ref-list>...</ref-list>
</back>
</book> 

Module

backmatter3.ent