element <qm:jobscheduler>
Namespace:
Type:
Content:
complex, 15 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 11 elements
Used:
never
XML Representation Summary
<qm:jobscheduler>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, 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 (15):
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 (12); see within schema source)
<xs:element name="jobscheduler">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<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; 11/15)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] 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
[READ-ONLY] The contributor who scheduled the job.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] One time schedule
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="onetimeschedule"/>

qm:scheduledjob
Type:
anonymous, complex content
[READ-ONLY] This is a required property to create new Job Scheduler. Note, this property is immutable.
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
[READ-ONLY] 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