element <qm:remote>
Namespace:
Type:
anonymous complexType
Content:
complex, 7+any elements
Defined:
Includes:
definitions of 7+any elements
XML Representation Summary
<qm:remote>
   
Content: 
qm:shareprefix?, qm:relativepath?, qm:fullpath?, qm:manageadapter?, qm:adapterid?, qm:labresource?, qm:markerAny, {any}*
</qm:remote>
Content model elements (7):
qm:adapterid (type xs:string),
qm:fullpath (type xs:string),
qm:manageadapter (type xs:boolean),
qm:relativepath (type xs:string),
qm:shareprefix (type xs:string)
Included in content model of elements (1):
Annotation
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>
<!-- 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; 8/8)
This is a placeholder for any extra content in the test script.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

qm: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"/>

qm: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"/>

qm:labresource
Type:
anonymous, empty content
Favourite Machine, if adapter available on it, test should be executed on it as first preference. Although it is not guaranted always.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:manageadapter
Type:
xs:boolean, predefined, simple content
[READ-ONLY] 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"/>

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

qm: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"/>

qm: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"/>

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