BODY

Element Information

Model

P | H1 | H2 | H3 | H4 | H5 | H6 | UL | OL | PRE | DL | DIV | NOSCRIPT | BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS | SCRIPT | INS | DEL

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token optional
id xs:ID optional
lang optional
onclick optional
ondblclick optional
onkeydown optional
onkeypress optional
onkeyup optional
onload optional
onmousedown optional
onmousemove optional
onmouseout optional
onmouseover optional
onmouseup optional
onunload optional
style optional
title optional

Used By

Element HTML

Source

<xs:element name="BODY">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="P"/>
      <xs:element ref="H1"/>
      <xs:element ref="H2"/>
      <xs:element ref="H3"/>
      <xs:element ref="H4"/>
      <xs:element ref="H5"/>
      <xs:element ref="H6"/>
      <xs:element ref="UL"/>
      <xs:element ref="OL"/>
      <xs:element ref="PRE"/>
      <xs:element ref="DL"/>
      <xs:element ref="DIV"/>
      <xs:element ref="NOSCRIPT"/>
      <xs:element ref="BLOCKQUOTE"/>
      <xs:element ref="FORM"/>
      <xs:element ref="HR"/>
      <xs:element ref="TABLE"/>
      <xs:element ref="FIELDSET"/>
      <xs:element ref="ADDRESS"/>
      <xs:element ref="SCRIPT"/>
      <xs:element ref="INS"/>
      <xs:element ref="DEL"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.BODY"/>
  </xs:complexType>
</xs:element>

Sample