Definition Type: ComplexType
Name: group
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd: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 XForms)
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 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)
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'
Collapse Derivation Tree:
Collapse References:
xsd:explicitGroup, xsd:realGroup