XML Schema "tasks.xsd"
Target Namespace:
http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1
Version:
1.0
Defined Components:
elements (15 global + 1 local)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Workspaces\Quality_Manager_Stable\com.ibm.rqm.xml\src\schema\v2_0\tasks.xsd; see XML source
Imported by Schemas (1):
qm.xsd [src]
All Element Summary
ewi
The test execution record whose execution lead to the creation of this task.
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
fullpath
[READ-ONLY] The path to the resource in the case where it is managed by the adapter (i.e. managedbyadapter is true).
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
managedbyadapter
[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.
Type:
xs:boolean
Content:
simple
Defined:
globally; see XML source
Used:
message
Information about the task.
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
progress
Shows how far the task has been processed.
Type:
xs:int
Content:
simple
Defined:
globally; see XML source
Used:
properties
A set of data associated with the task.
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
property
[READ-ONLY] Data associated with the task.
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 3 attributes
Defined:
locally within properties element; see XML source
Includes:
definitions of 3 attributes
recordingURL
[READ-ONLY] Used for recording task for adapter to POST the recorded script.
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
relativepath
[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).
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
resultURL
[READ-ONLY] The result of the execution for this task.
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
selectedAdapterId
ID of the adapter that this task was destined for.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
shareprefix
[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).
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
suiteLogURL
[READ-ONLY] A link to the suite log.
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
taken
[READ-ONLY] Indicates if the task has been taken for processing by any adapter or is still hasnt started to be processed.
Type:
xs:boolean
Content:
simple
Defined:
globally; see XML source
Used:
type
The type of the task to be performed.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
updateURL
[READ-ONLY] An update task.
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="com.ibm.rqm.xml.bind.tasks"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:element name="selectedAdapterId" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
ID of the adapter that this task was destined for.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
The type of the task to be performed. Permissible values are EXECUTE, IMPORT
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="progress" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Shows how far the task has been processed. This is a number between 0 and 100.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="taken" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] Indicates if the task has been taken for processing by any adapter or is still hasnt started to be processed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="managedbyadapter" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">
[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.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="fullpath" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] The path to the resource in the case where it is managed by the adapter (i.e. managedbyadapter is true).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="shareprefix" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
[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).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="relativepath" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
[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).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ewi">
<xs:annotation>
<xs:documentation xml:lang="en">
The test execution record whose execution lead to the creation of this task.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The URL of the test execution record.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="updateURL">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] An update task.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The URL of the update.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="recordingURL">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] Used for recording task for adapter to POST the recorded script.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] URL where adapter should POST recorded script.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="resultURL">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] The result of the execution for this task.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The URL of the result.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="suiteLogURL">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] A link to the suite log.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The URL of the suite log.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="message">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the task.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="statusCode" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The code associated with the message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="properties">
<xs:annotation>
<xs:documentation xml:lang="en">A set of data associated with the task.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] Data associated with the task.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The name of the property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="propertyType" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The data type of the property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="propertyValue" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The value of the porperty.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

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