
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| align | restriction of xs:token | optional | |||||
| class | xs:NMTOKENS | optional | |||||
| dir | restriction of xs:token | optional | |||||
| id | xs:ID | optional | |||||
| lang | LanguageCode | optional | |||||
| noshade | restriction of xs:token | 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 | |||||
| size | Pixels | optional | |||||
| style | StyleSheet | optional | |||||
| title | Text | optional | |||||
| width | Length | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
 | 
| Element Group | blocktext | 
| <xs:element name="hr"> <xs:complexType> <xs:attributeGroup ref="attrs"/> <xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="noshade"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="noshade"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="size" type="Pixels"/> <xs:attribute name="width" type="Length"/> </xs:complexType> </xs:element> |