element <qm:adaptertask> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 35 elements, elem. wildcard
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 31 elements, elem. wildcard
Used:
never
XML Representation Summary
<qm:adaptertask>
   
Content: 
</qm:adaptertask>
Content model elements (35):
adapter:task,
alm:owner,
alm:state,
dc:creator,
dc:identifier,
dc:title,
jproc:team-area,
qm:buildrecord (in qm:adaptertask),
qm:creationDate,
qm:executionresult (in qm:adaptertask),
qm:executionworkitem (in qm:adaptertask),
qm:markerAny,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:remotescript (in qm:adaptertask),
qm:resource,
qm:stylesheet,
qm:suiteexecutionrecord (in qm:adaptertask),
qm:testscript (in qm:adaptertask),
qm:testsuitelog (in qm:adaptertask),
qm:variables,
tasks:ewi,
tasks:fullpath,
tasks:managedbyadapter,
tasks:message,
tasks:progress,
tasks:properties,
tasks:recordingURL,
tasks:relativepath,
tasks:resultURL,
tasks:selectedAdapterId,
tasks:shareprefix,
tasks:suiteLogURL,
tasks:taken,
tasks:type,
tasks:updateURL
Annotation
A task assigned to an adapter.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (41); 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 maxOccurs="1" minOccurs="0" ref="creationDate"/>
<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 (all declarations; defined within this component only; 32/36)
adapter:task
Type:
anonymous complexType, 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 complexType, 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 complexType, 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 complexType, mixed content
[READ-ONLY] [IMMUTABLE] 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 complexType, 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:creationDate
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The time when task was created.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="creationDate"/>

qm:executionresult
Type:
anonymous complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, complex content
XML Source (see within schema source)
<xs:element ref="variables"/>

tasks:ewi
Type:
anonymous complexType, 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 complexType (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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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"/>

{any element with any namespace}
A generic placeholder for section information.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set