linebreak

Attribute Information

Used By

Attribute Group m:mstyle.generalattributes

Source

<xs:attribute name="linebreak">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="auto"/>
      <xs:enumeration value="newline"/>
      <xs:enumeration value="nobreak"/>
      <xs:enumeration value="goodbreak"/>
      <xs:enumeration value="badbreak"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample