Definition Type: Group
Name: allModel
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
Drilldown into element in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsdXSD Diagram of allModel in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:group name="allModel">
    <xs:sequence>
        <xs:element ref="xs:annotation" minOccurs="0" />
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>This choice with min/max is here to
                          avoid a pblm with the Elt:All/Choice/Seq
                          Particle derivation constraint</xs:documentation>
            </xs:annotation>
            <xs:element name="element" type="xs:narrowMaxMin" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
element xsd:element (1) (1)