glossary tag is used to insert
entries into a glossary that appears at the end of your CNXML
document. These entries are definitions of terms in your
document that you may not want to appear in the body of text.
For more information see CNXML Reference
Extensions.
<glossary>
<definition id='quardef'>
<term>quarter</term>
<meaning>
One fourth of something.
</meaning>
<example id='defex1'>
<para id='parex1'>
"He cut the pie into quarters and
gave all four people a piece."
</para>
</example>
</definition>
</glossary>