Definition Type: ComplexType
Name: CT_Frame
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into linkedToFile in schema wml_xsd Drilldown into noResizeAllowed in schema wml_xsd Drilldown into scrollbar in schema wml_xsd Drilldown into marH in schema wml_xsd Drilldown into marW in schema wml_xsd Drilldown into sourceFileName in schema wml_xsd Drilldown into name in schema wml_xsd Drilldown into sz in schema wml_xsdXSD Diagram of CT_Frame in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Frame">
    <xsd:sequence>
        <xsd:element name="sz" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Frame Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="name" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Frame Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sourceFileName" type="CT_Rel" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Source File for Frame</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marW" type="CT_PixelsMeasure" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Left and Right Margin for Frame</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marH" type="CT_PixelsMeasure" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Top and Bottom Margin for Frame</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="scrollbar" type="CT_FrameScrollbar" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Scrollbar Display Option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="noResizeAllowed" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Frame Cannot Be Resized</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="linkedToFile" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Maintain Link to Existing 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