http://maven.apache.org/FML/1.0.1
element br

Documentation
      forced line break
      
Properties
This component is not nillable.

Model
<br
  class = xs:NMTOKENS
  clear = xs:token : none
  id = xs:ID
  style = StyleSheet
  title = Text>

</br>


Attribute Summary
 xs:NMTOKENSclass
          
 xs:tokenclear
          
 xs:IDid
          
 StyleSheetstyle
          
 Texttitle
          

Attribute Detail

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

clear

Type:
based on
with :
Default:
none
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

Source
<xs:element name="br">
<xs:complexType>
<xs:attributeGroup ref="coreattrs"/>
<xs:attribute default="none" name="clear">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.