br

forced line break

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
clear restriction of xs:token none optional
id xs:ID optional
style StyleSheet optional
title Text optional

Used By

Element Group special.basic
Complex Type button.content
Element button

Source

<xs:element name="br">
  <xs:annotation>
    <xs:documentation>forced line break</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="coreattrs"/>
    <xs:attribute name="clear" default="none">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="all"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample

< mmlSg:operativeNotes xmlns:mmlSg = "http://www.medxml.net/MML/v4/ContentModule/Surgery/1.0" xmlns:xhtml = "http://www.w3.org/1999/xhtml" >

胸骨正中切開し、心膜切開後に直視下にて左冠状動脈に対してバイパス術を施行した。

< xhtml:br/>

補助循環は使用せず。

</ mmlSg:operativeNotes>