<xsd:element name="group">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xforms:label" minOccurs="0" />
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:choice>
<xsd:group ref="xforms:UI.Common" />
<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:Single.Node.Binding.Attributes" />
<xsd:attributeGroup ref="xforms:UI.Common.Attrs" />
</xsd:complexType>
</xsd:element>
|