QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
alt | XHTMLText | required | ||||
class | optional | |||||
coords | Coords | optional | ||||
dir | restriction of xs:token | optional | ||||
href | URI | optional | ||||
id | xs:ID | optional | ||||
lang | XHTMLLanguageCode | optional | ||||
nohref | restriction of xs:token | optional | ||||
shape | Shape | rect | optional | |||
style | StyleSheet | optional | ||||
title | XHTMLText | optional |
Element | area |
<xs:attributeGroup name="area.attlist"> <xs:attributeGroup ref="attrs"/> <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="XHTMLText"/> </xs:attributeGroup> |