<type> (Entry Type)

This element specifies a single type which shall be applied to the properties of the parent glossary document entry (§2.12.5). Each of these types may, based on their values, influence the visibility and behavior of the parent glossary document entry as defined by the associated simple type information.

example:
<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 shall be treated as if it was the placeholder text for one or more structured document tags in the document. ]

Parent Elements

<types>2.12.16)

Attributes

Description

<val> (Type Value)

Specifies the value for the current entry type.

<w:type w:val="bbPlcHdr" />

The <val> attribute value of bbPlcHdr specifies that the parent glossary document entry shall be treated as if it was the placeholder text for one or more structured document tags in the document. ]

The possible values for this attribute are defined by the ST_DocPartType simple type (§2.18.21).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DocPartType">
	<attribute name="val" use="required" type="ST_DocPartType"/>
</complexType>