<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:
<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. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
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>