Definition Type: Group
Name: typeDefParticle
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
'complexType' uses this
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 group in schema xmlschema_xsdXSD Diagram of typeDefParticle in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:group name="typeDefParticle">
    <xs:annotation>
        <xs:documentation>
   'complexType' uses this</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="group" type="xs:groupRef" />
        <xs:element ref="xs:all" />
        <xs:element ref="xs:choice" />
        <xs:element ref="xs:sequence" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
group xs:group (1) (1)
all xs:all (1) (1)
choice xs:choice (1) (1)
sequence xs:sequence (1) (1)