The glossaryEntry is a single definition in the glossary with a set of terms attached.
Anonymous
Element | Description |
---|---|
relatedEntry | |
maml:terms | See external namespace. |
maml:definition | See external namespace. |
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. |
<glossaryEntry
termId="token"
relationType="string"
platform="string"
product="string"
/>
<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>