glossaryEntry element

The glossaryEntry is a single definition in the glossary with a set of terms attached.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
relatedEntry
maml:terms See external namespace.
maml:definition See external namespace.

Attributes

Attribute Type Required Description Possible Values
termId token required See external namespace.
relationType string required See external namespace.
platform string optional See external namespace.
product string optional See external namespace.

Usage

      <glossaryEntry
	termId="token"
	relationType="string"
	platform="string"
	product="string"
/>
    

Definition

      <element name="glossaryEntry" >
  <complexType>
    <sequence>
      <element ref="maml:terms" />
      <element ref="maml:definition" />
      <element name="relatedEntry" minOccurs="0" maxOccurs="unbounded">
        <annotation>
          <appinfo><doc:localizable xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal">n/a</doc:localizable></appinfo>
        </annotation>
      <complexType>
        <attribute name="termId" type="token" use="required"></attribute>
        <attribute name="relationType" type="string" use="required"></attribute>
      </complexType>
    </element>
  </sequence>
  <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
  <attribute name="platform" type="string" use="optional"></attribute>
  <attribute name="product" type="string" use="optional"></attribute>
</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