Schema Central  >  XHTML 1.0 Transitional  >  xhtml1-transitional.xsd  >  map
Advanced search

Recommended Reading:

Definitive XML Schema

 

map

Element information

Namespace: http://www.w3.org/1999/xhtml

Schema document: xhtml1-transitional.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Choice [1..1]
    • Choice [1..*]
        from group block
      • p
      • div generic language/style container
      • from group lists
      • ul Unordered list
      • ol Ordered (numbered) list
      • dl
      • menu single column list (DEPRECATED)
      • dir multiple column list (DEPRECATED)
      • from group blocktext
      • pre content is "Inline" excluding "img|object|applet|big|small|sub|sup|font|basefont"
      • hr
      • blockquote
      • address information on author
      • center center content
      • noframes alternate content container for non frame-based rendering
      • isindex single-line text input control (DEPRECATED)
      • fieldset The fieldset element is used to group form fields. Only one legend element should occur in the content and if present should only be preceded by whitespace. NOTE: this content model is different from the XHTML 1.0 DTD, closer to the intended content model in HTML4 DTD
      • table
      • form
      • from group misc
      • noscript alternate content container for non script-based rendering
      • from group misc.inline
      • ins
      • del
      • script script statements, which may include CDATA sections
    • area [1..*]

Attributes

NameOccTypeDescriptionNotes
lang [0..1]LanguageCodefrom group i18n
xml:lang [0..1]Anonymousdenotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. from group i18n
dir [0..1]Anonymousfrom group i18n
onclick [0..1]Scriptfrom group events
ondblclick [0..1]Scriptfrom group events
onmousedown [0..1]Scriptfrom group events
onmouseup [0..1]Scriptfrom group events
onmouseover [0..1]Scriptfrom group events
onmousemove [0..1]Scriptfrom group events
onmouseout [0..1]Scriptfrom group events
onkeypress [0..1]Scriptfrom group events
onkeydown [0..1]Scriptfrom group events
onkeyup [0..1]Scriptfrom group events
id [1..1]xsd:ID
class [0..1]xsd:anySimpleType
style [0..1]StyleSheet
title [0..1]Text
name [0..1]xsd:anySimpleType

Used in

Sample instance

<map> <--any elements or text--> </map>