11.3.13 Web Settings Part
Content Type:
application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
Root Namespace:
http://purl.oclc.org/ooxml/wordprocessingml/main
Source Relationship:
http://purl.oclc.org/ooxml/officeDocument/relationships/webSettings
An instance of this part type contains the definition for web-specific settings used by this document.
A package shall contain at most two Web Settings parts. 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:
<Relationships xmlns="…">
<Relationship Id="rId3"
Type="http://…/webSettings" Target="webSettings.xml"/>
</Relationships>
end example]
The root element for a Web Settings part shall be webSettings.
[Example:
<w:webSettings …>
<w:frameset>
…
<w:frame>
<w:sz w:val="216" />
<w:name w:val="Frame2" />
<w:sourceFileName r:id="rId1" />
</w:frame>
<w:frame>
<w:name w:val="Frame1" />
<w:sourceFileName r:id="rId2" />
</w:frame>
</w:frameset>
</w:webSettings>
end example]
A Web Settings part shall be located within the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).
A Web Settings part is permitted to contain explicit relationships to the following parts defined by ISO/IEC 29500:
- Frameset (11.5)
A Web Settings part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.