Definition Type: ComplexType
Name: explicitGroup
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:group
Containing Schema: XMLSchema.xsd
Abstract
Documentation:
group type for the three kinds of group
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 group in schema xmlschema_xsd Drilldown into element in schema xmlschema_xsd Drilldown into nestedParticle in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into particle in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into maxOccurs in schema xmlschema_xsd Drilldown into minOccurs in schema xmlschema_xsd Drilldown into ref in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsdXSD Diagram of explicitGroup in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:complexType name="explicitGroup">
    <xs:annotation>
        <xs:documentation>
   group type for the three kinds of group</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:restriction base="xs:group">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
                <xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
            <xs:attribute name="name" type="xs:NCName" use="prohibited" />
            <xs:attribute name="ref" type="xs:QName" use="prohibited" />
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </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)
annotation xs:annotation 0 (1)
element xs:element (1) (1)
group xs:group (1) (1)
choice xs:choice (1) (1)
sequence xs:sequence (1) (1)
any xs:any (1) (1)
<xs:group> xs:nestedParticle 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
minOccurs xs:minOccurs 1 Optional
maxOccurs xs:maxOccurs 1 Optional
name xs:name Prohibited
ref xs:ref Prohibited
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xs:all, xs:choice, xs:sequencexs:simpleExplicitGroup,