Definition Type: Element
Name: br
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
forced line break
Collapse XSD Schema Diagram:
Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsdXSD Diagram of br in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="br">
    <xs:annotation>
        <xs:documentation>
      forced line break
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="coreattrs" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)