XML Schema "testsuitelog.xsd"
Target Namespace:
https://jazz.net/xmlns/alm/qm/v0.1/tsl/v0.1/
Version:
1.0
Defined Components:
3 global elements, 5 local elements
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\XSD\testsuitelog.xsd, see XML source
Imports Schema:
vega.xsd [src]
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/tsl/v0.1/" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:vega="http://schema.ibm.com/vega/2008/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="com.ibm.rqm.xml.bind.testsuitelog"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:import namespace="http://schema.ibm.com/vega/2008/" schemaLocation="vega.xsd"/>
<xs:element name="starttime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">
XML dateTime when suite execution started.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="endtime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">
XML dateTime when suite execution ended.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="suiteelements">
<xs:annotation>
<xs:documentation xml:lang="en">
A list of the tests in the suite.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="suiteelement">
<xs:annotation>
<xs:documentation xml:lang="en">
A test in the suite.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="index" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Index for the suiteelement.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
Id of the adapter that manages the testlog.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem">
<xs:annotation>
<xs:documentation xml:lang="en">
A reference to a test execution record contained in the executed test suite.
</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:attribute ref="vega:id">
<xs:annotation>
<xs:documentation xml:lang="en">
Read-only UUID of the test execution record.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testscript">
<xs:annotation>
<xs:documentation xml:lang="en">
A reference to the test script used in the execution.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
The URL os the test script.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="vega:id">
<xs:annotation>
<xs:documentation xml:lang="en">
Read-Only UUID of the test script.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</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