diff --git a/MAC/Deployment/data/OTDB/Scheduler.comp b/MAC/Deployment/data/OTDB/Scheduler.comp
index 252fa0bbc61a796090eca21fea5486d5b7de7723..a3f093fb77bfc2e94599565c7212e06c77b94158 100644
--- a/MAC/Deployment/data/OTDB/Scheduler.comp
+++ b/MAC/Deployment/data/OTDB/Scheduler.comp
@@ -11,7 +11,6 @@ par clockFrequency		I		text	-		10		0	''		-		"station clock frequency (160MHz/200
 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)"
@@ -21,16 +20,17 @@ par	mayNotUnschedule				I		bool	-		10		0	false	-		"if true scheduler will not un
 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 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 scheduledEnd			I		text	-		10		0	''		-		"the scheduled end date-time"
+par scheduledStart		I		text	-		10		0	''		-		"the scheduled start date-time"
 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	sourceNames					I		vtext	-		10		0	'[]'	-		"names of sources"
+par	sourceRightAscension			I		text	-		10		0	''		-		"source right ascension"
 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"