element <testsuite>
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
<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 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 maxOccurs="1" minOccurs="1" name="sequentialExecution" type="xs:boolean"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element maxOccurs="1" minOccurs="0" name="authorid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="ownerid" type="xs:string"/>
<xs:element ref="suiteelements"/>
<xs:element maxOccurs="1" minOccurs="0" name="currenttestsuitelog">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<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 ref="vega:id"/>
<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 ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>
<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 testsuite.
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 testsuite.
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 testsuite.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

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

currenttestsuitelog
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 ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>

dc:creator
Type:
xs:string, predefined, simple content
An entity primarily responsible for making the testsuite.
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 testsuite.
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 testsuite 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 testsuite.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

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

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

sequentialExecution
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)
<xs:element maxOccurs="1" minOccurs="1" name="sequentialExecution" type="xs:boolean"/>

suiteelements
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)
<xs:element ref="suiteelements"/>

testplan
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 ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>

testsuitelog
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 ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>

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