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

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}extensionType (extension)

Properties
This component is not nillable.

Model
<...
  base = xs:QName
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
annotation? ((group | all | choice | sequence)? , ((attribute | attributeGroup)* , anyAttribute?) )
</...>


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

Attribute Summary
 xs:QNamebase
          
 xs:IDid
          

Attribute Detail

base

Type:
xs:QName
Use:
required
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Sub Types
{http://www.w3.org/2001/XMLSchema}extensionType (extension)
|
+--{http://www.w3.org/2001/XMLSchema}simpleExtensionType (restriction)

Local Usage
complexContent, simpleExtensionType

Source
<xs:complexType mixed="false" name="extensionType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:group minOccurs="0" ref="xs:typeDefParticle"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:attribute name="base" type="xs:QName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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