map

Element Information

Model

p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | isindex | fieldset | table | form | noscript | ins | del | script | area+

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token optional
id xs:ID required
lang LanguageCode optional
name optional
onclick Script optional
ondblclick Script optional
onkeydown Script optional
onkeypress Script optional
onkeyup Script optional
onmousedown Script optional
onmousemove Script optional
onmouseout Script optional
onmouseover Script optional
onmouseup Script optional
style StyleSheet optional
title Text optional
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Used By

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

Source

<xs:element name="map">
  <xs:complexType>
    <xs:choice>
      <xs:choice maxOccurs="unbounded">
        <xs:group ref="block"/>
        <xs:element ref="form"/>
        <xs:group ref="misc"/>
      </xs:choice>
      <xs:element maxOccurs="unbounded" ref="area"/>
    </xs:choice>
    <xs:attributeGroup ref="i18n"/>
    <xs:attributeGroup ref="events"/>
    <xs:attribute name="id" use="required" type="xs:ID"/>
    <xs:attribute name="class"/>
    <xs:attribute name="style" type="StyleSheet"/>
    <xs:attribute name="title" type="Text"/>
    <xs:attribute name="name"/>
  </xs:complexType>
</xs:element>

Sample