<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 |