element <qm:jobscheduler> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:jobscheduler>
Content model elements (15):
alm:updated,
dc:creator,
dc:identifier,
dc:title,
jproc:team-area,
qm:buildschedule,
qm:dailyschedule,
qm:description (type xs:string),
qm:nextTriggerDate,
qm:onetimeschedule,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:scheduledjob,
qm:stylesheet,
qm:webId,
qm:weeklyschedule
Annotation
A Job scheduler schedules sequence of triggers for specified operation on the given job.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within 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 complexType, mixed content
[READ-ONLY] [IMMUTABLE] 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 complexType (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 complexType (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 complexType (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 complexType, complex content
[READ-ONLY] [IMMUTABLE] This is a required property to create new Job Scheduler.
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 complexType (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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set