Definition Type: SimpleType
Name: brClearType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies the line break mode for the break.
Collapse XSD Schema Diagram:
XSD Diagram of brClearType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="brClearType">
    <xsd:annotation>
        <xsd:documentation>Specifies the line break mode for the break.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none">
        </xsd:enumeration>
        <xsd:enumeration value="left">
        </xsd:enumeration>
        <xsd:enumeration value="right">
        </xsd:enumeration>
        <xsd:enumeration value="all">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration left
Enumeration right
Enumeration all
Collapse Derivation Tree:
Collapse References:
W:clear