ObjectRepositorySchema Schema
OrdinalIdentifier Element
Description
The ordinal identifier to use for the test object.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Value ElementSequenceOrdinalIdentifier Element
Overview
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.
Source
<xs:element name="OrdinalIdentifier" type="tns:OrdinalIdentifierType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The ordinal identifier to use for the test object.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also