ObjectRepositorySchema Schema
Argument Element
Description
A single name-value definition for a VisualRelation object.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Value ElementName ElementSequenceArgument Element
Overview
Argument 0..∞ VRIArgumentType Complex Type
A single name-value definition for a VisualRelation object.
Sequence
Name xs:string
The name of the visual relation argument.
Value VRIArgumentValueType Complex Type
The value of the visual relation argument.
Type required xs:string
The type of the visual relation argument. Possible value: Inline
Source
<xs:element name="Argument" type="tns:VRIArgumentType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A single name-value definition for a VisualRelation object.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also