Definition Type: ComplexType
Name: framesetSplitbarElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the splitter for a frameset.
Collapse XSD Schema Diagram:
Drilldown into flatBorders in schema wordnet_xsd Drilldown into noBorder in schema wordnet_xsd Drilldown into color in schema wordnet_xsd Drilldown into w in schema wordnet_xsdXSD Diagram of framesetSplitbarElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="framesetSplitbarElt">
    <xsd:annotation>
        <xsd:documentation>Defines the splitter for a frameset.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="w" type="twipsMeasureProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the width of the splitter.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="color" type="hexColorProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the color of the splitter.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="noBorder" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the splitter has no border or has a border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="flatBorders" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the splitter has a flat border or a 3-D border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
w W:w 0 (1)
color W:color 0 (1)
noBorder W:noBorder 0 (1)
flatBorders W:flatBorders 0 (1)
Collapse Derivation Tree:
Collapse References:
W:framesetSplitbar