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

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

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
           Required at the top level  

Attribute Detail

final

Type:
xs:simpleDerivationSet
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Required at the top level

Type:
xs:NCName
Use:
required
Form:
unqualified

Source
<xs:complexType mixed="false" name="topLevelSimpleType">
<xs:complexContent>
<xs:restriction base="xs:simpleType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:simpleDerivation"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="required">
</xs:attribute>
<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.