17.12.15 type
This element specifies an entry type which shall be applied to the properties of the parent glossary document entry (17.12.5). Each of these entry types can, based on their values, influence the visibility and behavior of the parent glossary document entry as defined by the associated simple type information.
[Example: Consider the following WordprocessingML fragment for the properties of a single glossary document entry:
<w:docPartPr>
<w:types>
<w:type w:val="bbPlcHdr" />
</w:types>
…
</w:docPartPr>
The type element with a value of bbPlcHdr specifies that the parent glossary document entry must be treated as if it was the placeholder text for one or more structured document tags in the document. end example]
Attributes
val (Type Value)
Specifies the value for the current entry type.
[Example: Consider the following WordprocessingML fragment for the properties of a single glossary document entry:
<w:type w:val="bbPlcHdr" />
The val attribute value of bbPlcHdr specifies that the parent glossary document entry must be treated as if it was the placeholder text for one or more structured document tags in the document. end example]
The possible values for this attribute are defined by the ST_DocPartType simple type
(17.18.17).
[Note: The W3C XML Schema definition of this element’s content model (CT_DocPartType) is located in A.1. end note]