ObjectRepositorySchema Schema
VRIArgumentValueType Complex Type
Description
A complex type that enables you to define a visual relation argument value.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Base Type
Extension of xs:string
Diagram
VRIArgumentValueType Complex Type
Overview
VRIArgumentValueType Extension of xs:string
A complex type that enables you to define a visual relation argument value.
Type required xs:string
The type of the visual relation argument. Possible value: Inline
Used By
Attributes
NameTypeUseDefaultFixedDescription
Typexs:stringrequired  The type of the visual relation argument. Possible value: Inline
Source
<xs:complexType name="VRIArgumentValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define a visual relation argument value.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="Type" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>The type of the visual relation argument. Possible value: Inline</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also