IdentificationProperties Element

Description

The group of identification properties for the test object class.

Important Information

This element replaces the Properties element that was used iearlier versions of the UFT One Test Object Schema. The Properties element is supported for backward compatibility purposes only.

Note for .NET Add-in users: Do not use this element for the .NET Add-in.

Diagram

IdentificationProperties Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)IdentificationProperty Element (Optional, unlimited elements allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IdentificationProperties">
    <xs:annotation>
        <xs:documentation>The group of identification properties for the test object class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="IdentificationProperty" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>