<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:
<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. ]

Parent Elements

<docPartPr>2.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>