Whole document tree
    

Whole document tree

GlossTerm

GlossTerm

Name

GlossTerm -- Term outside a Glossary that is defined in some GlossEntry; term within a GlossEntry that is defined by that GlossEntry

Description

Term outside a Glossary that is defined in some GlossEntry; term within a GlossEntry that is defined by that GlossEntry. GlossTerm contains in-line elements and has Linkend, BaseForm, and common attributes. Linkend may be used to point to the appropriate GlossEntry.

Attributes

Linkend

ID of target pointed to by this element.

BaseForm

BaseForm provides the form of the GlossTerm to be used in indexing.

Examples

<PARA>
GlossTerms are occurrences in the text
of words that are to appear in some Glossary or GlossList. The
BaseForm attribute is especially useful for plurals, such as
<GLOSSTERM BASEFORM="filename">filenames</GLOSSTERM>; the text
says &ldquo;filenames&rdquo; but the GlossEntry is
&ldquo;filename&rdquo;.   GlossTerm can also be linked
to its GlossEntry by supplying the ID of the GlossEntry 
as the value of the GlossTerm's LINKEND attribute.
</PARA>