xforms:model
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..1]
- xforms:instance [0..*] instance container.
- xsd:schema [0..*]
- xforms:submission [0..*] submit info container.
- xforms:bind [0..*] Definition of bind container.
- Choice [0..*]
- xforms:action [0..*]
- xforms:dispatch [0..*]
- xforms:rebuild [0..*]
- xforms:recalculate [0..*]
- xforms:revalidate [0..*]
- xforms:refresh [0..*]
- xforms:setfocus [0..*]
- xforms:load [0..*]
- xforms:setvalue [0..*]
- xforms:send [0..*]
- xforms:reset [0..*]
- xforms:insert [0..*]
- xforms:delete [0..*]
- xforms:setindex [0..*]
- xforms:toggle [0..*]
- xforms:message [0..*]
from group xforms:Action
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group xforms:Common.Attributes | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict | from group xforms:Common.Attributes | |
ev:event | [0..1] | xsd:NMTOKEN | from group xforms:XML.Events | |
ev:observer | [0..1] | xsd:IDREF | from group xforms:XML.Events | |
ev:target | [0..1] | xsd:IDREF | from group xforms:XML.Events | |
ev:handler | [0..1] | xsd:anyURI | from group xforms:XML.Events | |
ev:phase | [0..1] | Anonymous | Default value is "default". from group xforms:XML.Events | |
ev:propagate | [0..1] | Anonymous | Default value is "continue". from group xforms:XML.Events | |
ev:defaultAction | [0..1] | Anonymous | Default value is "perform". from group xforms:XML.Events | |
functions | [0..1] | xforms:QNameList | ||
schema | [0..1] | xforms:anyURIList | ||
version | [0..1] | xforms:versionList |
Sample instance
<xforms:model> <xforms:instance> <!--any element--> </xforms:instance> </xforms:model>