simpleType "xs:blockSet"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
"#all" | list of ("extension" | "restriction" | "substitution")
All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Annotation 1 [src]:
A utility type, not for public use
Annotation 2 [src]:
#all or (possibly empty) subset of {substitution, extension,
restriction}
Type Definition Detail
Type Derivation Tree
union of (restriction of xs:token | list of restriction of xs:derivationControl)
  xs:blockSet
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "#all"
  2. anonymous simpleType:
    Derivation:
    list of anonymous simpleType
    Anonymous simpleType
    Derivation:
    restriction of xs:derivationControl
    Facets:
    enumeration:
    "extension", "restriction", "substitution"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="blockSet">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="#all"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:derivationControl">
<xs:enumeration value="extension"/>
<xs:enumeration value="restriction"/>
<xs:enumeration value="substitution"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:union>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.