Definition Type: ComplexType
Name: topLevelAttribute
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:attribute
Containing Schema: XMLSchema.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into name Drilldown into use Drilldown into form Drilldown into ref Drilldown into simpleType Drilldown into annotation Drilldown into form Drilldown into fixed Drilldown into default Drilldown into use Drilldown into type Drilldown into ref Drilldown into name Drilldown into simpleType Drilldown into id Drilldown into annotation Drilldown into openAttrs Drilldown into annotated Drilldown into attributeXSD Diagram of topLevelAttribute
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 xsd:annotation 0 (1)
simpleType xsd:simpleType 0 (1)
annotation xsd:annotation 0 (1)
simpleType xsd:simpleType 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
type xsd:type (Optional)
default xsd:default (Optional)
fixed xsd:fixed (Optional)
ref xsd:ref Prohibited
form xsd:form Prohibited
use xsd:use Prohibited
name xsd:name Required
<anyAttribute> ##other
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
xsd:attribute
Collapse Comments:
blog comments powered by Disqus