Definition Type: Element
Name: choices
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into itemset in schema xforms-schema_xsd Drilldown into item in schema xforms-schema_xsd Drilldown into choices in schema xforms-schema_xsd Drilldown into label in schema xforms-schema_xsd Drilldown into id in schema xforms-schema_xsd Drilldown into Common.Attributes in schema xforms-schema_xsdXSD Diagram of choices in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:element name="choices">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="xforms:label" minOccurs="0" />
            <xsd:sequence maxOccurs="unbounded">
                <xsd:choice>
                    <xsd:element ref="xforms:choices" />
                    <xsd:element ref="xforms:item" />
                    <xsd:element ref="xforms:itemset" />
                </xsd:choice>
            </xsd:sequence>
        </xsd:sequence>
        <xsd:attributeGroup ref="xforms:Common.Attributes" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
label xforms:label 0 (1)
choices xforms:choices (1) (1)
item xforms:item (1) (1)
itemset xforms:itemset (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xforms:id Optional
<anyAttribute> Allowed namespace: '##other'