element <remotescript>
Namespace:
Type:
anonymous complexType
Content:
complex, 17+any elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 17+any elements
Used:
never
XML Representation Summary
<remotescript>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, tags?, type?, shareprefix?, relativepath?, manageadapter?, adapterid?, fullpath?, authorid?, ownerid?, markerAny, {any}*
</remotescript>
Content model elements (17):
Annotation
A script that is executed by an adapter to a command line or external test tool.
XML Source (w/o annotations (19); see within schema source)
<xs:element name="remotescript">
<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="tags" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="type" type="xs:string"/>
<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="manageadapter" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/>
<!-- for backwards compat with RQM 1.0.1 -->
<xs:element maxOccurs="1" minOccurs="0" name="authorid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="ownerid" type="xs:string"/>
<!-- properties -->
<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; 18/18)
This is a placeholder for any extra content in the remote test script.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

adapterid
Type:
xs:string, predefined, simple content
Id of the adapter that manages the script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>

alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the remote script.
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 remote script.
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 remote script.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

authorid
Type:
xs:string, predefined, simple content
** Depreicated ** An entity primarily responsible for making the remote script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="authorid" type="xs:string"/>

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

fullpath
Type:
xs:string, predefined, simple content
The path to the script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="fullpath" type="xs:string"/>

manageadapter
Type:
xs:boolean, predefined, simple content
Boolean indicating whether the script is managed by the adapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="manageadapter" type="xs:boolean"/>

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 remote script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ownerid" type="xs:string"/>

relativepath
Type:
xs:string, predefined, simple content
Location of the script relative to the shareprefix.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="relativepath" type="xs:string"/>

shareprefix
Type:
xs:string, predefined, simple content
UNC prefix for the network share location.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="shareprefix" type="xs:string"/>

tags
Type:
xs:string, predefined, simple content
A Read-Only Tag associated with the script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="tags" type="xs:string"/>

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

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