http://www.w3.org/2001/XMLSchema
group complexTypeModel

Documentation
   This branch is short for
   <complexContent>
   <restriction base="xs:anyType">
   ...
   </restriction>
   </complexContent>
Properties
This component is not nillable.

Model

(simpleContent | complexContent | ((group | all | choice | sequence)? , ((attribute | attributeGroup)* , anyAttribute?)))


Nested Element Summary
 all
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          
 choice
          
 complexContent
          
xs:groupRefgroup
          
 sequence
          
 simpleContent
          
Local Usage
complexType, localComplexType, topLevelComplexType

Source
<xs:group name="complexTypeModel">
<xs:choice>
<xs:element ref="xs:simpleContent"/>
<xs:element ref="xs:complexContent"/>
<xs:sequence>
<xs:group minOccurs="0" ref="xs:typeDefParticle"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
</xs:choice>
</xs:group>


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