Noeud:Glossary, Noeud « Next »:, Noeud « Previous »:Index, Noeud « Up »:Navigational Components



Glossary


Glossary = ( GlossaryInfo?,
             ( Title, Subtitle?, TitleAbbrev? )?,
             ( %component.mix; )*,
             ( GlossDiv+ | GlossEntry+ ),
             Bibliography?
           )

GlossDiv = ( ( Title, Subtitle?, TitleAbbrev? ),
             ( %component.mix; )*,
             GlossEntry+
           )

GlossEntry = ( GlossTerm, Acronym?, Abbrev?,
               IndexTerm*,
               RevHistory?,
               ( GlossSee | GlossDef+ )
             )

GlossDef = ( ( %glossdef.mix; )+,
             GlossSeeAlso*
           )

Elements : Glossary, GlossaryInfo, Title, Subtitle, TitleAbbrev, GlossDiv, GlossEntry, Bibliography, GlossTerm, Acronym, Abbrev, RevHistory, GlossDef, GlossSee, GlossSeeAlso.

Attributes : SortAs, Subject, OtherTerm.

A glossary, generally found at the end of a document, contains a list of terms, with their descriptions or definitions.

A Glossary is composed of:

A glossary division (GlossDiv) is composed of:

A glossary entry (GlossEntry) is composed of:

A glossary definition (GlossDef) is composed of inline elements, and can be ended by any number of See also crossed references (GlossSeeAlso).