xs:derivationSet

A utility type, not for public use

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

Simple Type Information

Used By

Source

<xs:simpleType name="derivationSet">
  <xs:annotation>
    <xs:documentation>A utility type, not for public use</xs:documentation>
    <xs:documentation>#all or (possibly empty) subset of {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 itemType="xs:reducedDerivationControl"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>