Definition Type: SimpleType
Name: ST_BrType
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Break Types
Collapse XSD Schema Diagram:
XSD Diagram of ST_BrType in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_BrType">
    <xsd:annotation>
        <xsd:documentation>Break Types</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="page">
            <xsd:annotation>
                <xsd:documentation>Page Break</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="column">
            <xsd:annotation>
                <xsd:documentation>Column Break</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="textWrapping">
            <xsd:annotation>
                <xsd:documentation>Line Break</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration page
Enumeration column
Enumeration textWrapping
Collapse Derivation Tree:
Collapse References:
w:type