DocumentID: ECMA-376/Part1/11.3.13
Title: ECMA-376, Part1: 11.3.13 Web 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

Navigation:

11.3.13 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>

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 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.


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.