Schema Central > OOXML > wml.xsd > w:frameset
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

w:frameset

Nested Frameset Definition

Element information

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

Schema document: wml.xsd

Other elements with the same name: w:frameset

Type: w:CT_Frameset

Properties: Local, Qualified

Content

Attributes

None

Used in

Sample instance

<w:frameset>
   <w:sz w:val="string"/>
   <w:framesetSplitbar>
      <w:w w:val="1"/>
      <w:color w:val=""/>
      <w:noBorder/>
      <w:flatBorders/>
   </w:framesetSplitbar>
   <w:frameLayout w:val="rows"/>
   <w:frameset>
      <w:sz w:val="string"/>
      <w:framesetSplitbar>
         <w:w w:val="1"/>
         <w:color w:val=""/>
         <w:noBorder/>
         <w:flatBorders/>
      </w:framesetSplitbar>
      <w:frameLayout w:val="rows"/>
      <w:frameset>
         <w:sz w:val="string"/>
         <w:framesetSplitbar>...
         </w:framesetSplitbar>
         <w:frameLayout w:val="rows"/>
         <w:frameset>...
         </w:frameset>
      </w:frameset>
   </w:frameset>
</w:frameset>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com