xforms:select
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-11-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xforms:label [1..1]
- Choice [1..1]
- xforms:item [1..*]
- xforms:itemset [1..*]
- xforms:choices [1..*]
- Sequence [0..*]
- Choice [0..*]
from group xforms:List.UI.Commonfrom 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: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 | |
selection | [0..1] | Anonymous | Default value is "closed". | |
incremental | [0..1] | xsd:boolean | Default value is "true". |
Used in
- Group xforms:Core.Form.Controls
- Anonymous type of element xforms:case via reference to xforms:Core.Form.Controls
- Anonymous type of element xforms:group via reference to xforms:Core.Form.Controls
- Anonymous type of element xforms:repeat via reference to xforms:Core.Form.Controls
Sample instance
<xforms:select> <xforms:label>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> <xforms:mediatype/> <xforms:help>Any text, intermingled with:... </xforms:help> </xforms:output> </xforms:label> <xforms:item> <xforms:label>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:label> <xforms:value>string</xforms:value> <xforms:help>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:help> </xforms:item> <xforms:help>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with:... </xforms:label> <xforms:mediatype/> <xforms:help>Any text, intermingled with:... </xforms:help> </xforms:output> </xforms:help> </xforms:select>