ObjectRepositorySchema Schema
BasicIdentificationType Complex Type
Description
A complex type that enables you to define the test object's learned description.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Value ElementSequenceOrdinalIdentifier ElementPropertyRef ElementSequenceBasicIdentificationType Complex Type
Overview
BasicIdentificationType
A complex type that enables you to define the test object's learned description.
Sequence
PropertyRef 0..∞ xs:string
An individual property in the test object's learned description.
OrdinalIdentifier optional OrdinalIdentifierType Complex Type
The ordinal identifier to use for the test object.
Type required xs:string
The type of ordinal identifier used for this test object. The type of ordinal identifier used for this object.   Possible values:
  • Index--The order in which the object appears in the application code relative to other objects with an otherwise identical description.
  • Location--The order in which the object appears within the parent window, frame, or dialog box relative to other objects with an otherwise identical description.
  • CreationTime (for Browser test objects only)--The order in which the browser was opened relative to other open browsers with an otherwise identical description.
Sequence
Value optional xs:int
The numeric value of the ordinal identifier.
Used By
Source
<xs:complexType name="BasicIdentificationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define the test object's learned description.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PropertyRef" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An individual property in the test object's learned description.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrdinalIdentifier" type="tns:OrdinalIdentifierType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The ordinal identifier to use for the test object.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also