| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| 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 |
<xs:attributeGroup name="xhtml.Global.events.attrib"> <xs:attribute ref="onclick"/> <xs:attribute ref="ondblclick"/> <xs:attribute ref="onmousedown"/> <xs:attribute ref="onmouseup"/> <xs:attribute ref="onmouseover"/> <xs:attribute ref="onmousemove"/> <xs:attribute ref="onmouseout"/> <xs:attribute ref="onkeypress"/> <xs:attribute ref="onkeydown"/> <xs:attribute ref="onkeyup"/> </xs:attributeGroup> |