element <qm:remote> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:remote> |
|
|
</qm:remote> |
Content model elements (8):
-
Included in content model of elements (1):
-
Annotation
Properties only for remote script
XML Source (w/o annotations (10); see within schema source)
<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:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 9/9)
-
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"/>
|
-
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="inputParameter"/>
|
-
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"/>
|
{any element with any namespace}
-
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"/>
|