Opposite of INSET syntax

Dear All Guru,

I need to know what syntax of Opposite of INSET.

So i use INSET like to skip item that i not required :

skip if(TYPE of $!COLL[$!INDX] INSET (|TMPL|,|GENSEC|,|FITT|, <collect all type except fitting>)

I need to collect some TYPE of ITEM.

Only several item that i need to use. Example i just need to call all fitting and ignoring all type of other.  

i try to use, NEQ before INSET. but it not working. 

skip if(TYPE of $!COLL[$!INDX]  NEQ INSET (|VALV,|REDU|,|TEE|)

Could you please to help me.