ObjectRepositorySchema Schema
PropertyRef Element
Description
The name of a property in the test object's smart identification base filter.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
xs:string
Diagram
PropertyRef Element
Overview
PropertyRef 0..∞ xs:string
The name of a property in the test object's smart identification base filter.
Remarks
You should have one PropertyRef element for each property in the smart identification base filter.

Only properties defined under the Properties element for the object are valid values for this element.

Source
<xs:element name="PropertyRef" type="xs:string" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The name of a property in the test object's smart identification base filter.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also