Definition Type: ComplexType
Name: group
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:annotated
Containing Schema: XMLSchema.xsd
Abstract True
Documentation:
group type for explicit groups, named top-level groups and group references
Collapse XSD Schema Diagram:
Drilldown into any in schema xmlschema_xsd 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_xsd Drilldown into element in schema xmlschema_xsd Drilldown into particle in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into annotated in schema xmlschema_xsd Drilldown into maxOccurs in schema xmlschema_xsd Drilldown into minOccurs in schema xmlschema_xsd Drilldown into occurs in schema xmlschema_xsd Drilldown into ref in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsd Drilldown into defRef in schema xmlschema_xsdXSD Diagram of group in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:complexType name="group" abstract="true">
    <xs:annotation>
        <xs:documentation>
   group type for explicit groups, named top-level groups and
   group references</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="xs:annotated">
            <xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded" />
            <xs:attributeGroup ref="xs:defRef" />
            <xs:attributeGroup ref="xs:occurs" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xs:annotation 0 (1)
element xs:element (1) (1)
group xs:group (1) (1)
all xs:all (1) (1)
choice xs:choice (1) (1)
sequence xs:sequence (1) (1)
any xs:any (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
name xs:name (Optional)
ref xs:ref (Optional)
minOccurs xs:minOccurs 1 Optional
maxOccurs xs:maxOccurs 1 Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xs:explicitGroup, xs:realGroup