simpleType "xs:derivationControl"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"substitution", "extension", "restriction", "list", "union"

Known Direct Subtypes (4):
xs:blockSet, xs:simpleDerivationSet,
Known Indirect Subtypes (2):
xs:derivationSet, xs:fullDerivationSet
All Direct / Indirect Based Attributes (7):
xs:complexType/@block, xs:schema/@blockDefault,
Known Usage Locations
Annotation
A utility type, not for public use
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:NMTOKEN (restriction)
                  xs:derivationControl
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"substitution", "extension", "restriction", "list", "union"
XML Source (w/o annotations (1); see within schema 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>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.