element <qm:testsuitelog>
Namespace:
Type:
Content:
complex, 32+any elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 31+any elements
Used:
never
XML Representation Summary
<qm:testsuitelog>
   
Content: 
qm:projectArea, dc:identifier, qm:webId?, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:variables, qm:sequentialExecution?, qm:passVariables?, qm:haltOnFailure?, testsuitelog:weight?, testsuitelog:pointspassed?, testsuitelog:pointsfailed?, testsuitelog:pointsattempted?, testsuitelog:pointsblocked?, testsuitelog:pointsinconclusive?, testsuitelog:starttime?, testsuitelog:endtime?, testsuitelog:suiteelements, qm:stateid, qm:executionresult*, qm:tasks*, qm:suiteexecutionrecord, qm:testsuite, qm:testplan?, qm:testphase?, qm:buildrecord?, qm:customAttributes?, qm:markerAny, {any}*
</qm:testsuitelog>
Content model elements (32):
Annotation
A representation of the results of the execution of a test suite.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (46); see within schema source)
<xs:element name="testsuitelog">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element ref="variables"/>
<xs:element maxOccurs="1" minOccurs="0" name="sequentialExecution" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="passVariables" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="haltOnFailure" type="xs:boolean"/>
<xs:element minOccurs="0" ref="testsuitelog:weight"/>
<xs:element minOccurs="0" ref="testsuitelog:pointspassed"/>
<xs:element minOccurs="0" ref="testsuitelog:pointsfailed"/>
<xs:element minOccurs="0" ref="testsuitelog:pointsattempted"/>
<xs:element minOccurs="0" ref="testsuitelog:pointsblocked"/>
<xs:element minOccurs="0" ref="testsuitelog:pointsinconclusive"/>
<xs:element maxOccurs="1" minOccurs="0" ref="testsuitelog:starttime"/>
<xs:element maxOccurs="1" minOccurs="0" ref="testsuitelog:endtime"/>
<xs:element maxOccurs="1" minOccurs="1" ref="testsuitelog:suiteelements"/>
<xs:element name="stateid" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="executionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="tasks">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="testsuite">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testphase">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<!-- dynamic data -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 32/33)
A generic placeholder for section information.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

alm:owner
Type:
anonymous, mixed content
The contributor that owns the test suite log.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple content
An ID or name of the current state of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
XML dateTime of the last update of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
The contributor that created the test suite log.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
An account of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the testsuitelog within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:buildrecord
Type:
anonymous, empty content
The build record associated with the test suite log.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="buildrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:customAttributes
Type:
anonymous, complex content
User defined custom attribute name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

qm:executionresult
Type:
anonymous, empty content
A reference to an execution result generated by the execution of the test suite.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="executionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:haltOnFailure
Type:
xs:boolean, predefined, simple content
Was suite execution halted because of a non-passing suite step?
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="haltOnFailure" type="xs:boolean"/>

qm:markerAny
Type:
xs:string, predefined, simple content
A empty marker.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="markerAny"/>

qm:passVariables
Type:
xs:boolean, predefined, simple content
Were execution variables passed from one test to the next when this suite was executed?
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="passVariables" type="xs:boolean"/>

qm:sequentialExecution
Type:
xs:boolean, predefined, simple content
Was this testsuite executed serially?
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="sequentialExecution" type="xs:boolean"/>

qm:stateid
Type:
xs:string, predefined, simple content
Id respresenting the result state of the test suite execution.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stateid" type="xs:string"/>

qm:suiteexecutionrecord
Type:
anonymous, empty content
A reference to the executed suite execution record.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:tasks
Type:
anonymous, empty content
A task generated for an execution adapter.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="tasks">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testphase
Type:
anonymous, empty content
Link to the phase for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testphase">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testplan
Type:
anonymous, empty content
Link to the testplan for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testsuite
Type:
anonymous, empty content
Read-only reference to the executed test suite. The value is based on the test suite referenced from the suiteexecutionrecord of this testsuitelog.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="testsuite">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:variables
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="variables"/>

qm:webId
Type:
xs:int, predefined, simple content
Read-only integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

testsuitelog:endtime
Type:
xs:dateTime, predefined, simple content
XML dateTime when suite execution ended.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="testsuitelog:endtime"/>

testsuitelog:pointsattempted
Type:
xs:int, predefined, simple content
Number of points that were attempted.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:pointsattempted"/>

testsuitelog:pointsblocked
Type:
xs:int, predefined, simple content
Number of points that were blocked.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:pointsblocked"/>

testsuitelog:pointsfailed
Type:
xs:int, predefined, simple content
Number of points that failed.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:pointsfailed"/>

testsuitelog:pointsinconclusive
Type:
xs:int, predefined, simple content
Number of points that were inconclusive.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:pointsinconclusive"/>

testsuitelog:pointspassed
Type:
xs:int, predefined, simple content
Number of points that passed.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:pointspassed"/>

testsuitelog:starttime
Type:
xs:dateTime, predefined, simple content
XML dateTime when suite execution started.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="testsuitelog:starttime"/>

testsuitelog:suiteelements
Type:
anonymous, complex content
The results individual tests executed by the test suite.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="testsuitelog:suiteelements"/>

testsuitelog:weight
Type:
xs:int, predefined, simple content
The relative weight of testcase.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="testsuitelog:weight"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set