simpleType blockSet
namespace http://www.w3.org/2001/XMLSchema
type union of (restriction of xs:token, list of (restriction of xs:derivationControl))
used by
attributes element/@block schema/@blockDefault
annotation
documentation

    A utility type, not for public use
documentation

    #all or (possibly empty) subset of {substitution, extension,
    restriction}
source <xs:simpleType name="blockSet">
 
<xs:annotation>
   
<xs:documentation>
    A utility type, not for public use
</xs:documentation>
   
<xs:documentation>
    #all or (possibly empty) subset of {substitution, extension,
    restriction}
</xs:documentation>
 
</xs:annotation>
 
<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 by
XMLSpy Schema Editor http://www.altova.com/xmlspy