Definition Type: ComplexType
Name: topLevelSimpleType
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:simpleType
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into union in schema xmlschema_xsd Drilldown into list in schema xmlschema_xsd Drilldown into restriction in schema xmlschema_xsd Drilldown into simpleDerivation in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into simpleDerivation in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsd Drilldown into final in schema xmlschema_xsdXSD Diagram of topLevelSimpleType in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:complexType name="topLevelSimpleType">
    <xs:complexContent>
        <xs:restriction base="xs:simpleType">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
                <xs:group ref="xs:simpleDerivation" />
            </xs:sequence>
            <xs:attribute name="name" use="required" type="xs:NCName">
                <xs:annotation>
                    <xs:documentation>
              Required at the top level
            </xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
restriction xsd:restriction (1) (1)
list xsd:list (1) (1)
union xsd:union (1) (1)
annotation xsd:annotation 0 (1)
<xs:group> xsd:simpleDerivation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
final xsd:final (Optional)
name xsd:name Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd:simpleType