<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>
|