complexType "xs:topLevelAttribute"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 2 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, attr. wildcard, 2 elements; 4 attr. prohibitions
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:QName
 = 
xs:string
 = 
xs:string
 = 
xs:NCName
 = 
xs:boolean
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:attribute (restriction)
              xs:topLevelAttribute
XML Source (see within schema source)
<xs:complexType name="topLevelAttribute">
<xs:complexContent>
<xs:restriction base="xs:attribute">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:element minOccurs="0" name="simpleType" 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="targetNamespace" use="prohibited"/>
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:attribute name="inheritable" type="xs:boolean"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 7/11)
form
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="form" use="prohibited"/>

inheritable
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="inheritable" type="xs:boolean"/>

name
Type:
xs:NCName, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="name" type="xs:NCName" use="required"/>

ref
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="ref" use="prohibited"/>

targetNamespace
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="targetNamespace" use="prohibited"/>

use
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="use" use="prohibited"/>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

xs:simpleType
Type:
xs:localSimpleType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" name="simpleType" type="xs:localSimpleType"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.