Glossary Document Part
Content Type: |
application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml |
Root Namespace: |
http://schemas.openxmlformats.org/wordprocessingml/2006/main |
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/glossaryDocument |
The root element for a part of this content type shall be <glossaryDocument>
.
<w:glossaryDocument xmlns:w="…" > <w:docParts> <w:docPart> <w:docPartPr> <w:name w:val="rainbow colors"/> <w:style w:val="Normal"/> <w:category> <w:name w:val="Misc"/> <w:gallery w:val="docParts"/> </w:category> </w:docPartPr> <w:docPartBody> <w:p> <w:r> <w:t>The colors of the rainbow are red, orange, yellow, green, blue, indigo, and violet.</w:t> </w:r> </w:p> </w:docPartBody> </w:docPart> <w:docPart> … </w:docPart> </w:docParts> </w:glossaryDocument>
A package shall contain at most one Glossary Document part, and that part shall be the target of an implicit relationship from the Main Document (§11.3.10) part.
<Relationships xmlns="…"> <Relationship Id="rId4" Type="http://…/glossaryDocument" Target="glossary/document.xml"/> </Relationships>
A Glossary Document part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode
attribute of the <Relationship>
element shall be Internal
).
A Glossary Document part is permitted to have implicit relationships to the following parts defined by this Standard:
Comments (§11.3.2)
Document Settings (§11.3.3)
Endnotes (§11.3.4)
Font Table (§11.3.5)
Footnotes (§11.3.7)
Numbering Definitions (§11.3.11)
Style Definitions (§11.3.11)
A Glossary Document part is permitted to have explicit relationships to the following parts defined by this Standard:
Alternative Format Import (§11.3.1)
Chart (§14.2.1)
Diagrams: Diagram Colors (§14.2.3), Diagram Data (§14.2.4), Diagram Layout Definition (§14.2.5) and Diagram Styles (§14.2.6)
Embedded Control Persistence (§15.2.8)
Embedded Object (§15.2.9)
Embedded Package (§15.2.10)
Footer (§11.3.6)
Header (§11.3.9)
Hyperlinks (§15.3)
Images (§15.2.13)
Printer Settings (§15.2.14)
Video (§15.2.16)
A Glossary Document part shall not have implicit or explicit relationships to any other part defined by this Standard.