QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
accesskey | Character | optional | |||||
alt | Text | required | |||||
class | xs:NMTOKENS | optional | |||||
coords | Coords | optional | |||||
dir | restriction of xs:token | optional | |||||
href | URI | optional | |||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
nohref | restriction of xs:token | optional | |||||
onblur | Script | optional | |||||
onclick | Script | optional | |||||
ondblclick | Script | optional | |||||
onfocus | Script | optional | |||||
onkeydown | Script | optional | |||||
onkeypress | Script | optional | |||||
onkeyup | Script | optional | |||||
onmousedown | Script | optional | |||||
onmousemove | Script | optional | |||||
onmouseout | Script | optional | |||||
onmouseover | Script | optional | |||||
onmouseup | Script | optional | |||||
shape | Shape | rect | optional | ||||
style | StyleSheet | optional | |||||
tabindex | tabindexNumber | optional | |||||
title | Text | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | map |
<xs:element name="area"> <xs:complexType> <xs:attributeGroup ref="attrs"/> <xs:attributeGroup ref="focus"/> <xs:attribute name="shape" default="rect" type="Shape"/> <xs:attribute name="coords" type="Coords"/> <xs:attribute name="href" type="URI"/> <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" type="Text"/> </xs:complexType> </xs:element> |