QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
bubbles | xs:boolean | true | optional | |||
cancelable | xs:boolean | true | optional | |||
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 | ||||
id | xs:ID | optional | ||||
name | xs:NMTOKEN | required | ||||
target | xs:IDREF | required | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms' |
Element Group | xforms:Action |
<xsd:element name="dispatch"> <xsd:complexType> <xsd:attributeGroup ref="xforms:Common.Attributes"/> <xsd:attribute name="name" type="xsd:NMTOKEN" use="required"/> <xsd:attribute name="target" type="xsd:IDREF" use="required"/> <xsd:attribute name="bubbles" type="xsd:boolean" use="optional" default="true"/> <xsd:attribute name="cancelable" type="xsd:boolean" use="optional" default="true"/> <xsd:attributeGroup ref="xforms:XML.Events"/> </xsd:complexType> </xsd:element> |