DocumentID: ECMA-376/Part1/11.3.3 Title: ECMA-376, Part1: 11.3.3 Document Settings Part Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006 Warning: Coverted to HTML format by a script known to have bugs
|
Content Type: |
application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml |
|---|---|
|
Root Namespace: |
http://schemas.openxmlformats.org/wordprocessingml/2006/main |
|
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings |
An instance of this part type contains all the document's properties.
A package shall contain no more than two Document Settings parts. If it exists, one instance of that part shall be the target of an implicit relationship from the Main Document (§11.3.10) part, and the other shall be the target of an implicit relationship from the Glossary Document (§11.3.8) part.
[Example: The following Main Document part-relationship item contains a relationship to a Document Settings part, which is stored in the ZIP item documentProperties1.xml:
<Relationships xmlns="...">
<Relationship Id="rId4"
Type="http://.../settings" Target="settings.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be settings.
[Example:
<w:settings ... >
...
<w:defaultTabStop w:val="360"/>
<w:footnotePr>
...
</w:footnotePr>
<w:endnotePr>
...
</w:endnotePr>
<w:rsids>
...
</w:rsids>
...
</w:settings>
end example]
A Document Settings part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).
A Document Settings part is permitted to contain explicit relationships to the following parts defined by this Standard:
A Document Settings part shall not have any implicit or explicit relationships to any other part defined by this Standard.