xforms:repeat
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..1]
- 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:Form.Controls
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
- Anonymous type of element xforms:case
- Anonymous type of element xforms:group
- Anonymous type of element xforms:repeat
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>