xhtml\xhtml1-strict.xsd

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

Properties
This component is not nillable.

Model
<img
  alt = Text
  class = xs:NMTOKENS
  dir = xs:token
  height = Length
  id = xs:ID
  ismap = xs:token
  lang = LanguageCode
  lang = xs:language
  longdesc = URI
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  src = URI
  style = StyleSheet
  title = Text
  usemap = URI
  width = Length>

</img>


Attribute Summary
 Textalt
          
 xs:NMTOKENSclass
          
 xs:tokendir
          
 Lengthheight
          
 xs:IDid
          
 xs:tokenismap
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 URIlongdesc
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 URIsrc
          
 StyleSheetstyle
          
 Texttitle
          
 URIusemap
           usemap points to a map element which may be in this document or an external document, although the latter is not widely supported  
 Lengthwidth
          

Attribute Detail

alt

Type:
Text
Use:
required
Form:
unqualified

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

dir

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

height

Type:
Length
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

ismap

Type:
based on
with :
Use:
optional
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

longdesc

Type:
URI
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

src

Type:
URI
Use:
required
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

usemap

usemap points to a map element which may be in this document or an external document, although the latter is not widely supported

Type:
URI
Use:
optional
Form:
unqualified

width

Type:
Length
Use:
optional
Form:
unqualified

Source
<xs:element name="img">
<xs:complexType>
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="src" type="URI" use="required"/>
<xs:attribute name="alt" type="Text" use="required"/>
<xs:attribute name="longdesc" type="URI"/>
<xs:attribute name="height" type="Length"/>
<xs:attribute name="width" type="Length"/>
<xs:attribute name="usemap" type="URI">
</xs:attribute>
<xs:attribute name="ismap">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ismap"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>

xhtml\xhtml1-strict.xsd

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