Defines a frame.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Child Elements
      
        | Element | Type | Description | 
      
        | sz | stringProperty | Represents the HTML frameset size designation | 
      
        | name | stringProperty | Represents the frame name. | 
      
        | sourceFileName | stringProperty | Represents the path and file name of the frame source. | 
      
        | marW | pixelsMeasureProperty | Represents the margin width. | 
      
        | marH | pixelsMeasureProperty | Represents the margin height. | 
      
        | scrollbar | frameScrollbarProperty | Specifies how to display the scrollbar for this frame. | 
      
        | noResizeAllowed | onOffProperty | Specifies not to resize borders in the Web browser. | 
      
        | linkedToFile | onOffProperty | Represents whether a frame is linked to a file. | 
    
Attributes
None.
Definition
      | XML | 
|---|
| 
<xsd:complexType name="frameElt" ">
    
    <xsd:sequence>
      <xsd:element name="sz" type="stringProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="name" type="stringProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="sourceFileName" type="stringProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="marW" type="pixelsMeasureProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="marH" type="pixelsMeasureProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="scrollbar" type="frameScrollbarProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="noResizeAllowed" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="linkedToFile" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
 | 
      ©2006 Microsoft Corporation. All rights reserved.  Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp