Definition Type: ComplexType
Name: brElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a text-wrapping break.
Collapse XSD Schema Diagram:
Drilldown into clear in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of brElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="brElt">
    <xsd:annotation>
        <xsd:documentation>Defines a text-wrapping break.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="type" type="brType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies the break type.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="clear" type="brClearType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies the line break mode for the Japanese carriage return.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type W:type Optional
clear W:clear Optional
Collapse Derivation Tree:
Collapse References:
W:br