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.
This CNXML:
<glossary id='module-glossary'>
<definition id='quarter-def'>
<term>quarter</term>
<meaning>
One fourth of something.
</meaning>
<example id='quarter-example'>
<para id='glossary-para1'>
"He cut the pie into quarters and
gave all four people a piece."
</para>
</example>
</definition>
</glossary>
Results in this display:
"He cut the pie into quarters and gave all four people a piece."