Definition Type: ComplexType
Name: framesetElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines an HTML frameset.
Collapse XSD Schema Diagram:
Drilldown into frame in schema wordnet_xsd Drilldown into frameset in schema wordnet_xsd Drilldown into frameLayout in schema wordnet_xsd Drilldown into framesetSplitbar in schema wordnet_xsd Drilldown into sz in schema wordnet_xsdXSD Diagram of framesetElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="framesetElt">
    <xsd:annotation>
        <xsd:documentation>Defines an HTML frameset.</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="framesetSplitbar" type="framesetSplitbarElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the properties of the splitter between the frames in this frameset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="frameLayout" type="frameLayoutElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the layout of the frames in this frameset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="frameset" type="framesetElt" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Specifies a nested frameset.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="frame" type="frameElt" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Specifies one of the frames in this frameset.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sz W:sz 0 (1)
framesetSplitbar W:framesetSplitbar 0 (1)
frameLayout W:frameLayout 0 (1)
frameset W:frameset 0 unbounded
frame W:frame 0 unbounded
Collapse Derivation Tree:
Collapse References:
W:frameset, W:frameset