xforms:repeat

Element Information

Model

Attributes

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

Used By

Source

<xsd:element name="repeat">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:sequence minOccurs="0" maxOccurs="unbounded">
        <xsd:choice>
          <xsd:group ref="xforms:Form.Controls"/>
          <xsd:element ref="xforms:group"/>
          <xsd:element ref="xforms:switch"/>
          <xsd:element ref="xforms:repeat"/>
          <!-- containing document language to add additional allowed content here -->
        </xsd:choice>
      </xsd:sequence>
    </xsd:sequence>
    <xsd:attributeGroup ref="xforms:Common.Attributes"/>
    <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
    <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
    <xsd:attribute name="startindex" type="xsd:positiveInteger"/>
    <xsd:attribute name="number" type="xsd