ObjectRepositorySchema Schema
SmartIdentification Element
Description
The parent element containing the details of the test object's smart identification settings.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
PropertyRef ElementSequenceOptionalFilter ElementPropertyRef ElementSequenceBaseFilter ElementSequenceSmartIdentification Element
Overview
SmartIdentification optional SmartIdentificationType Complex Type
The parent element containing the details of the test object's smart identification settings.
Algorithm optional xs:string
Value is automatically generated by UFT. Do not add or modify this attribute manually.
Active optional xs:boolean
Indicates whether the smart identification mechanism is enabled for the test object.
Sequence
BaseFilter optional BaseFilterType Complex Type
The parent element containing the list of properties to include in the smart identification base filter.
Sequence
PropertyRef 0..∞ xs:string
The name of a property in the test object's smart identification base filter.
OptionalFilter optional OptionalFilterType Complex Type
The parent element containing the list of properties to include in the smart identification optional filter.
Sequence
PropertyRef 0..∞ xs:string
The name of a property in the test object's smart identification optional filter.
Source
<xs:element name="SmartIdentification" type="tns:SmartIdentificationType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element containing the details of the test object's smart identification settings.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also