attlist.AREA

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
accesskey optional
alt required
class optional
coords optional
dir restriction of xs:token optional
href optional
id xs:ID optional
lang optional
nohref restriction of xs:token optional
onblur optional
onclick optional
ondblclick optional
onfocus optional
onkeydown optional
onkeypress optional
onkeyup optional
onmousedown optional
onmousemove optional
onmouseout optional
onmouseover optional
onmouseup optional
shape restriction of xs:token rect optional
style optional
tabindex optional
title optional

Used By

Element AREA

Source

<xs:attributeGroup name="attlist.AREA">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="class"/>
  <xs:attribute name="style"/>
  <xs:attribute name="title"/>
  <xs:attribute name="lang"/>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="onclick"/>
  <xs:attribute name="ondblclick"/>
  <xs:attribute name="onmousedown"/>
  <xs:attribute name="onmouseup"/>
  <xs:attribute name="onmouseover"/>
  <xs:attribute name="onmousemove"/>
  <xs:attribute name="onmouseout"/>
  <xs:attribute name="onkeypress"/>
  <xs:attribute name="onkeydown"/>
  <xs:attribute name="onkeyup"/>
  <xs:attribute name="shape" default="rect">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="rect"/>
        <xs:enumeration value="circle"/>
        <xs:enumeration value="poly"/>
        <xs:enumeration value="default"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="coords"/>
  <xs:attribute name="href"/>
  <xs:attribute name="nohref">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="nohref"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alt" use="required"/>
  <xs:attribute name="tabindex"/>
  <xs:attribute name="accesskey"/>
  <xs:attribute name="onfocus"/>
  <xs:attribute name="onblur"/>
</xs:attributeGroup>