frameElt complexType

Defines a frame.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Child Elements

Element Description
sz Represents the HTML frameset size designation
name Represents the frame name.
sourceFileName Represents the path and file name of the frame source.
marW Represents the margin width.
marH Represents the margin height.
scrollbar Specifies how to display the scrollbar for this frame.
noResizeAllowed Specifies not to resize borders in the Web browser.
linkedToFile Represents whether a frame is linked to a file.

Attributes

None.

Definition

      
<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>


    
©2003-2004 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/odcXMLRefLegalNotice.asp