xforms:group
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xforms:label [0..1]
- Choice [1..1]
- Choice [0..*]
- xforms:help [0..*]
- xforms:hint [0..*]
- xforms:alert [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 - xforms:input [0..*]
- xforms:textarea [0..*]
- xforms:secret [0..*]
- xforms:output [0..*]
- xforms:upload [0..*]
- xforms:select1 [0..*]
- xforms:select [0..*]
- xforms:range [0..*]
- xforms:submit [0..*]
- xforms:trigger [0..*]
- xforms:group [0..*]
- xforms:switch [0..*]
- xforms:repeat [0..*]
from group xforms:UI.Commonfrom group xforms:Form.Controls - Choice [0..*]
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 | |
model | [0..1] | xsd:IDREF | from group xforms:Single.Node.Binding.Attributes | |
ref | [0..1] | xforms:XPathExpression | from group xforms:Single.Node.Binding.Attributes | |
bind | [0..1] | xsd:IDREF | from group xforms:Single.Node.Binding.Attributes | |
appearance | [0..1] | xforms:appearanceType | from group xforms:UI.Common.Attrs |
Used in
- Anonymous type of element xforms:case
- Anonymous type of element xforms:group
- Anonymous type of element xforms:repeat
Sample instance
<xforms:group> <xforms:label>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> </xforms:output> </xforms:label> <xforms:help>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> </xforms:output> </xforms:help> </xforms:group>