QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
accesskey | Character | optional | |||||
charset | Charset | optional | |||||
class | xs:string | optional | |||||
dir | restriction of xs:NMTOKEN | optional | |||||
href | URI | optional | |||||
hreflang | LanguageCode | optional | |||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
onclick | Script | optional | |||||
ondblclick | 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 | |||||
rel | LinkTypes | optional | |||||
rev | LinkTypes | optional | |||||
style | CDATA | optional | |||||
tabindex | Number | optional | |||||
title | xs:string | optional | |||||
type | ContentType | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
xml:space | restriction of xs:NCName | preserve | optional |
Attribute Group | xhtml.a.attlist |
<xs:attributeGroup name="xhtml.a.attlist"> <xs:attributeGroup ref="xhtml.Common.attrib"/> <xs:attribute name="href" type="xh11d:URI"/> <xs:attribute name="charset" type="xh11d:Charset"/> <xs:attribute name="type" type="xh11d:ContentType"/> <xs:attribute name="hreflang" type="xh11d:LanguageCode"/> <xs:attribute name="rel" type="xh11d:LinkTypes"/> <xs:attribute name="rev" type="xh11d:LinkTypes"/> <xs:attribute name="accesskey" type="xh11d:Character"/> <xs:attribute name="tabindex" type="xh11d:Number"/> </xs:attributeGroup> |