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

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

Properties
This component is not nillable.

Model
<...
  final = xs:simpleDerivationSet
  id = xs:ID
  name = xs:NCName
  {any attribute from any other namespace than current namespace}>
annotation? (restriction | list | union)
</...>


Nested Element Summary
 annotation
          
 list
          
 restriction
          
 union
          

Attribute Summary
 xs:simpleDerivationSetfinal
          
 xs:IDid
          
 xs:NCNamename
           Can be restricted to required or forbidden  

Attribute Detail

final

Type:
xs:simpleDerivationSet
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Can be restricted to required or forbidden

Type:
xs:NCName
Use:
optional
Form:
unqualified

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

Implementors
simpleType

Local Usage
localSimpleType, redefinable, topLevelSimpleType

Source
<xs:complexType abstract="true" mixed="false" name="simpleType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:simpleDerivation"/>
<xs:attribute name="final" type="xs:simpleDerivationSet"/>
<xs:attribute name="name" type="xs:NCName">
</xs:attribute>
</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.