http://www.w3.org/2001/XMLSchema
complexType topLevelComplexType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}complexType (extension)
|
+--{http://www.w3.org/2001/XMLSchema}topLevelComplexType (restriction)

Properties
This component is not nillable.

Model
<...
  abstract = xs:boolean : false
  block = xs:derivationSet
  final = xs:derivationSet
  id = xs:ID
  mixed = xs:boolean : false
  name = xs:NCName
  {any attribute from any other namespace than current namespace}>
(annotation?, (simpleContent | complexContent | ((group | all | choice | sequence)? , ((attribute | attributeGroup)* , anyAttribute?))) )
</...>


Nested Element Summary
 all
          
 annotation
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          
 choice
          
 complexContent
          
xs:groupRefgroup
          
 sequence
          
 simpleContent
          

Attribute Summary
 xs:booleanabstract
          
 xs:derivationSetblock
          
 xs:derivationSetfinal
          
 xs:IDid
          
 xs:booleanmixed
          Not allowed if simpleContent child is chosen. 
 xs:NCNamename
          

Attribute Detail

abstract

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

block

Type:
xs:derivationSet
Use:
optional
Form:
unqualified

final

Type:
xs:derivationSet
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

mixed

Not allowed if simpleContent child is chosen. May be overriden by setting on complexContent child.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
required
Form:
unqualified

Source
<xs:complexType mixed="false" 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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.