element <testscript>
Namespace:
Type:
anonymous complexType
Content:
complex, 10 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 10 elements
Used:
never
XML Representation Summary
<testscript>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, scripttype?, steps, datapool?
</testscript>
Content model elements (10):
Annotation
The execution script for a manual test.
XML Source (w/o annotations (14); see within schema source)
<xs:element name="testscript">
<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" name="scripttype" type="xs:string"/>
<xs:element name="steps">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="testscript:step"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="datapool">
<xs:complexType>
<xs:attribute ref="vega:id"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 10/10)
alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the testscript.
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 testscript.
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 testscript.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

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

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

scripttype
Type:
xs:string, predefined, simple content
The type of the script. This will always be "Manual".
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="scripttype" type="xs:string"/>

steps
Type:
anonymous, complex content
The manual steps that must be performed in order to execute the script.
XML Source (w/o annotations (2); see within schema source)
<xs:element name="steps">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="testscript:step"/>
</xs:sequence>
</xs:complexType>
</xs:element>

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