17.15.2.22 linkedToFile
This element specifies that the file referenced by the sourceFileName element (17.15.2.38) as the basis for the current frame shall not be changed, even when the file defined by the parent frameset is moved - i.e. the link shall remain exactly as specified.
[Guidance: Typically, when a document is incorporated into a frameset, a copy of that document is made such that all files encompassing the frameset are stored in a single subdirectory (so they can be moved as a single unit). However, if the link to the current file is absolute and must not be changed even when the location of the main frameset document, then this element must be set to indicate that setting. end guidance]
If this element is omitted, then a new file can be created as necessary when the parent frameset document is resaved to another location.
[Example: Consider a WordprocessingML document which serves as the frameset container for a frameset consisting of the following three frames:
The frameset properties for this document are specified by the following WordprocessingML within the web page settings:
<w:frameset>
…
<w:frame>
<w:sz w:val="20%" />
<w:name w:val="Frame 1" />
<w:sourceFileName r:id="rId1" />
<w:linkedToFile w:val="true" />
</w:frame>
<w:frameset>
…
</w:frameset>
</w:frameset>
The linkedToFile element specifies that the frame source location specified by the sourceFileName element (17.15.2.38) must not be modified, even if the parent frameset document is resaved to another location. end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.