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

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}reducedDerivationControl (restriction)

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

Model

('extension' | 'restriction')

Source
<xs:simpleType name="reducedDerivationControl">
<xs:restriction base="xs:derivationControl">
<xs:enumeration value="extension"/>
<xs:enumeration value="restriction"/>
</xs:restriction>
</xs:simpleType>


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