Definition Type: AttributeGroup
Name: events
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
attributes for common UI events onclick a pointer button was clicked ondblclick a pointer button was double clicked onmousedown a pointer button was pressed down onmouseup a pointer button was released onmousemove a pointer was moved onto the element onmouseout a pointer was moved away from the element onkeypress a key was pressed and released onkeydown a key was pressed down onkeyup a key was released
Collapse XSD Schema Diagram:
Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsdXSD Diagram of events in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:attributeGroup name="events">
    <xs:annotation>
        <xs:documentation>
      attributes for common UI events
      onclick     a pointer button was clicked
      ondblclick  a pointer button was double clicked
      onmousedown a pointer button was pressed down
      onmouseup   a pointer button was released
      onmousemove a pointer was moved onto the element
      onmouseout  a pointer was moved away from the element
      onkeypress  a key was pressed and released
      onkeydown   a key was pressed down
      onkeyup     a key was released
      </xs:documentation>
    </xs:annotation>
    <xs:attribute name="onclick" type="Script" />
    <xs:attribute name="ondblclick" type="Script" />
    <xs:attribute name="onmousedown" type="Script" />
    <xs:attribute name="onmouseup" type="Script" />
    <xs:attribute name="onmouseover" type="Script" />
    <xs:attribute name="onmousemove" type="Script" />
    <xs:attribute name="onmouseout" type="Script" />
    <xs:attribute name="onkeypress" type="Script" />
    <xs:attribute name="onkeydown" type="Script" />
    <xs:attribute name="onkeyup" type="Script" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)