<xs:simpleType name="ST_AndOr" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="ST_String"> <xs:enumeration value="and" /> <xs:enumeration value="or" /> </xs:restriction> </xs:simpleType>