Definition Type: ComplexType
Name: realGroup
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:group
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sequence in schema xmlschema_xsd Drilldown into choice in schema xmlschema_xsd Drilldown into all in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into particle in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into maxOccurs in schema xmlschema_xsd Drilldown into minOccurs in schema xmlschema_xsd Drilldown into ref in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsdXSD Diagram of realGroup in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:complexType name="realGroup">
    <xs:complexContent>
        <xs:restriction base="xs:group">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
                <xs:choice minOccurs="0" maxOccurs="1">
                    <xs:element ref="xs:all" />
                    <xs:element ref="xs:choice" />
                    <xs:element ref="xs:sequence" />
                </xs:choice>
            </xs:sequence>
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
element xsd:element (1) (1)
group xsd:group (1) (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)
any xsd:any (1) (1)
annotation xsd:annotation 0 (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
name xsd:name (Optional)
ref xsd:ref (Optional)
minOccurs xsd:minOccurs 1 Optional
maxOccurs xsd:maxOccurs 1 Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd:groupRef, xsd:namedGroup