QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
bind | xs:IDREF | 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 | ||||
level | union of(xforms:QNameButNotNCNAME, restriction of xsd:string) | required | ||||
model | xs:IDREF | optional | ||||
ref | xforms:XPathExpression | optional | ||||
src | xs:anyURI | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms' |
Element Group | xforms:Action |
<xsd:element name="message"> <xsd:complexType mixed="true"> <xsd:group ref="xforms:UI.Inline"/> <xsd:attributeGroup ref="xforms:Common.Attributes"/> <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/> <xsd:attribute name="level" use="required"> <xsd:simpleType> <xsd:union memberTypes="xforms:QNameButNotNCNAME"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ephemeral"/> |