Whole document tree
    

Whole document tree

GlossDiv

GlossDiv

Name

GlossDiv -- Division of a Glossary

Description

Division of a Glossary. It may have a Title and TitleAbbrev, followed by block-oriented elements, followed by one or more GlossEntries. It has Status and common attributes.

Parents

GlossDiv occurs in Glossary.

Attributes

Status

Editorial or publication status ofthe element it applies to, such as "in review" or "approved for distribution." There is no default.

Examples

<GLOSSARY>
<TITLE>Words You Must Know</TITLE>
<PARA>These are words you must know to pass the SGML test.
</PARA>
<GLOSSDIV>
<TITLE>Words Pertaining to Markup</TITLE>
<GLOSSENTRY SORTAS="RME">
<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>
<GLOSSSEEALSO OTHERTERM="gl123">
</GLOSSDEF>
</GLOSSENTRY>
</GLOSSDIV>
<GLOSSDIV>
<TITLE>Words Not Pertaining to Markup So Much</TITLE>
<GLOSSENTRY>
<GLOSSTERM ID="gl123">Document</GLOSSTERM>
<GLOSSDEF>
<PARA>A piece of writing; it sounds fancier if you
call it a Document.</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM>Instance</GLOSSTERM>
<GLOSSSEE>Document</GLOSSSEE>
</GLOSSENTRY>
</GLOSSDIV>
<BIBLIOGRAPHY>
<BIBLIOENTRY>
<BOOKBIBLIO>
<TITLE>Recursive Tooth Exercises
</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
</BOOKBIBLIO>
</BIBLIOENTRY>
</BIBLIOGRAPHY>
</GLOSSARY>