attributeGroup events
namespace http://www.w3.org/1999/xhtml
used by
elements bdo map
attributeGroup attrs
attributes
Name  Type  Use  Default  Fixed  annotation
onclickScript      
ondblclickScript      
onmousedownScript      
onmouseupScript      
onmouseoverScript      
onmousemoveScript      
onmouseoutScript      
onkeypressScript      
onkeydownScript      
onkeyupScript      
annotation
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
     
source <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>

attribute events/@onclick
type Script
properties
isRef 0
source <xs:attribute name="onclick" type="Script"/>

attribute events/@ondblclick
type Script
properties
isRef 0
source <xs:attribute name="ondblclick" type="Script"/>

attribute events/@onmousedown
type Script
properties
isRef 0
source <xs:attribute name="onmousedown" type="Script"/>

attribute events/@onmouseup
type Script
properties
isRef 0
source <xs:attribute name="onmouseup" type="Script"/>

attribute events/@onmouseover
type Script
properties
isRef 0
source <xs:attribute name="onmouseover" type="Script"/>

attribute events/@onmousemove
type Script
properties
isRef 0
source <xs:attribute name="onmousemove" type="Script"/>

attribute events/@onmouseout
type Script
properties
isRef 0
source <xs:attribute name="onmouseout" type="Script"/>

attribute events/@onkeypress
type Script
properties
isRef 0
source <xs:attribute name="onkeypress" type="Script"/>

attribute events/@onkeydown
type Script
properties
isRef 0
source <xs:attribute name="onkeydown" type="Script"/>

attribute events/@onkeyup
type Script
properties
isRef 0
source <xs:attribute name="onkeyup" type="Script"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy