<xs:simpleType name="ComparisonOperators" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="IS" /> <xs:enumeration value="IS_NOT" /> </xs:restriction> </xs:simpleType>