element <qm:remote>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:remote> |
|
|
</qm:remote> |
Content model elements (7):
-
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: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"/> |
-
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"/> |
-
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"/> |
-
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> |
-
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"/> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] A empty marker.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |
-
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"/> |