ObjectRepositorySchema Schema
SmartIdentificationType Complex Type
Description
A complex type that enables you to define the test object's smart identification information.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
PropertyRef ElementSequenceOptionalFilter ElementPropertyRef ElementSequenceBaseFilter ElementSequenceSmartIdentificationType Complex Type
Overview
SmartIdentificationType
A complex type that enables you to define the test object's smart identification information.
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.
Used By
Attributes
NameTypeUseDefaultFixedDescription
Algorithmxs:stringoptional  Value is automatically generated by UFT. Do not add or modify this attribute manually.
Activexs:booleanoptional1 Indicates whether the smart identification mechanism is enabled for the test object.
Source
<xs:complexType name="SmartIdentificationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define the test object's smart identification information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BaseFilter" type="tns:BaseFilterType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The parent element containing the list of properties to include in the smart identification base filter. </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OptionalFilter" type="tns:OptionalFilterType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The parent element containing the list of properties to include in the smart identification optional filter. </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="Algorithm" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Value is automatically generated by UFT. Do not add or modify this attribute manually.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Active" type="xs:boolean" use="optional" default="1">
    <xs:annotation>
      <xs:documentation>Indicates whether the smart identification mechanism is enabled for the test object.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also