element <qm:scheduledjob>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<qm:scheduledjob>
   
Content: 
qm:operation, (qm:executionSequence | qm:suiteexecutionrecord | qm:executionworkitem)
</qm:scheduledjob>
Content model elements (4):
Included in content model of elements (1):
Known Usage Locations
Annotation
[READ-ONLY] The Job which need to be operated upon at scheduled time or event
XML Source (w/o annotations (11); see within schema source)
<xs:element name="scheduledjob">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="operation" type="xs:string"/>
<xs:choice>
<xs:element name="executionSequence">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/4)
qm:executionSequence
Type:
anonymous, empty content
[READ-ONLY] A reference to the execution sequence that was to be run.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="executionSequence">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:executionworkitem
Type:
anonymous, empty content
[READ-ONLY] The test execution record that is scheduled.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:operation
Type:
xs:string, predefined, simple content
[READ-ONLY] The operation to be carried on the scheduled job
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="operation" type="xs:string"/>

qm:suiteexecutionrecord
Type:
anonymous, empty content
[READ-ONLY] A reference to the scheduled suite execution record .
XML Source (w/o annotations (3); see within schema source)
<xs:element name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

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