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 XForms)
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 xsd:group (1) (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)