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

Documentation
Properties
This component is not nillable.

Model
<complexType
  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?))) )
</complexType>


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

Local Usage
localComplexType, redefinable, topLevelComplexType

Source
<xs:element id="complexType" name="complexType" type="xs:topLevelComplexType">
</xs:element>


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