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

Documentation
Properties
This component is not nillable.

Model
<complexContent
  id = xs:ID
  mixed = xs:boolean
  {any attribute from any other namespace than current namespace}>
annotation? (restriction | extension)
</complexContent>


Nested Element Summary
 annotation
          
xs:extensionTypeextension
          
xs:complexRestrictionTyperestriction
          

Attribute Summary
 xs:IDid
          
 xs:booleanmixed
           Overrides any setting on complexType parent. 

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

mixed

Overrides any setting on complexType parent.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Local Usage
complexTypeModel

Source
<xs:element id="complexContent" name="complexContent">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:choice>
<xs:element name="restriction" type="xs:complexRestrictionType"/>
<xs:element name="extension" type="xs:extensionType"/>
</xs:choice>
<xs:attribute name="mixed" type="xs:boolean">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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