17.15.2.18 frameset

This element specifies a frameset which has been nested within another frameset within a WordprocessingML document. This WordprocessingML element is analogous to the frameset element in HTML (when that frameset is the child of another frameset element).

[Example: Consider a WordprocessingML document which serves as the frameset container for a frameset consisting of the following three frames:

image

The frameset properties for this document are specified by the following WordprocessingML within the web page settings:

<w:frameset>
  <w:frameLayout w:val="rows" />
  <w:frame>
  </w:frame>
  <w:frameset>
    <w:frameLayout w:val="cols" />
    <w:frame>
    </w:frame>
    <w:frame>
    </w:frame>
  </w:frameset>
</w:frameset>

The child frameset element specifies the frameset definition for the inner frameset; that frameset consists of two frames (Frame 2 and Frame 3 in the image above) which have been laid out horizontally as columns. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_Frameset) is located in A.1. end note]

Last updated on