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

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)

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

Model

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

Sub Types
{http://www.w3.org/2001/XMLSchema}derivationControl (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}reducedDerivationControl (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}typeDerivationControl (restriction)

Local Usage
blockSet, reducedDerivationControl, simpleDerivationSet, typeDerivationControl

Source
<xs:simpleType name="derivationControl">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="substitution"/>
<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.