Definition Type: SimpleType
Name: ST_FrameLayout
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Frameset Layout Order
Collapse XSD Schema Diagram:
XSD Diagram of ST_FrameLayout in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_FrameLayout">
    <xsd:annotation>
        <xsd:documentation>Frameset Layout Order</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="rows">
            <xsd:annotation>
                <xsd:documentation>Stack Frames Vertically</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="cols">
            <xsd:annotation>
                <xsd:documentation>Stack Frames Horizontally</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>Do Not Stack Frames</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration rows
Enumeration cols
Enumeration none
Collapse Derivation Tree:
  • ST_FrameLayout
Collapse References:
w:val