Definition Type: Element
Name: img
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ismap in schema xhtml1-strict_xsd Drilldown into usemap in schema xhtml1-strict_xsd Drilldown into width in schema xhtml1-strict_xsd Drilldown into height in schema xhtml1-strict_xsd Drilldown into longdesc in schema xhtml1-strict_xsd Drilldown into alt in schema xhtml1-strict_xsd Drilldown into src in schema xhtml1-strict_xsd Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsd Drilldown into events in schema xhtml1-strict_xsd Drilldown into dir in schema xhtml1-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into lang in schema xhtml1-strict_xsd Drilldown into i18n in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsd Drilldown into attrs in schema xhtml1-strict_xsdXSD Diagram of img in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="img">
    <xs:complexType>
        <xs:attributeGroup ref="attrs" />
        <xs:attribute name="src" use="required" type="URI" />
        <xs:attribute name="alt" use="required" type="Text" />
        <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:annotation>
                <xs:documentation>
          usemap points to a map element which may be in this document
          or an external document, although the latter is not widely supported
          </xs:documentation>
            </xs:annotation>
        </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>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)
src nsA:src Required
alt nsA:alt Required
longdesc nsA:longdesc (Optional)
height nsA:height (Optional)
width nsA:width (Optional)
usemap nsA:usemap (Optional)
ismap nsA:ismap (Optional)