Filter Element

Description

The element containing the filtering rules for learning objects in UFT and for the Object Spy.

Diagram

Filter Element (Required, 1 element allowed)All (Required, 1 element allowed)Learn Element (Optional, up to 1 element(s) allowed)
Spy Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Filter">
    <xs:annotation>
        <xs:documentation>The element containing the filtering rules for learning objects in UFT and for the Object Spy.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:all>
            <xs:element name="Learn" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The filtering rules for learning objects in UFT.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="ImpFuncAttrs" />
                    <xs:attributeGroup ref="FilterAttrs" />
                </xs:complexType>
            </xs:element>
            <xs:element name="Spy" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The filtering rules for using the Object Spy in UFT.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="SpyAttrs" />
                </xs:complexType>
            </xs:element>
        </xs:all>
    </xs:complexType>
</xs:element>