listString will be your array xdm path and you are comparing the first parameter against the whole array (listString). If you need to check for non existence of more than one value, you can use the following syntax not(in( 'DFC', <ListString> )) and not(in( 'XYZ', <ListString> )