Defines a text-wrapping break.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| type | brType | optional | Specifies the break type. | 
 | 
| clear | brClearType | optional | Specifies the line break mode for the Japanese carriage return. | 
 | 
      
<xsd:complexType name="brElt" >
  <xsd:attribute name="type" type="brType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="clear" type="brClearType" use="optional">
  </xsd:attribute>
</xsd:complexType>