element <testsuite>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<testsuite> |
|
Content: |
dc:identifier, dc:title, dc:description, alm:updated, alm:state, sequentialExecution, dc:creator, alm:owner, authorid?, ownerid?, suiteelements, currenttestsuitelog?, testsuitelog*, testplan?, markerAny, {any}* |
|
</testsuite> |
Content model elements (15):
-
Annotation
A set of tests to be executed.
XML Source (w/o annotations (26); see within schema source)
<xs:element name="testsuite"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="authorid" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="ownerid" type="xs:string"/> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="relation" type="xs:string"/> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="testsuitelog"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="relation" type="xs:string"/> </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 name="relation" type="xs:string"/> </xs:complexType> </xs:element> <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 testsuite.
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 testsuite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
XML dateTime of the last update of the testsuite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
** Depricated ** An entity primarily responsible for making the testsuite.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="authorid" type="xs:string"/> |
-
Type: |
anonymous, empty content |
A reference to the results of the last execution run.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="currenttestsuitelog"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="relation" type="xs:string"/> </xs:complexType> </xs:element> |
-
Type: |
xs:string, predefined, simple content |
An entity primarily responsible for making the testsuite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An account of the testsuite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
An unambiguous reference to the testsuite 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 testsuite.
XML Source (w/o annotations (1); see within schema source)
-
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 |
** Depricated ** The contributor who owns the testsuite.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ownerid" type="xs:string"/> |
-
Type: |
xs:boolean, predefined, simple content |
Since 2.0.0.1. Will this testsuite be executed serially?
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, complex content |
The list of test execution records referenced by the test suite.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
A reference to the test plan the test suite is associated to.
XML Source (w/o annotations (4); 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 name="relation" type="xs:string"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A reference to the results of an execution run.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testsuitelog"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <xs:attribute name="relation" type="xs:string"/> </xs:complexType> </xs:element> |