[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

category (Entry Categorization)

This element specifies the categorization for the parent glossary document entry. This categorization shall not imply any behaviors around the entry, and is only used to organize the set of glossary document entries within an application or user interface (i.e. to disambiguate between two entries with the same entry name (§2.12.13)).

[Example: Consider the following WordprocessingML fragment for the properties of a single glossary document entry:

<w:docPartPr>
<w:category>

</w:category>

<w:docPartPr>

The category element specifies the categorization applied to the current entry, for the purposes of classification or user interface sorting, for example. end example]

Parent Elements

docPartPr2.12.7)

 

Child Elements

Subclause

gallery (Gallery Associated With Entry)

§2.12.9

name (Category Associated With Entry)

§2.12.12

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

<complexType name="CT_DocPartCategory">

   <sequence>

   <element name="name" type="CT_String" minOccurs="1" maxOccurs="1"/>

   <element name="gallery" type="CT_DocPartGallery" minOccurs="1" maxOccurs="1"/>

   </sequence>

</complexType>