element <qm:automationtask> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<qm:automationtask>
   
Content: 
</qm:automationtask>
Content model elements (3):
Included in content model of elements (1):
qm:sequencestep
Known Usage Locations
Annotation
[READ-ONLY] The defination of automation task
XML Source (w/o annotations (8); see within schema source)
<xs:element name="automationtask">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="job">
<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="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="automationparameter"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
qm:automationparameter
Type:
anonymous complexType, complex content
[READ-ONLY] Parameter required by automation
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="automationparameter"/>

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

qm:labresource
Type:
anonymous complexType, empty content
[READ-ONLY] Define lab resource.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="labresource">
<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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set