Noeud:Glossary, Noeud « Next »:Bibliography, Noeud « Previous »:Index, Noeud « Up »:Navigational Components
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:
GlossaryInfo
), optional,
Title
, Subtitle
and title abbreviated TitleAbbrev,
optionals,
GlossaryDiv
) or one or several
glossary entries (GlossaryEntry
), but not a mix of them,
Bibliography
, optional,
A glossary division (GlossDiv
) is composed of:
Title
, Subtitle
and title abbreviated TitleAbbrev,
optionals,
A glossary entry (GlossEntry
) is composed of:
GlossTerm
), mandatory,
Acronym
), optional,
Abbrev
), optional,
IndexTerm
),
RevHistory
), optional,
GlossSee
) or one or several glossary
definitions (GlossDef
).
A glossary definition (GlossDef
) is composed of inline elements, and
can be ended by any number of See also crossed references
(GlossSeeAlso
).