QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ev:defaultAction | restriction of xs:NMTOKEN | optional | ||||
ev:event | xs:NMTOKEN | optional | ||||
ev:handler | xs:anyURI | optional | ||||
ev:observer | xs:IDREF | optional | ||||
ev:phase | restriction of xs:NMTOKEN | optional | ||||
ev:propagate | restriction of xs:NMTOKEN | optional | ||||
ev:target | xs:IDREF | optional |
<xsd:attributeGroup name="XML.Events"> <xsd:attribute ref="ev:event"/> <xsd:attribute ref="ev:observer"/> <xsd:attribute ref="ev:target"/> <xsd:attribute ref="ev:handler"/> <xsd:attribute ref="ev:phase"/> <xsd:attribute ref="ev:propagate"/> <xsd:attribute ref="ev:defaultAction"/> </xsd:attributeGroup> |