ObjectRepositorySchema Schema
BaseFilterType Complex Type
Description
A complex type that enables you to define the test object's smart identification base filter properties.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
PropertyRef ElementSequenceBaseFilterType Complex Type
Overview
BaseFilterType
A complex type that enables you to define the test object's smart identification base filter properties.
Sequence
PropertyRef 0..∞ xs:string
The name of a property in the test object's smart identification base filter.
Used By
Source
<xs:complexType name="BaseFilterType" 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 base filter properties.  </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PropertyRef" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The name of a property in the test object's smart identification base filter.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also