element <qm:executionscript> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 28 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 24 elements
Used:
never
XML Representation Summary
<qm:executionscript>
   
Content: 
</qm:executionscript>
Content model elements (28):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
dcterms:type,
jproc:team-area,
qm:approvals,
qm:category (in qm:executionscript),
qm:copiedFrom,
qm:copiedRoot,
qm:creationDate,
qm:customAttributes,
qm:datapool (in qm:executionscript),
qm:esignatures,
qm:includeBuiltInVars,
qm:locked,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:recordselectioncriteria,
qm:remote,
qm:snapshot,
qm:steps (in qm:executionscript),
qm:stylesheet,
qm:task,
qm:variables,
qm:webId
Annotation
The execution script for a manual test and remote test.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (37); see within schema source)
<xs:element name="executionscript">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="snapshot"/>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>
<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="locked" type="xs:boolean"/>
<xs:element ref="variables"/>
<xs:element maxOccurs="1" minOccurs="0" name="includeBuiltInVars" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>
<xs:element name="steps">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="step"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="datapool">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="task">
<xs:complexType>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="dcterms:type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="recordselectioncriteria"/>
<xs:element name="remote">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="shareprefix" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="relativepath" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="manageadapter" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="inputParameter"/>
<!-- properties -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="copiedFrom"/>
<xs:element maxOccurs="1" minOccurs="0" ref="copiedRoot"/>
<xs:element maxOccurs="1" minOccurs="0" ref="esignatures"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 24/28)
alm:owner
Type:
anonymous complexType, mixed content
The contributor that owns the execution script.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous complexType, mixed content
An ID or name of the current state of the execution script.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous complexType, mixed content
[IMMUTABLE] The contributor that created the execution script.
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 executionscript.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the execution script.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

dcterms:type
Type:
xs:string, predefined, simple content
The value is Manual, or the type of adapter that runs the script RFT, RPT, etc. The adapter provides this identifier in its plugin metadata. Some possible values are: Manual, RQM-KEY-APPSCAN-APTR-TYPE-NAME, RQM-KEY-CMD-APTR-TYPE-NAME, RQM-KEY-RFT-APTR-TYPE-NAME, RQM-KEY-ROBOT-APTR-TYPE-NAME, and RQM-KEY-RPT-APTR-TYPE-NAME
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dcterms:type"/>

qm:approvals
Type:
anonymous complexType, complex content
A collection of approvals that are associated with the execution script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>

qm:category
Type:
anonymous complexType, empty content
Category terms are provided in an attribute as is the value for that term. The category is used for query support and for sortable table views.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:copiedFrom
Type:
anonymous complexType, empty content
[READ-ONLY] Link to the execution script from which this execution script was copied.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="copiedFrom"/>

qm:copiedRoot
Type:
anonymous complexType, empty content
[READ-ONLY] Link to the execution script from which this execution script was ultimately derived.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="copiedRoot"/>

qm:creationDate
Type:
xs:dateTime, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>

qm:customAttributes
Type:
anonymous complexType, complex content
User defined custom attribute name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

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

qm:esignatures
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="esignatures"/>

qm:includeBuiltInVars
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Boolean indicating whether to include built-in execution variables when script is executed.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="includeBuiltInVars" type="xs:boolean"/>

qm:locked
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Boolean indicating the execution script is locked.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="locked" type="xs:boolean"/>

qm:recordselectioncriteria
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="recordselectioncriteria"/>

qm:remote
Type:
anonymous complexType, complex content
Properties only for remote script
XML Source (w/o annotations (10); see within schema source)
<xs:element name="remote">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="shareprefix" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="relativepath" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="manageadapter" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="inputParameter"/>
<!-- properties -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:snapshot
Type:
anonymous complexType, complex content
[READ-ONLY] Snapshot metadata associated with the snapshot of the execution script. Note, supported only for execution script snapshots.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="snapshot"/>

qm:steps
Type:
anonymous complexType, complex content
The 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="step"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:task
Type:
anonymous complexType, empty content
[READ-ONLY] A task associated with the execution script.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="task">
<xs:complexType>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:variables
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element ref="variables"/>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set