ObjectRepositorySchema Schema
VRIArgumentType Complex Type
Description
A complex type that enables you to define a visual relation argument.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Value ElementName ElementSequenceVRIArgumentType Complex Type
Overview
VRIArgumentType
A complex type that enables you to define a visual relation argument.
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
Used By
Source
<xs:complexType name="VRIArgumentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define a visual relation argument.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The name of the visual relation argument.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Value" type="tns:VRIArgumentValueType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The value of the visual relation argument.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also