map

Element Information

Model

Children: area, block

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token optional
id xs:ID required
lang XHTMLLanguageCode optional
name xs:NMTOKEN optional
style StyleSheet optional
title XHTMLText optional

Used By

Complex Type pre.content
Element pre

Source

<xs:element name="map" substitutionGroup="special">
  <xs:complexType>
    <xs:choice>
      <xs:element maxOccurs="unbounded" ref="block"/>
      <xs:element maxOccurs="unbounded" ref="area"/>
    </xs:choice>
    <xs:attributeGroup ref="map.attlist"/>
  </xs:complexType>
</xs:element>

Sample