diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js
index a2e9888cf830259bd023e441b894afb256e758ae..0d8c94bafb8e57613b7d193ee1f677c562e63eed 100644
--- a/process/KeywordRegistry_basic/process.js
+++ b/process/KeywordRegistry_basic/process.js
@@ -64,8 +64,6 @@ $KeywordRegistry.organisationType = function(){return "OrganisationType";};
 $KeywordRegistry.organisationType$manufacturer = function(){return "ORGMANUF";};
 $KeywordRegistry.organisationType$competitor = function(){return "ORGCOMP";};
 
-$KeywordRegistry.personGender = function(){return "PersonGender";};
-
 $KeywordRegistry.taskStatus = function(){return "TaskStatus";};
 $KeywordRegistry.taskStatus$new = function(){return "NEW";};
 $KeywordRegistry.taskStatus$unassigned = function(){return "UNASSIGNED";};
@@ -240,6 +238,8 @@ $KeywordRegistry.classificationType$organisation = function(){return "Organisati
 
 $KeywordRegistry.personGender = function(){return "PersonGender";};
 $KeywordRegistry.personGender$other = function(){return "o";};
+$KeywordRegistry.personGender$male = function(){return "m";};
+$KeywordRegistry.personGender$female = function(){return "f";};
 
 $KeywordRegistry.permissionCondType = function(){return "PermissionCondType";};
 $KeywordRegistry.permissionAccessType = function(){return "PermissionAccessType";};