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

simpleDerivationSet

Annotation
Documentation

#all or (possibly empty) subset of {restriction, union, list}

A utility type, not for public use

 

Schema

<xs:simpleType name="simpleDerivationSet">
     <xs:union>
          <xs:simpleType>
               <xs:restriction base="xs:token">
                    <xs:enumeration value="#all"/>
               </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
               <xs:restriction base="xs:derivationControl">
                    <xs:enumeration value="list"/>
                    <xs:enumeration value="union"/>
                    <xs:enumeration value="restriction"/>
               </xs:restriction>
          </xs:simpleType>
     </xs:union>
</xs:simpleType>