xforms:repeat
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-11-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..1]
- xforms:input [0..*]
- xforms:secret [0..*]
- xforms:textarea [0..*]
- xforms:output [0..*]
- xforms:upload [0..*]
- xforms:select1 [0..*]
- xforms:select [0..*]
- xforms:range [0..*]
- xforms:submit [0..*]
- xforms:trigger [0..*]
- Choice [0..*]
- xforms:action [0..*]
- xforms:setvalue [0..*]
- xforms:insert [0..*]
- xforms:delete [0..*]
- xforms:setindex [0..*]
- xforms:toggle [0..*]
- xforms:setfocus [0..*]
- xforms:dispatch [0..*]
- xforms:rebuild [0..*]
- xforms:recalculate [0..*]
- xforms:revalidate [0..*]
- xforms:refresh [0..*]
- xforms:reset [0..*]
- xforms:load [0..*]
- xforms:send [0..*]
- xforms:message [0..*]
from group xforms:Core.Form.Controlsfrom group xforms:Container.Form.Controlsfrom 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 | |
model | [0..1] | xsd:IDREF | from group xforms:Nodeset.Binding.Attributes | |
nodeset | [0..1] | xforms:XPathExpression | from group xforms:Nodeset.Binding.Attributes | |
bind | [0..1] | xsd:IDREF | from group xforms:Nodeset.Binding.Attributes | |
appearance | [0..1] | xforms:appearanceType | from group xforms:UI.Common.Attrs | |
startindex | [0..1] | xsd:positiveInteger | ||
number | [0..1] | xsd:nonNegativeInteger |
Used in
- Group xforms:Container.Form.Controls
- Anonymous type of element xforms:case via reference to xforms:Container.Form.Controls
- Anonymous type of element xforms:group via reference to xforms:Container.Form.Controls
- Anonymous type of element xforms:repeat via reference to xforms:Container.Form.Controls
Sample instance
<xforms:repeat> <xforms:input> <xforms:label>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:label> <xforms:help>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:help> </xforms:input> </xforms:repeat>