xforms:itemset
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 [1..1]
- Choice [1..1]
- Sequence [0..*]
- Choice [0..*]
from group xforms:UI.Common
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 |
Used in
- Anonymous type of element xforms:choices
- Group xforms:List.UI.Common
- Anonymous type of element xforms:select via reference to xforms:List.UI.Common
- Anonymous type of element xforms:select1 via reference to xforms:List.UI.Common
Sample instance
<xforms:itemset> <xforms:label>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> </xforms:output> </xforms:label> <xforms:value>Any text, intermingled with: <!--any element--> </xforms:value> <xforms:help>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> </xforms:output> </xforms:help> </xforms:itemset>