XML Schema "executionworkitem.xsd"
Target Namespace:
https://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/v0.1
Version:
1.0
Defined Components:
7 global elements
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\XSD\executionworkitem.xsd, see XML source
Imported by Schema:
qm.xsd [src]
XML Source
<?xml version="1.0"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="https://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/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"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<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.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="priority" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
The importance of the test.
</xs:documentation>
</xs:annotation>
</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">
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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set