glossary element

The glossary element describes a set of terms and their definitions.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
maml:title See external namespace.
maml:glossaryDiv See external namespace.
maml:glossaryEntry See external namespace.

Attributes

Attribute Type Required Description Possible Values
contentType token optional See external namespace.

Usage

      <glossary
	contentType="token"
/>
    

Definition

      <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>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp