MAP

Element Information

Model

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

Attributes

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

Used By

Source

<xs:element name="MAP">
  <xs:complexType>
    <xs:choice 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="AREA"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.MAP"/>
  </xs:complexType>
</xs:element>

Sample