complexType "xs:topLevelComplexType"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 10 elements
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, attr. wildcard, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NCName
 = 
xs:boolean : "false"
 = 
xs:boolean : "false"
 = 
("#all" | list of ("extension" | "restriction"))
 = 
("#all" | list of ("extension" | "restriction"))
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:simpleContent | xs:complexContent | ((xs:group | xs:all | xs:choice | xs:sequence)?, (xs:attribute | xs:attributeGroup)*, xs:anyAttribute?))
</...>
All Direct / Indirect Based Elements (1):
xs:complexType
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:complexType (restriction)
              xs:topLevelComplexType
XML Source (see within schema source)
<xs:complexType name="topLevelComplexType">
<xs:complexContent>
<xs:restriction base="xs:complexType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:complexTypeModel"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/7)
name
Type:
Use:
required
XML Source (see within schema source)
<xs:attribute name="name" type="xs:NCName" use="required"/>

{any attribute with 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; 1/10)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.