xhtml\xhtml1-strict.xsd

http://www.w3.org/1999/xhtml
element map

Properties
This component is not nillable.

Model
<map
  class = anySimpleType
  dir = xs:token
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = xs:NMTOKEN
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  style = StyleSheet
  title = Text>
(((p | (h1 | h2 | h3 | h4 | h5 | h6) | div | (ul | ol | dl) | (pre | hr | blockquote | address) | fieldset | table) | form | (noscript | (ins | del | script) ) )+ | area+)
</map>


Nested Element Summary
 address
          
 area
          
 blockquote
          
 del
          
 div
          
 dl
          
 fieldset
          
 form
          
 h1
          
 h2
          
 h3
          
 h4
          
 h5
          
 h6
          
 hr
          
 ins
          
 noscript
          
 ol
          
 p
          
 pre
          
 script
          
 table
          
 ul
          

Attribute Summary
 anySimpleTypeclass
          
 xs:tokendir
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 xs:NMTOKENname
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 StyleSheetstyle
          
 Texttitle
          

Attribute Detail

class

Type:
anySimpleType
Use:
optional
Form:
unqualified

dir

Type:
based on
with :
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
required
Form:
unqualified

lang

Type:
LanguageCode
Use:
optional
Form:
unqualified

lang

In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .

Type:
xs:language
Use:
optional
Form:
unqualified

name

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

onclick

Type:
Script
Use:
optional
Form:
unqualified

ondblclick

Type:
Script
Use:
optional
Form:
unqualified

onkeydown

Type:
Script
Use:
optional
Form:
unqualified

onkeypress

Type:
Script
Use:
optional
Form:
unqualified

onkeyup

Type:
Script
Use:
optional
Form:
unqualified

onmousedown

Type:
Script
Use:
optional
Form:
unqualified

onmousemove

Type:
Script
Use:
optional
Form:
unqualified

onmouseout

Type:
Script
Use:
optional
Form:
unqualified

onmouseover

Type:
Script
Use:
optional
Form:
unqualified

onmouseup

Type:
Script
Use:
optional
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

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" type="xs:ID" use="required"/>
<xs:attribute name="class"/>
<xs:attribute name="style" type="StyleSheet"/>
<xs:attribute name="title" type="Text"/>
<xs:attribute name="name" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>

xhtml\xhtml1-strict.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at