[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
docParts (List of Glossary Document Entries)
This element specifies the collection of glossary document entries which are stored in the current Glossary Document part.
[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 docParts element defines the set of entries which are stored in the glossary document part. end example]
Parent Elements |
glossaryDocument (§2.12.10) |
Child Elements |
Subclause |
docPart (Glossary Document Entry) |
§2.12.5 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DocParts">
<choice>
<element name="docPart" type="CT_DocPart" minOccurs="1" maxOccurs="unbounded"/>
</choice>
</complexType>