ObjectRepositorySchema Schema
BehaviorType Complex Type
Description
Generated automatically 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
BehaviorTypeExtension of xs:string
Generated automatically if required. Do not add or modify manually.
Name optionalxs:string
Value is generated automatically. Do not add or modify this attribute manually.
Type optionalxs:string
Value is generated automatically. Do not add or modify this attribute manually.
Used By
Attributes
NameTypeUseDefaultFixedDescription
Namexs:stringoptional  Value is generated automatically. Do not add or modify this attribute manually.
Typexs:stringoptional  Value is generated automatically. 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>Generated automatically 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 generated automatically. 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 generated automatically. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also