diff --git a/MAC/Deployment/data/OTDB/Scheduler.comp b/MAC/Deployment/data/OTDB/Scheduler.comp
index dda82f15b1cad946a6eaaee7ffe6c2595a895077..252fa0bbc61a796090eca21fea5486d5b7de7723 100644
--- a/MAC/Deployment/data/OTDB/Scheduler.comp
+++ b/MAC/Deployment/data/OTDB/Scheduler.comp
@@ -5,27 +5,39 @@ node	Scheduler	1.0.0	development	'node constraint'	"Scheduler"
 
 #	name					dir.	type	unit	prun.	vm	value	constr.	descr.
 #--------------------------------------------------------------------------------------------------------
-par taskType				I		text	-		10		0	''		-		""
-par predecessor				I   	uint    -       10  	0	0		-		"predecessor Task ID"
-par predMinTimeDif			I   	text    -		10		0	''		-		"minimal distance to predecessor"
+par antennaMode		I		text	-		10		0	''		-		"antenna mode"
+par CEPProcessingUnits		I		uint	-		10		0	0		-		"CEP processing requirements"
+par clockFrequency		I		text	-		10		0	''		-		"station clock frequency (160MHz/200MHz)"
+par contactEmail				I		text	-		10		0	''		-		"email of contact person"
+par contactName				I		text	-		10		0	''		-		"name of contact person"
+par contactPhone				I		text	-		10		0	''		-		"phone number of contact person"
+par referenceFrame			I		text	-		10		0	''		-		"reference frame (J2000/B1950)"
+par firstPossibleDate		I		text	-		10		0	''		-		"first possible date for scheduling"
+par	fixedDay				I		bool	-		10		0	false	-		"fixes the task to the scheduled day"
+par	fixedTime				I		bool	-		10		0	false	-		"fixes the task to the scheduled time (not day)"
+par lastPossibleDate		I		text	-		10		0	''		-		"last possible date for scheduling"
+par	late				I		bool	-		10		0	false	-		"true takes earliest time in case of ambiguity"
+par	mayNotUnschedule				I		bool	-		10		0	false	-		"if true scheduler will not unschedule this task automatically"
+par nightTimeWeightFactor	I		uint	-		10		0	0		-		"weight factor curve for penalty calculation"
+par	nrOfSubbands			I		uint	-		10		0	0		-		"number of subbands"
+par offlineProcessingUnits	I		uint	-		10		0	0		-		"offline processing requirements"
+par scheduledEnd			I		text	-		10		0	''		-		"the scheduled end date-time"
+par scheduledStart		I		text	-		10		0	''		-		"the scheduled start date-time"
 par predMaxTimeDif			I   	text    -		10		0	''		-		"maximal distance to predecessor"
-par priority				I		flt		-		10		0	0.0		-		""
-par firstPossibleDate		I		text	-		10		0	''		-		""
-par lastPossibleDate		I		text	-		10		0	''		-		""
-par windowMinimumTime		I		text	-		10		0	''		-		""
-par windowMaximumTime		I		text	-		10		0	''		-		""
-par taskDuration			I		text	-		10		0	''		-		""
-par	fixedDay				I		bool	-		10		0	false	-		""
-par	fixedTime				I		bool	-		10		0	false	-		""
-par	taskStatus				I		text	-		10		0	''		-		""
-par unscheduledReason		I		text	-		10		0	''		-		""
-par	nrOfSubbands			I		uint	-		10		0	0		-		""
-par	sources					I		vtext	-		10		0	'[]'	-		""
-par	rightAscention			I		text	-		10		0	''		-		""
-par declination				I		text	-		10		0	''		-		""
-par referenceFrame			I		text	-		10		0	''		-		""
-par nightTimeWeightFactor	I		uint	-		10		0	0		-		""
-par storageUnits			I		int		-		10		0	0		-		""
-par CEPProcessingUnits		I		uint	-		10		0	0		-		""
-par offlineProcessingUnits	I		uint	-		10		0	0		-		""
-par	late					I		bool	-		10		0	false	-		""
+par predMinTimeDif			I   	text    -		10		0	''		-		"minimal distance to predecessor"
+par predecessor				I   	uint    -       10  	0	0		-		"predecessor Task ID"
+par projectName				I		text	-		10		0	''		-		"name of the project"
+par priority				I		flt		-		10		0	0.0		-		"the task priority"
+par referenceFrame			I		text	-		10		0	''		-		"reference frame (J2000 or B1950)"
+par sourceDeclination				I		text	-		10		0	''		-		"source declination"
+par	sourceRightAscension			I		text	-		10		0	''		-		"source right ascension"par	sources					I		vtext	-		10		0	'[]'	-		"names of sources"
+par stationID			I		text	-		10		0	''		-		"station IDs separated by semi-colon"
+par storageUnits			I		int		-		10		0	0		-		"storage requirements (negative for cleanup tasks)"
+par taskDuration			I		text	-		10		0	''		-		"duration of the task hhhh:mm:ss"
+par taskID				I		int		-		10		0	0		-		"internal scheduler task ID"
+par taskName			I		text	-		10		0	''		-		"name of the task"
+par	taskStatus				I		text	-		10		0	''		-		"current status of the task"
+par taskType				I		text	-		10		0	''		-		"task type"
+par unscheduledReason		I		text	-		10		0	''		-		"a textual error reason"
+par windowMaximumTime		I		text	-		10		0	''		-		"latest task end time during the day"
+par windowMinimumTime		I		text	-		10		0	''		-		"earliest task start time during the day"