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

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}string (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}normalizedString (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}token (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}NMTOKEN (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}derivationControl (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}typeDerivationControl (restriction)

Documentation
   A utility type, not for public use
Properties
This component is not nillable.

Model

('extension' | 'restriction' | 'list' | 'union')

Source
<xs:simpleType name="typeDerivationControl">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.