<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> |