Definition Type: Group
Name: schemaTop
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
This group is for the elements which occur freely at the top level of schemas. All of their types are based on the "annotated" type by extension.
Collapse XSD Schema Diagram:
Drilldown into notation in schema xmlschema_xsd Drilldown into attribute in schema xmlschema_xsd Drilldown into element in schema xmlschema_xsd Drilldown into attributeGroup in schema xmlschema_xsd Drilldown into group in schema xmlschema_xsd Drilldown into complexType in schema xmlschema_xsd Drilldown into simpleType in schema xmlschema_xsd Drilldown into redefinable in schema xmlschema_xsdXSD Diagram of schemaTop in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:group name="schemaTop">
    <xs:annotation>
        <xs:documentation>
   This group is for the
   elements which occur freely at the top level of schemas.
   All of their types are based on the "annotated" type by extension.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:group ref="xs:redefinable" />
        <xs:element ref="xs:element" />
        <xs:element ref="xs:attribute" />
        <xs:element ref="xs:notation" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
simpleType xs:simpleType (1) (1)
complexType xs:complexType (1) (1)
group xs:group (1) (1)
attributeGroup xs:attributeGroup (1) (1)
element xs:element (1) (1)
attribute xs:attribute (1) (1)
notation xs:notation (1) (1)
<xs:group> xs:redefinable (1) (1)