<xs:simpleType name="cancerType"> <xs:restriction base="xs:string"> <xs:enumeration value="glioma"/> <xs:enumeration value="glioblastoma"/> <xs:enumeration value="nephroblastoma"/> <xs:enumeration value="lung"/> <xs:enumeration value="breast"/> <xs:enumeration value="generic"/> </xs:restriction> </xs:simpleType> |