<xs:simpleType name="checkActionType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="SALE" /> <xs:enumeration value="OVERRIDE" /> <xs:enumeration value="RETURN" /> </xs:restriction> </xs:simpleType>