simpleType typeDerivationControl
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:derivationControl
used by
simpleType fullDerivationSet
facets
Kind Value annotation 
enumeration extension 
enumeration restriction 
enumeration list 
enumeration union 
annotation
documentation

   A utility type, not for public use
source <xs:simpleType name="typeDerivationControl">
 
<xs:annotation>
   
<xs:documentation>
   A utility type, not for public use
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:derivationControl">
   
<xs:enumeration value="extension"/>
   
<xs:enumeration value="restriction"/>
   
<xs:enumeration value="list"/>
   
<xs:enumeration value="union"/>
 
</xs:restriction>
</xs:simpleType>


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