QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
accesskey | Character | optional | ||||
charset | Charset | optional | ||||
class | optional | |||||
coords | Coords | optional | ||||
dir | restriction of xs:token | optional | ||||
href | URI | optional | ||||
hreflang | XHTMLLanguageCode | optional | ||||
id | xs:ID | optional | ||||
lang | XHTMLLanguageCode | optional | ||||
name | xs:NMTOKEN | optional | ||||
onblur | Script | optional | ||||
onfocus | Script | optional | ||||
rel | LinkTypes | optional | ||||
rev | LinkTypes | optional | ||||
shape | Shape | rect | optional | |||
style | StyleSheet | optional | ||||
tabindex | XHTMLNumber | optional | ||||
title | XHTMLText | optional | ||||
type | XHTMLContentType | optional |
Complex Types | pre.content, ruby.content |
Elements | pre, rb, rt |
<xs:element name="a" substitutionGroup="inline"> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="a.content"> <xs:attributeGroup ref="a.attlist"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |