element <qm:jobscheduler>
Namespace:
Type:
Content:
complex, 13 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 12 elements
Used:
never
XML Representation Summary
<qm:jobscheduler>
   
Content: 
qm:projectArea, dc:identifier, qm:webId?, dc:title, alm:updated, dc:creator, qm:description, qm:nextTriggerDate, (qm:buildschedule | qm:onetimeschedule | qm:dailyschedule | qm:weeklyschedule), qm:scheduledjob
</qm:jobscheduler>
Content model elements (13):
Annotation
A Job scheduler schedules sequence of triggers for specified operation on the given job.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (13); see within schema source)
<xs:element name="jobscheduler">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:creator"/>
<xs:element name="description" type="xs:string"/>
<xs:element name="nextTriggerDate" type="xs:dateTime"/>
<xs:choice>
<xs:element ref="buildschedule"/>
<xs:element ref="onetimeschedule"/>
<xs:element ref="dailyschedule"/>
<xs:element ref="weeklyschedule"/>
</xs:choice>
<xs:element maxOccurs="1" minOccurs="1" ref="scheduledjob"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 12/13)
alm:updated
Type:
xs:dateTime, predefined, simple content
XML dateTime of the last update of the job scheduler.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
The contributor who scheduled the job.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the job scheduler within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the job schedulerer.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:buildschedule
Type:
anonymous (extension of qm:schedule), complex content
Schedule to be triggerd on build completion
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="buildschedule"/>

qm:dailyschedule
Type:
anonymous (extension of qm:timeschedule), complex content
Schedule to be triggerd once every day
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dailyschedule"/>

qm:description
Type:
xs:string, predefined, simple content
Description about the job scheduler.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description" type="xs:string"/>

qm:nextTriggerDate
Type:
xs:dateTime, predefined, simple content
READ ONLY : XML dateTime of next due trigger date. This apply only to time based schedules.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="nextTriggerDate" type="xs:dateTime"/>

qm:onetimeschedule
Type:
anonymous (extension of qm:timeschedule), complex content
One time schedule
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="onetimeschedule"/>

qm:scheduledjob
Type:
anonymous, complex content
This is a required property to create new Job Scheduler. This is immutable property, once set can not be changed.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="scheduledjob"/>

qm:webId
Type:
xs:int, predefined, simple content
Read-only unique integer ID
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

qm:weeklyschedule
Type:
anonymous (extension of qm:timeschedule), complex content
Schedule to be triggerd one of more time in each week.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="weeklyschedule"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set