Web Settings Part

Content Type:

application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml

Root Namespace:

http://schemas.openxmlformats.org/wordprocessingml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/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>

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>

A Web 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 Web Settings part is permitted to contain explicit relationships to the following parts defined by this Standard:

A Web Settings part shall not contain implicit or explicit relationships to any other part defined by this Standard.