xforms:itemset

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bind xs:IDREF optional
id xs:ID optional
model xs:IDREF optional
nodeset xforms:XPathExpression optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms'

Used By

Element Group xforms:List.UI.Common
Element xforms:choices

Source

<xsd:element name="itemset">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xforms:label"/>
      <xsd:choice>
        <xsd:element ref="xforms:value"/>
        <xsd:element ref="xforms:copy"/>
      </xsd:choice>
      <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="xforms:Common.Attributes"/>
    <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
  </xsd:complexType>
</xsd:element>

Sample