element <qm:adaptertask>
Namespace:
Type:
Content:
complex, 34+any elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 30+any elements
Used:
never
XML Representation Summary
<qm:adaptertask>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:creator, alm:owner, alm:state, tasks:selectedAdapterId, tasks:type, tasks:progress?, qm:variables, tasks:taken?, tasks:managedbyadapter?, tasks:fullpath, tasks:shareprefix, tasks:relativepath, tasks:ewi?, tasks:updateURL?, tasks:recordingURL?, tasks:resultURL?, tasks:suiteLogURL?, adapter:task*, tasks:message?, tasks:properties?, (qm:remotescript? | qm:testscript?), qm:executionworkitem?, qm:suiteexecutionrecord?, qm:testsuitelog?, qm:resource?, qm:executionresult?, qm:buildrecord?, qm:markerAny, {any}*
</qm:adaptertask>
Content model elements (34):
Annotation
A task assigned to an adapter.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (40); see within schema source)
<xs:element name="adaptertask">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element ref="alm:state"/>
<xs:element ref="tasks:selectedAdapterId"/>
<xs:element ref="tasks:type"/>
<xs:element minOccurs="0" ref="tasks:progress"/>
<xs:element ref="variables"/>
<xs:element minOccurs="0" ref="tasks:taken"/>
<xs:element minOccurs="0" ref="tasks:managedbyadapter"/>
<xs:element ref="tasks:fullpath"/>
<xs:element ref="tasks:shareprefix"/>
<xs:element ref="tasks:relativepath"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:ewi"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:updateURL"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:recordingURL"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:resultURL"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:suiteLogURL"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:task"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:message"/>
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:properties"/>
<xs:choice>
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testsuitelog">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="resource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="executionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<!-- properties -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 31/35)
A generic placeholder for section information.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

adapter:task
Type:
anonymous, empty content
[READ-ONLY] The sub tasks associated with the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:task"/>

alm:owner
Type:
anonymous, mixed content
The contributor that owns the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous, mixed content
An ID or name of the current state of the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

dc:creator
Type:
anonymous, mixed content
[READ-ONLY] The contributor that created the task.
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 task.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:buildrecord
Type:
anonymous, empty content
The build on which execution is happening.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:executionresult
Type:
anonymous, empty content
A link to the execution result.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:executionworkitem
Type:
anonymous, empty content
[READ-ONLY] A link to the associated test execution record.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:markerAny
Type:
xs:string, predefined, simple content
[READ-ONLY] A empty marker.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="markerAny"/>

qm:remotescript
Type:
anonymous, empty content
A link to the remote script executed.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:resource
Type:
anonymous, empty content
[READ-ONLY] The external script resource that the adapter may invoke to download and execute. This is served by the test management server or more generically a file server. This is available only in the case where managedbyadapter is true.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="resource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:suiteexecutionrecord
Type:
anonymous, empty content
A link to the associated test suite execution record.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:testscript
Type:
anonymous, empty content
A link to the manual script executed.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:testsuitelog
Type:
anonymous, empty content
A link to the test suite log.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testsuitelog">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:variables
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="variables"/>

tasks:ewi
Type:
anonymous, empty content
The test execution record whose execution lead to the creation of this task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:ewi"/>

tasks:fullpath
Type:
xs:string, predefined, simple content
[READ-ONLY] The path to the resource in the case where it is managed by the adapter (i.e. managedbyadapter is true).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="tasks:fullpath"/>

tasks:managedbyadapter
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Indicates if the executable resource is one thats managed by the adapter and can be accessed locally by the adapter or is one thats managed by the test management system and needs to serve it.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="tasks:managedbyadapter"/>

tasks:message
Type:
anonymous (extension of xs:string), simple content
Information about the task.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:message"/>

tasks:progress
Type:
xs:int, predefined, simple content
Shows how far the task has been processed. This is a number between 0 and 100.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="tasks:progress"/>

tasks:properties
Type:
anonymous, complex content
A set of data associated with the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:properties"/>

tasks:recordingURL
Type:
anonymous, empty content
[READ-ONLY] URL for adapter to post initial recorded script. Posting to this URL will produce a response where the Content-Location header will provide the URL for further updates to the recorded script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:recordingURL"/>

tasks:relativepath
Type:
xs:string, predefined, simple content
[READ-ONLY] Trailing part of the path to the resource in the case where its managed by the test management solution (i.e. managedbyadapter is false).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="tasks:relativepath"/>

tasks:resultURL
Type:
anonymous, empty content
[READ-ONLY] The result of the execution for this task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:resultURL"/>

tasks:selectedAdapterId
Type:
xs:string, predefined, simple content
ID of the adapter that this task was destined for.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="tasks:selectedAdapterId"/>

tasks:shareprefix
Type:
xs:string, predefined, simple content
[READ-ONLY] Leading part of the path to the resource in the case where its managed by the test management solution (i.e. managedbyadapter is false).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="tasks:shareprefix"/>

tasks:suiteLogURL
Type:
anonymous, empty content
[READ-ONLY] A link to the suite log.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:suiteLogURL"/>

tasks:taken
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Indicates if the task has been taken for processing by any adapter or is still hasnt started to be processed.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="tasks:taken"/>

tasks:type
Type:
xs:string, predefined, simple content
The type of the task to be performed. Permissible values are EXECUTE, IMPORT
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="tasks:type"/>

tasks:updateURL
Type:
anonymous, empty content
[READ-ONLY] An update task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:updateURL"/>

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