[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

docPart (Glossary Document Entry)

This element specifies the details for a single glossary document entry contained in the document. This glossary document entry may consist of one or both of the following:

The glossary document entry's properties, which define its name, categorization, and behaviors

The glossary document entry's contents, which consists of one or more block-level elements of WordprocessingML content

Each of these two components is specified by one of the child elements of this element, as seen in the child elements table below.

[Example: Consider the following definition for the contents of a Glossary Document part within a WordprocessingML document:

<w:glossaryDocument>
<w:docParts>
<w:docPart>

</w:docPart>
<w:docPart>

</w:docPart>
</w:docParts>
</w:glossaryDocument>

The docPart element uniquely defines one glossary document entry within the glossary document part, therefore there are two unique entries stored in the current example of a glossary document part. end example]

Parent Elements

docParts2.12.8)

 

Child Elements

Subclause

docPartBody (Contents of Glossary Document Entry)

§2.12.6

docPartPr (Glossary Document Entry Properties)

§2.12.7

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

<complexType name="CT_DocPart">

   <sequence>

   <element name="docPartPr" type="CT_DocPartPr" minOccurs="0"/>

   <element name="docPartBody" type="CT_Body" minOccurs="0"/>

   </sequence>

</complexType>