XML Schema "executionworkitem.xsd"
Target Namespace:
http://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/v0.1
Version:
1.0
Defined Components:
elements (7 global)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
E:\Rational\Workspaces\Quality_Manager_404\com.ibm.rqm.xml\src\schema\v2_0\executionworkitem.xsd; see XML source
Imports Schemas (1):
rdf.xsd [src]
Imported by Schemas (1):
qm.xsd [src]
All Element Summary
frequency
The number of times the test is scheduled to run.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
legacydata
Migrated data.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
notes
Comments associated with the test execution record.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
priority
The priority of the test.
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
regression
[READ-ONLY] Indicator that this is a regression test.
Type:
xs:boolean
Content:
simple
Defined:
globally; see XML source
Used:
tags
Search-able strings associated with the test.
Type:
xs:string
Content:
simple
Defined:
globally; see XML source
Used:
weight
The relative weight of the test case.
Type:
xs:int
Content:
simple
Defined:
globally; see XML source
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/v0.1/executionworkitem/v0.1" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 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.executionworkitem"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:import namespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" schemaLocation="rdf.xsd"/>
<xs:element name="frequency" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">The number of times the test is scheduled to run.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="weight" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">The relative weight of the test case.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="priority">
<xs:annotation>
<xs:documentation xml:lang="en">
The priority of the test. Acceptable values are: "literal.priority.101", "literal.priority.110", "literal.priority.120" and "literal.priority.130" for unassigned, low, medium and high priority respectively
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">The priority key.</xs:documentation>
</xs:annotation>
<xs:attribute ref="rdf:resource">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The URL of the priority.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="legacydata" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Migrated data.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tags" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Search-able strings associated with the test.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="regression" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">
[READ-ONLY] Indicator that this is a regression test.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="notes" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
Comments associated with the test execution record.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>

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