Definition Type: Group
Name: redefinable
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
This group is for the elements which can self-redefine (see <redefine> below).
Collapse XSD Schema Diagram:
Drilldown into attributeGroup in schema xmlschema_xsd Drilldown into group in schema xmlschema_xsd Drilldown into complexType in schema xmlschema_xsd Drilldown into simpleType in schema xmlschema_xsdXSD Diagram of redefinable in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:group name="redefinable">
    <xs:annotation>
        <xs:documentation>
   This group is for the
   elements which can self-redefine (see &lt;redefine&gt; below).</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element ref="xs:simpleType" />
        <xs:element ref="xs:complexType" />
        <xs:element ref="xs:group" />
        <xs:element ref="xs:attributeGroup" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
simpleType xsd:simpleType (1) (1)
complexType xsd:complexType (1) (1)
group xsd:group (1) (1)
attributeGroup xsd:attributeGroup (1) (1)