Specifies the line break mode for the break.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="brClearType" >
  <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>