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

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)
|
+--{http://www.w3.org/2001/XMLSchema}simpleExtensionType (restriction)

Documentation
      No typeDefParticle group reference
Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          

Attribute Summary
 xs:QNamebase
          
 xs:IDid
          

Attribute Detail

base

Type:
xs:QName
Use:
required
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
simpleContent

Source
<xs:complexType mixed="false" name="simpleExtensionType">
<xs:complexContent>
<xs:restriction base="xs:extensionType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<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.