ObjectRepositorySchema Schema
PropertyRef Element
Description
An individual property in the test object's learned description.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
xs:string
Diagram
PropertyRef Element
Overview
PropertyRef 0..∞ xs:string
An individual property in the test object's learned description.
Remarks

You should have one PropertyRef element for each property that is learned for the object.

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>An individual property in the test object's learned description.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also