img.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
alt XHTMLText required
class optional
dir restriction of xs:token optional
height Length optional
id xs:ID optional
ismap restriction of xs:token optional
lang XHTMLLanguageCode optional
longdesc URI optional
src URI required
style StyleSheet optional
title XHTMLText optional
usemap URI optional
width Length optional

Used By

Element img

Source

<xs:attributeGroup name="img.attlist">
  <xs:attributeGroup ref="attrs"/>
  <xs:attribute name="src" use="required" type="URI"/>
  <xs:attribute name="alt" use="required" type="XHTMLText"/>
  <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 name="ismap">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ismap"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>