This XML file does not appear to have any style information associated with it. The document tree is shown below.
<xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"xmlns="http://www.quartz-scheduler.org/xml/JobSchedulingData"targetNamespace="http://www.quartz-scheduler.org/xml/JobSchedulingData"elementFormDefault="qualified"version="2.0"><xs:elementname="job-scheduling-data"><xs:annotation><xs:documentation>Root level node</xs:documentation></xs:annotation><xs:complexType><xs:sequencemaxOccurs="unbounded"><xs:elementname="pre-processing-commands"type="pre-processing-commandsType"minOccurs="0"maxOccurs="1"><xs:annotation><xs:documentation>
Commands to be executed before scheduling the jobs and triggers in this file.
</xs:documentation></xs:annotation></xs:element><xs:elementname="processing-directives"type="processing-directivesType"minOccurs="0"maxOccurs="1"><xs:annotation><xs:documentation>
Directives to be followed while scheduling the jobs and triggers in this file.
</xs:documentation></xs:annotation></xs:element><xs:elementname="schedule"minOccurs="0"maxOccurs="unbounded"><xs:complexType><xs:sequencemaxOccurs="unbounded"><xs:elementname="job"type="job-detailType"minOccurs="0"maxOccurs="unbounded"/><xs:elementname="trigger"type="triggerType"minOccurs="0"maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element></xs:sequence><xs:attributename="version"type="xs:string"><xs:annotation><xs:documentation>Version of the XML Schema instance</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element><xs:complexTypename="pre-processing-commandsType"><xs:sequencemaxOccurs="unbounded"><xs:elementname="delete-jobs-in-group"type="xs:string"minOccurs="0"maxOccurs="unbounded"><xs:annotation><xs:documentation>
Delete all jobs, if any, in the identified group. "*" can be used to identify all groups. Will also result in deleting all triggers related to the jobs.
</xs:documentation></xs:annotation></xs:element><xs:elementname="delete-triggers-in-group"type="xs:string"minOccurs="0"maxOccurs="unbounded"><xs:annotation><xs:documentation>
Delete all triggers, if any, in the identified group. "*" can be used to identify all groups. Will also result in deletion of related jobs that are non-durable.
</xs:documentation></xs:annotation></xs:element><xs:elementname="delete-job"minOccurs="0"maxOccurs="unbounded"><xs:annotation><xs:documentation>
Delete the identified job if it exists (will also result in deleting all triggers related to it).
</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:elementname="name"type="xs:string"/><xs:elementname="group"type="xs:string"minOccurs="0"/></xs:sequence></xs:complexType></xs:element><xs:elementname="delete-trigger"minOccurs="0"maxOccurs="unbounded"><xs:annotation><xs:documentation>
Delete the identified trigger if it exists (will also result in deletion of related jobs that are non-durable).
</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:elementname="name"type="xs:string"/><xs:elementname="group"type="xs:string"minOccurs="0"/></xs:sequence></xs:complexType></xs:element></xs:sequence></xs:complexType><xs:complexTypename="processing-directivesType"><xs:sequence><xs:elementname="overwrite-existing-data"type="xs:boolean"minOccurs="0"default="true"><xs:annotation><xs:documentation>
Whether the existing scheduling data (with same identifiers) will be overwritten. If false, and ignore-duplicates is not false, and jobs or triggers with the same names already exist as those in the file, an error will occur.
</xs:documentation></xs:annotation></xs:element><xs:elementname="ignore-duplicates"type="xs:boolean"minOccurs="0"default="false"><xs:annotation><xs:documentation>
If true (and overwrite-existing-data is false) then any job/triggers encountered in this file that have names that already exist in the scheduler will be ignored, and no error will be produced.
</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:complexTypename="job-detailType"><xs:annotation><xs:documentation>Define a JobDetail</xs:documentation></xs:annotation><xs:sequence><xs:elementname="name"type="xs:string"/><xs:elementname="group"type="xs:string"minOccurs="0"/><xs:elementname="description"type="xs:string"minOccurs="0"/><xs:elementname="job-class"type="xs:string"/><xs:sequenceminOccurs="0"><xs:elementname="durability"type="xs:boolean"/><xs:elementname="recover"type="xs:boolean"/></xs:sequence><xs:elementname="job-data-map"type="job-data-mapType"minOccurs="0"/></xs:sequence></xs:complexType><xs:complexTypename="job-data-mapType"><xs:annotation><xs:documentation>Define a JobDataMap</xs:documentation></xs:annotation><xs:sequenceminOccurs="0"maxOccurs="unbounded"><xs:elementname="entry"type="entryType"/></xs:sequence></xs:complexType><xs:complexTypename="entryType"><xs:annotation><xs:documentation>Define a JobDataMap entry</xs:documentation></xs:annotation><xs:sequence><xs:elementname="key"type="xs:string"/><xs:elementname="value"type="xs:string"/></xs:sequence></xs:complexType><xs:complexTypename="triggerType"><xs:annotation><xs:documentation>Define a Trigger</xs:documentation></xs:annotation><xs:choice><xs:elementname="simple"type="simpleTriggerType"/><xs:elementname="cron"type="cronTriggerType"/><xs:elementname="calendar-interval"type="calendarIntervalTriggerType"/></xs:choice></xs:complexType><xs:complexTypename="abstractTriggerType"abstract="true"><xs:annotation><xs:documentation>Common Trigger definitions</xs:documentation></xs:annotation><xs:sequence><xs:elementname="name"type="xs:string"/><xs:elementname="group"type="xs:string"minOccurs="0"/><xs:elementname="description"type="xs:string"minOccurs="0"/><xs:elementname="job-name"type="xs:string"/><xs:elementname="job-group"type="xs:string"minOccurs="0"/><xs:elementname="priority"type="xs:nonNegativeInteger"minOccurs="0"/><xs:elementname="calendar-name"type="xs:string"minOccurs="0"/><xs:elementname="job-data-map"type="job-data-mapType"minOccurs="0"/><xs:sequenceminOccurs="0"><xs:choice><xs:elementname="start-time"type="xs:dateTime"/><xs:elementname="start-time-seconds-in-future"type="xs:nonNegativeInteger"/></xs:choice><xs:elementname="end-time"type="xs:dateTime"minOccurs="0"/></xs:sequence></xs:sequence></xs:complexType><xs:complexTypename="simpleTriggerType"><xs:annotation><xs:documentation>Define a SimpleTrigger</xs:documentation></xs:annotation><xs:complexContent><xs:extensionbase="abstractTriggerType"><xs:sequence><xs:elementname="misfire-instruction"type="simple-trigger-misfire-instructionType"minOccurs="0"/><xs:sequenceminOccurs="0"><xs:elementname="repeat-count"type="repeat-countType"/><xs:elementname="repeat-interval"type="xs:nonNegativeInteger"/></xs:sequence></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexTypename="cronTriggerType"><xs:annotation><xs:documentation>Define a CronTrigger</xs:documentation></xs:annotation><xs:complexContent><xs:extensionbase="abstractTriggerType"><xs:sequence><xs:elementname="misfire-instruction"type="cron-trigger-misfire-instructionType"minOccurs="0"/><xs:elementname="cron-expression"type="cron-expressionType"/><xs:elementname="time-zone"type="xs:string"minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexTypename="calendarIntervalTriggerType"><xs:annotation><xs:documentation>Define a DateIntervalTrigger</xs:documentation></xs:annotation><xs:complexContent><xs:extensionbase="abstractTriggerType"><xs:sequence><xs:elementname="misfire-instruction"type="date-interval-trigger-misfire-instructionType"minOccurs="0"/><xs:elementname="repeat-interval"type="xs:nonNegativeInteger"/><xs:elementname="repeat-interval-unit"type="interval-unitType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:simpleTypename="cron-expressionType"><xs:annotation><xs:documentation>
Cron expression (see JavaDoc for examples) Special thanks to Chris Thatcher (thatcher@butterfly.net) for the regular expression! Regular expressions are not my strong point but I believe this is complete, with the caveat that order for expressions like 3-0 is not legal but will pass, and month and day names must be capitalized. If you want to examine the correctness look for the [\s] to denote the seperation of individual regular expressions. This is how I break them up visually to examine them: SECONDS: ( ((([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?,)*([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?) | (([\*]|[0-9]|[0-5][0-9])/([0-9]|[0-5][0-9])) | ([\?]) | ([\*]) ) [\s] MINUTES: ( ((([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?,)*([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?) | (([\*]|[0-9]|[0-5][0-9])/([0-9]|[0-5][0-9])) | ([\?]) | ([\*]) ) [\s] HOURS: ( ((([0-9]|[0-1][0-9]|[2][0-3])(-([0-9]|[0-1][0-9]|[2][0-3]))?,)*([0-9]|[0-1][0-9]|[2][0-3])(-([0-9]|[0-1][0-9]|[2][0-3]))?) | (([\*]|[0-9]|[0-1][0-9]|[2][0-3])/([0-9]|[0-1][0-9]|[2][0-3])) | ([\?]) | ([\*]) ) [\s] DAY OF MONTH: ( ((([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(-([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1]))?,)*([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(-([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1]))?(C)?) | (([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])/([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(C)?) | (L(-[0-9])?) | (L(-[1-2][0-9])?) | (L(-[3][0-1])?) | (LW) | ([1-9]W) | ([1-3][0-9]W) | ([\?]) | ([\*]) )[\s] MONTH: ( ((([1-9]|0[1-9]|1[0-2])(-([1-9]|0[1-9]|1[0-2]))?,)*([1-9]|0[1-9]|1[0-2])(-([1-9]|0[1-9]|1[0-2]))?) | (([1-9]|0[1-9]|1[0-2])/([1-9]|0[1-9]|1[0-2])) | (((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?,)*(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?) | ((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)/(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)) | ([\?]) | ([\*]) )[\s] DAY OF WEEK: ( (([1-7](-([1-7]))?,)*([1-7])(-([1-7]))?) | ([1-7]/([1-7])) | (((MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?,)*(MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?(C)?) | ((MON|TUE|WED|THU|FRI|SAT|SUN)/(MON|TUE|WED|THU|FRI|SAT|SUN)(C)?) | (([1-7]|(MON|TUE|WED|THU|FRI|SAT|SUN))(L|LW)?) | (([1-7]|MON|TUE|WED|THU|FRI|SAT|SUN)#([1-7])?) | ([\?]) | ([\*]) ) YEAR (OPTIONAL): ( [\s]? ([\*])? | ((19[7-9][0-9])|(20[0-9][0-9]))? | (((19[7-9][0-9])|(20[0-9][0-9]))/((19[7-9][0-9])|(20[0-9][0-9])))? | ((((19[7-9][0-9])|(20[0-9][0-9]))(-((19[7-9][0-9])|(20[0-9][0-9])))?,)*((19[7-9][0-9])|(20[0-9][0-9]))(-((19[7-9][0-9])|(20[0-9][0-9])))?)? )
</xs:documentation></xs:annotation><xs:restrictionbase="xs:string"><xs:patternvalue="(((([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?,)*([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?)|(([\*]|[0-9]|[0-5][0-9])/([0-9]|[0-5][0-9]))|([\?])|([\*]))[\s](((([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?,)*([0-9]|[0-5][0-9])(-([0-9]|[0-5][0-9]))?)|(([\*]|[0-9]|[0-5][0-9])/([0-9]|[0-5][0-9]))|([\?])|([\*]))[\s](((([0-9]|[0-1][0-9]|[2][0-3])(-([0-9]|[0-1][0-9]|[2][0-3]))?,)*([0-9]|[0-1][0-9]|[2][0-3])(-([0-9]|[0-1][0-9]|[2][0-3]))?)|(([\*]|[0-9]|[0-1][0-9]|[2][0-3])/([0-9]|[0-1][0-9]|[2][0-3]))|([\?])|([\*]))[\s](((([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(-([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1]))?,)*([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(-([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1]))?(C)?)|(([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])/([1-9]|[0][1-9]|[1-2][0-9]|[3][0-1])(C)?)|(L(-[0-9])?)|(L(-[1-2][0-9])?)|(L(-[3][0-1])?)|(LW)|([1-9]W)|([1-3][0-9]W)|([\?])|([\*]))[\s](((([1-9]|0[1-9]|1[0-2])(-([1-9]|0[1-9]|1[0-2]))?,)*([1-9]|0[1-9]|1[0-2])(-([1-9]|0[1-9]|1[0-2]))?)|(([1-9]|0[1-9]|1[0-2])/([1-9]|0[1-9]|1[0-2]))|(((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?,)*(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?)|((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)/(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))|([\?])|([\*]))[\s]((([1-7](-([1-7]))?,)*([1-7])(-([1-7]))?)|([1-7]/([1-7]))|(((MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?,)*(MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?(C)?)|((MON|TUE|WED|THU|FRI|SAT|SUN)/(MON|TUE|WED|THU|FRI|SAT|SUN)(C)?)|(([1-7]|(MON|TUE|WED|THU|FRI|SAT|SUN))?(L|LW)?)|(([1-7]|MON|TUE|WED|THU|FRI|SAT|SUN)#([1-7])?)|([\?])|([\*]))([\s]?(([\*])?|(19[7-9][0-9])|(20[0-9][0-9]))?| (((19[7-9][0-9])|(20[0-9][0-9]))/((19[7-9][0-9])|(20[0-9][0-9])))?| ((((19[7-9][0-9])|(20[0-9][0-9]))(-((19[7-9][0-9])|(20[0-9][0-9])))?,)*((19[7-9][0-9])|(20[0-9][0-9]))(-((19[7-9][0-9])|(20[0-9][0-9])))?)?)"/></xs:restriction></xs:simpleType><xs:simpleTypename="repeat-countType"><xs:annotation><xs:documentation>
Number of times to repeat the Trigger (-1 for indefinite)
</xs:documentation></xs:annotation><xs:restrictionbase="xs:integer"><xs:minInclusivevalue="-1"/></xs:restriction></xs:simpleType><xs:simpleTypename="simple-trigger-misfire-instructionType"><xs:annotation><xs:documentation>Simple Trigger Misfire Instructions</xs:documentation></xs:annotation><xs:restrictionbase="xs:string"><xs:patternvalue="MISFIRE_INSTRUCTION_SMART_POLICY"/><xs:patternvalue="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT"/><xs:patternvalue="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT"/><xs:patternvalue="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT"/><xs:patternvalue="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT"/><xs:patternvalue="MISFIRE_INSTRUCTION_FIRE_NOW"/></xs:restriction></xs:simpleType><xs:simpleTypename="cron-trigger-misfire-instructionType"><xs:annotation><xs:documentation>Cron Trigger Misfire Instructions</xs:documentation></xs:annotation><xs:restrictionbase="xs:string"><xs:patternvalue="MISFIRE_INSTRUCTION_SMART_POLICY"/><xs:patternvalue="MISFIRE_INSTRUCTION_DO_NOTHING"/><xs:patternvalue="MISFIRE_INSTRUCTION_FIRE_ONCE_NOW"/></xs:restriction></xs:simpleType><xs:simpleTypename="date-interval-trigger-misfire-instructionType"><xs:annotation><xs:documentation>Date Interval Trigger Misfire Instructions</xs:documentation></xs:annotation><xs:restrictionbase="xs:string"><xs:patternvalue="MISFIRE_INSTRUCTION_SMART_POLICY"/><xs:patternvalue="MISFIRE_INSTRUCTION_DO_NOTHING"/><xs:patternvalue="MISFIRE_INSTRUCTION_FIRE_ONCE_NOW"/></xs:restriction></xs:simpleType><xs:simpleTypename="interval-unitType"><xs:annotation><xs:documentation>Interval Units</xs:documentation></xs:annotation><xs:restrictionbase="xs:string"><xs:patternvalue="DAY"/><xs:patternvalue="HOUR"/><xs:patternvalue="MINUTE"/><xs:patternvalue="MONTH"/><xs:patternvalue="SECOND"/><xs:patternvalue="WEEK"/><xs:patternvalue="YEAR"/></xs:restriction></xs:simpleType></xs:schema>```