| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| 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 | |||||
| media | MediaDesc | 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 | |||||
| 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.link.attlist |
<xs:attributeGroup name="xhtml.link.attlist"> <xs:attributeGroup ref="xhtml.Common.attrib"/> <xs:attribute name="charset" type="xh11d:Charset"/> <xs:attribute name="href" type="xh11d:URI"/> <xs:attribute name="hreflang" type="xh11d:LanguageCode"/> <xs:attribute name="type" type="xh11d:ContentType"/> <xs:attribute name="rel" type="xh11d:LinkTypes"/> <xs:attribute name="rev" type="xh11d:LinkTypes"/> <xs:attribute name="media" type="xh11d:MediaDesc"/> </xs:attributeGroup> |