[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

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

Parent Elements

types2.12.16)

 

Attributes

Description

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 shall 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 type2.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>