element <testsuitelog>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
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 name="stateid" type="xs:string"/> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="tasks"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="testsuite"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <!-- custom attributes --> <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"/> |
-
Type: |
xs:string, predefined, simple content |
The contributor who owns the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
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)
-
Type: |
xs:string, predefined, simple content |
An entity primarily responsible for making the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
Type: |
xs:string, predefined, simple content |
A name given to the testsuitelog.
XML Source (w/o annotations (1); see within schema source)
-
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:complexType> </xs:element> |
-
Type: |
xs:string, predefined, simple content |
A empty marker.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |
-
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:complexType> </xs:element> |
-
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:complexType> </xs:element> |
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime when suite execution ended.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime when suite execution started.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, complex content |
The results individual tests executed by the test suite.
XML Source (w/o annotations (1); see within schema source)