The glossary element describes a set of terms and their definitions.
Anonymous
| Element | Description | 
|---|---|
| maml:title | See external namespace. | 
| maml:glossaryDiv | See external namespace. | 
| maml:glossaryEntry | See external namespace. | 
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| contentType | token | optional | See external namespace. | 
      <glossary
	contentType="token"
/>
    
      <element name="glossary" >
  <complexType>
    <sequence>
      <element ref="maml:title" />
      <choice>
        <element ref="maml:glossaryDiv" maxOccurs="unbounded" />
        <element ref="maml:glossaryEntry" maxOccurs="unbounded" />
      </choice>
    </sequence>
    <attribute name="contentType" type="token"></attribute>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
  </complexType>
</element>