element <adaptertask>
Namespace:
Type:
anonymous complexType
Content:
complex, 27+any elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 27+any elements
Used:
never
XML Representation Summary
<adaptertask>
   
Content: 
dc:identifier, dc:title, dc:creator, alm:state, tasks:selectedAdapterId, tasks:type, tasks:progress, tasks:taken, tasks:managedbyadapter, tasks:fullpath, tasks:shareprefix, tasks:relativepath, tasks:ewi?, tasks:updateURL?, tasks:resultURL?, tasks:suiteLogURL?, adapter:task*, tasks:message?, tasks:properties?, remotescript?, testscript?, executionworkitem?, testsuite?, testsuitelog?, resource?, executionresult?, markerAny, {any}*
</adaptertask>
Content model elements (27):
Annotation
A task assigned to an adapter.
XML Source (w/o annotations (36); see within schema source)
<xs:element name="adaptertask">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:state"/>
<xs:element ref="tasks:selectedAdapterId"/>
<xs:element ref="tasks:type"/>
<xs:element ref="tasks:progress"/>
<xs:element ref="tasks:taken"/>
<xs:element 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: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: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: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="testsuite">
<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>
<!-- properties -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 28/28)
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
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:state
Type:
xs:string, predefined, simple 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:
xs:string, predefined, simple content
An entity primarily responsible for making the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the task within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the task.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

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>

executionworkitem
Type:
anonymous, empty content
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>

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

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>

resource
Type:
anonymous, empty content
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>

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
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
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 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 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:relativepath
Type:
xs:string, predefined, simple content
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
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
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
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
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 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
An update task.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="tasks:updateURL"/>

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>

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

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>

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