%If(%==(%KeyType,PK)){PK_}
%If(%==(%Substr(%KeyType,1,2),IF)){FK_}
%If(%==(%Substr(%KeyType,1,2),IE)){IX_}
%If(%==(%Substr(%KeyType,1,2),AK)){AK_}
%TableName
%If(%Not(%==(%KeyType,PK))){_%Substr(%KeyType,3)}