XML Schema "executionresult.xsd"
Target Namespace:
https://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1
Version:
1.0
Defined Components:
11 global elements, 1 local element
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\XSD\executionresult.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/executionresult/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>
<!--
<er:stepResults>
<er:stepResult itemId="_82374823748" result="com.ibm.rqm.execution.common.state.passed" startTime="2109022" endTime="2109999">
<er:properties>
<me:property propertyName="something" propertyType="integer" propertyValue="2" xmlns:me="https://jazz.net/xmlns/alm/qm/v0.1/manualexecution/v0.1">555</me:property>
<me:property propertyName="somethingelse" propertyType="integer" propertyValue="12" xmlns:me="https://jazz.net/xmlns/alm/qm/v0.1/manualexecution/v0.1"></me:property>
</er:properties>
</er:stepResult>
</er:stepResults>
-->
<xs:element name="machine" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
The name of the machine that the test was executed on.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="buildid" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
** Depricated **
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="log" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
The log for the executed test.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="starttime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">
XML datetime when the execution was started.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="endtime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">
XML datetime when the execution ended.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pointspassed" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Number of points that passed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pointsfailed" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Number of points that failed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pointsattempted" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Number of points that were attempted.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pointsblocked" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Number of points that were blocked.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pointsinconclusive" type="xs:int">
<xs:annotation>
<xs:documentation xml:lang="en">
Number of points that were inconclusive.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="stepResults">
<xs:annotation>
<xs:documentation xml:lang="en">
The results of the steps.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="stepResult">
<xs:annotation>
<xs:documentation xml:lang="en">
The result of a step.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="actualResult" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
The state of the step. Permissible values are those allowed on the execution result state.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="result" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
The state of the step. Permissible values are those allowed on the execution result state.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="startTime" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
XML datetime for the beginning of this step result.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endTime" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
XML datetime for the end of this step result.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</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