| 123456789101112131415161718192021222324252627282930313233343536373839 | <?xml version="1.0" encoding="UTF-8"?><job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData"        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 				version="2.0">	<processing-directives>		<overwrite-existing-data>true</overwrite-existing-data>	</processing-directives>	<schedule>		<job>			<name>WCSRunJobs</name>			<group>WCSRun</group>			<description>WCS任务调度</description>			<job-type>WCS.Service.Quartz.WCSRunJobs, WCS.Service</job-type>			<durable>true</durable>			<recover>false</recover>		</job>		<!--<job>			<name>WorkingHoursMeanJobs</name>			<group>WorkingHoursMean</group>			<description>WMS业务逻辑轮训调度</description>			<job-type>WCSService.WCS_Run.WorkingHoursMeanJobs,WCSService</job-type>			<durable>true</durable>			<recover>false</recover>		</job>-->		<trigger>			<simple>				<name>WCSRunJobsTrigger</name>				<group>WCSRun</group>				<description>WCSRunJobsTrigger触发器</description>				<job-name>WCSRunJobs</job-name>				<job-group>WCSRun</job-group>				<start-time>2015-01-22T00:00:00+08:00</start-time>				<repeat-count>-1</repeat-count>				<repeat-interval>700</repeat-interval>			</simple>		</trigger>	</schedule></job-scheduling-data>
 |