element <qm:scheduledjob>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<qm:scheduledjob>
   
Content: 
qm:operation, qm:executionSequence
</qm:scheduledjob>
Content model elements (2):
Included in content model of elements (1):
Known Usage Locations
Annotation
The Job which need to be operated upon at scheduled time or event
XML Source (w/o annotations (5); 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:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 2/2)
qm:executionSequence
Type:
anonymous, empty content
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:operation
Type:
xs:string, predefined, simple content
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"/>

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