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

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}localComplexType (restriction)

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  mixed = xs:boolean : false
  {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:IDid
          
 xs:booleanmixed
          Not allowed if simpleContent child is chosen. 

Attribute Detail

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

Local Usage
element, localElement, narrowMaxMin, topLevelElement

Source
<xs:complexType mixed="false" name="localComplexType">
<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" use="prohibited"/>
<xs:attribute name="abstract" use="prohibited"/>
<xs:attribute name="final" use="prohibited"/>
<xs:attribute name="block" use="prohibited"/>
<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.