ObjectRepositorySchema Schema
CustomReplayType Complex Type
Description
Automatically generated by UFT if required. Do not add or modify manually.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Behavior ElementSequenceCustomReplayType Complex Type
Overview
CustomReplayType
Automatically generated by UFT if required. Do not add or modify manually.
Sequence
Behavior optional BehaviorType Complex Type
Element is automatically generated by UFT. Do not add or modify this element manually.
Name optional xs:string
Value is automatically generated by UFT. Do not add or modify this attribute manually.
Type optional xs:string
Value is automatically generated by UFT. Do not add or modify this attribute manually.
Used By
Source
<xs:complexType name="CustomReplayType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Automatically generated by UFT if required. Do not add or modify manually.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Behavior" type="tns:BehaviorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Element is automatically generated by UFT. Do not add or modify this element manually.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also