<sourceFileName>
(Source File for Frame)
This element specifies the ID for the relationship which specifies the source file for a single frame within a frameset document.
The relationship referenced by this element's @id
attribute shall exist in the relationship part item for the Web Settings part,or this document shall be considered non-conformant. Also, the type of the relationship referenced by this element's @id
attribute shall be http://schemas.openxmlformats.org/officeDocument/2006/relationships/frame, or this document shall be considered non-conformant.
If this element is omitted, then no source file is present for the current frame, and one may be created dynamically as needed to display content within the frame.
The frameset properties for this document are specified by the following WordprocessingML within the web page settings:
<w:frameset> … <w:frameset> … <w:frame> <w:name w:val="Frame 2" /> <w:sourceFileName r:id="rId5" /> </w:frame> … </w:frameset> </w:frameset>
The <sourceFileName>
element specifies that the contents of this frame shall be the contents of the file targeted by the relationship with ID rId5
in the web settings part's relationship part item. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID to a specified part. The specified relationship shall match the type required by the parent element:
<… r:id="rId10" /> The markup specifies the associated relationship part with relationship ID The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rel">
<attribute ref="r:id" use="required"/>
</complexType>