Whole document tree
    

Whole document tree

GlossList

GlossList

Name

GlossList -- Wrapper for a set of GlossEntries

Content Model

  GlossEntry+

Attributes

This element has common and Role attributes.

Tag Minimization

Both the start- and end-tags are required for this element.

Description

GlossList is a wrapper for a set of GlossEntries. It has common attributes.

Children

GlossList contains GlossEntry.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<GLOSSLIST>
<GLOSSENTRY>
<GLOSSTERM>Reportable Markup Error</GLOSSTERM>
<ACRONYM>RME</ACRONYM>
<ABBREV>Markerror</ABBREV>
<GLOSSDEF>
<PARA>A mistake you made.</PARA>
</GLOSSDEF>
<GLOSSDEF SUBJECT="Errors">
<PARA>A mistake someone else made.</PARA>
</GLOSSDEF>
</GLOSSENTRY>
</GLOSSLIST>