ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

blockSet

Annotation
Documentation

A utility type, not for public use

#all or (possibly empty) subset of {substitution, extension, restriction}

 

Schema

<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>