Definition Type: ComplexType
Name: frameElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a frame.
Collapse XSD Schema Diagram:
Drilldown into linkedToFile in schema wordnet_xsd Drilldown into noResizeAllowed in schema wordnet_xsd Drilldown into scrollbar in schema wordnet_xsd Drilldown into marH in schema wordnet_xsd Drilldown into marW in schema wordnet_xsd Drilldown into sourceFileName in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into sz in schema wordnet_xsdXSD Diagram of frameElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="frameElt">
    <xsd:annotation>
        <xsd:documentation>Defines a frame.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="sz" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the HTML frameset size designation</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="name" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the frame name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sourceFileName" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the path and file name of the frame source.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marW" type="pixelsMeasureProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the margin width.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marH" type="pixelsMeasureProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the margin height.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="scrollbar" type="frameScrollbarProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies how to display the scrollbar for this frame.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="noResizeAllowed" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies not to resize borders in the Web browser.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="linkedToFile" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents whether a frame is linked to a file.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sz W:sz 0 (1)
name W:name 0 (1)
sourceFileName W:sourceFileName 0 (1)
marW W:marW 0 (1)
marH W:marH 0 (1)
scrollbar W:scrollbar 0 (1)
noResizeAllowed W:noResizeAllowed 0 (1)
linkedToFile W:linkedToFile 0 (1)
Collapse Derivation Tree:
Collapse References:
W:frame