Definition Type: ComplexType
Name: topLevelAttribute
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:attribute
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into simpleType in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into form in schema xmlschema_xsd Drilldown into fixed in schema xmlschema_xsd Drilldown into default in schema xmlschema_xsd Drilldown into use in schema xmlschema_xsd Drilldown into type in schema xmlschema_xsd Drilldown into ref in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsdXSD Diagram of topLevelAttribute in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:complexType name="topLevelAttribute">
    <xs:complexContent>
        <xs:restriction base="xs:attribute">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
                <xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType" />
            </xs:sequence>
            <xs:attribute name="ref" use="prohibited" />
            <xs:attribute name="form" use="prohibited" />
            <xs:attribute name="use" use="prohibited" />
            <xs:attribute name="name" use="required" type="xs:NCName" />
            <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)
simpleType xs:simpleType 0 (1)
annotation xs:annotation 0 (1)
simpleType xs:simpleType 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
type xs:type (Optional)
default xs:default (Optional)
fixed xs:fixed (Optional)
ref xs:ref Prohibited
form xs:form Prohibited
use xs:use Prohibited
name xs:name Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xs:attribute