complexType simpleType
diagram index_p925.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:annotated
properties
base xs:annotated
abstract true
children xs:annotation xs:restriction xs:list xs:union
used by
complexTypes localSimpleType topLevelSimpleType
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
finalxs:simpleDerivationSet      
namexs:NCName      
documentation

              Can be restricted to required or forbidden
           
source <xs:complexType name="simpleType" abstract="true">
 
<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:annotation>
         
<xs:documentation>
              Can be restricted to required or forbidden
           
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute simpleType/@final
type xs:simpleDerivationSet
properties
isRef 0
source <xs:attribute name="final" type="xs:simpleDerivationSet"/>

attribute simpleType/@name
type xs:NCName
properties
isRef 0
annotation
documentation

              Can be restricted to required or forbidden
           
source <xs:attribute name="name" type="xs:NCName">
 
<xs:annotation>
   
<xs:documentation>
              Can be restricted to required or forbidden
           
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy