xhtml.Events.attrib

Attribute Group Information

Attributes

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

Used By

Attribute Group xhtml.Common.extra

Source

<xs:attributeGroup name="xhtml.Events.attrib">
  <xs:attribute name="onclick" type="xh11d:Script"/>
  <xs:attribute name="ondblclick" type="xh11d:Script"/>
  <xs:attribute name="onmousedown" type="xh11d:Script"/>
  <xs:attribute name="onmouseup" type="xh11d:Script"/>
  <xs:attribute name="onmouseover" type="xh11d:Script"/>
  <xs:attribute name="onmousemove" type="xh11d:Script"/>
  <xs:attribute name="onmouseout" type="xh11d:Script"/>
  <xs:attribute name="onkeypress" type="xh11d:Script"/>
  <xs:attribute name="onkeydown" type="xh11d:Script"/>
  <xs:attribute name="onkeyup" type="xh11d:Script"/>
</xs:attributeGroup>