element <testsuitelog>
Namespace:
Type:
anonymous complexType
Content:
complex, 15+any elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 15+any elements
Used:
never
XML Representation Summary
<testsuitelog>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, testsuitelog:starttime?, testsuitelog:endtime?, testsuitelog:suiteelements, stateid, executionresult*, tasks*, testsuite*, markerAny, {any}*
</testsuitelog>
Content model elements (15):
Annotation
A representation of the results of the execution of a test suite.
XML Source (w/o annotations (23); see within schema source)
<xs:element name="testsuitelog">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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 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 maxOccurs="unbounded" minOccurs="0" name="testsuite">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<!-- custom attributes -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 16/16)
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:
xs:string, predefined, simple content
The contributor who owns the testsuitelog.
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:
xs:string, predefined, simple content
An entity primarily responsible for making the testsuitelog.
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"/>

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>

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

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"/>

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>

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

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: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"/>

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