element <qm:automationtask>
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:job, qm:labresource, qm:automationparameter*
</qm:automationtask>
Content model elements (3):
Included in content model of elements (1):
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 (defined in this component only; 3/3)
qm:automationparameter
Type:
anonymous, 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, 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, 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set