ObjectRepositorySchema Schema
Arguments Element
Description
The parent element containing additional name-value definitions for a VisualRelation object.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Value ElementName ElementSequenceArgument ElementSequenceArguments Element
Overview
Arguments 0..∞
The parent element containing additional name-value definitions for a VisualRelation object.
Sequence
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="Arguments" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element containing additional name-value definitions for a VisualRelation object.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Argument" type="tns:VRIArgumentType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A single name-value definition for a VisualRelation object.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also