<docPartPr> (Glossary Document Entry Properties)

This element specifies the set of properties which shall be applied to the parent glossary document entry. These properties define its name, categorization, and behaviors.

example:
<w:docPart>
  <w:docPartPr>
    <w:name w:val="Sample Entry" /></w:docPartPr></w:docPart>

The <docPartPr> element specifies the set of properties which have been specified for the parent glossary document entry, the only one visible above being the entry's name of Sample Entry. ]

Parent Elements

<docPart>2.12.5)

Child Elements

Subclause

<behaviors> (Entry Insertion Behaviors)

§2.12.2

<category> (Entry Categorization)

§2.12.3

<description> (Description for Entry)

§2.12.4

<guid> (Entry ID)

§2.12.11

<name> (Entry Name)

§2.12.13

<style> (Associated Paragraph Style Name)

§2.12.14

<types> (Entry Types)

§2.12.16

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

<complexType name="CT_DocPartPr">
	<choice maxOccurs="unbounded">
	<element name="name" type="CT_DocPartName" minOccurs="1"/>
	<element name="style" type="CT_String"/>
	<element name="category" type="CT_DocPartCategory"/>
	<element name="types" type="CT_DocPartTypes"/>
	<element name="behaviors" type="CT_DocPartBehaviors"/>
	<element name="description" type="CT_String"/>
	<element name="guid" type="CT_Guid"/>
	</choice>
</complexType>