<?xml version="1.0" encoding="UTF-8"?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="https://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" 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:annotation> <xs:documentation xml:lang="en"> ID of the adapter that this task was destined for. </xs:documentation> </xs:annotation> </xs:element> <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: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:annotation> <xs:documentation xml:lang="en"> 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:annotation> <xs:documentation xml:lang="en"> 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:annotation> <xs:documentation xml:lang="en"> 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:annotation> <xs:documentation xml:lang="en"> 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:annotation> <xs:documentation xml:lang="en"> 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: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:annotation> <xs:documentation xml:lang="en"> The URL of the test execution record. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xml:lang="en"> An update task. </xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation xml:lang="en"> The URL of the update. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xml:lang="en"> The result of the execution for this task. </xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation xml:lang="en"> The URL of the result. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xml:lang="en"> A link to the suite log. </xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation xml:lang="en"> The URL of the suite log. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <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:annotation> <xs:documentation xml:lang="en"> The code associated with the message. </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xml:lang="en"> A set of data associated with the task. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xml:lang="en"> Data associated with the task. </xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> The name of the property. </xs:documentation> </xs:annotation> </xs:attribute> <xs:annotation> <xs:documentation xml:lang="en"> The data type of the property. </xs:documentation> </xs:annotation> </xs:attribute> <xs:annotation> <xs:documentation xml:lang="en"> 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |