ObjectRepositorySchema Schema
BehaviorType Complex Type
Description
Automatically generated by UFT if required. Do not add or modify manually.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Base Type
Extension of xs:string
Diagram
BehaviorType Complex Type
Overview
BehaviorType Extension of xs:string
Automatically generated by UFT if required. Do not add or modify 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
Attributes
NameTypeUseDefaultFixedDescription
Namexs:stringoptional  Value is automatically generated by UFT. Do not add or modify this attribute manually.
Typexs:stringoptional  Value is automatically generated by UFT. Do not add or modify this attribute manually.
Source
<xs:complexType name="BehaviorType" 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:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="Name" type="xs:string">
        <xs:annotation>
          <xs:documentation>Value is automatically generated by UFT. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Type" type="xs:string">
        <xs:annotation>
          <xs:documentation>Value is automatically generated by UFT. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also