17.12.5 docPart

This element specifies the details for a single glossary document entry contained in the document. This glossary document entry can 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]

[Note: The W3C XML Schema definition of this element’s content model (CT_DocPart) is located in A.1. end note]

Last updated on