ObjectRepositorySchema Schema
Settings Element
Description
The parent element containing all settings of an EncodedObject.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Setting ElementSequenceSettings Element
Overview
Settings optional SettingsType Complex Type
The parent element containing all settings of an EncodedObject.
Sequence
Setting 0..∞ SettingType Complex Type
An individual setting of an object.
Index required xs:string
The index of a property in binary storage. Do not add or modify this attribute manually.
Type required xs:string
The data stream type. Do not add or modify this attribute manually.
Version required xs:int
The data stream version. Do not add or modify this attribute manually.
Flags required xs:int
The inner structure of the data stream. Do not add or modify this attribute manually.
Remarks

In an EncodedObject element, the Setting element contains Insight test object information, such as the test object image, snapshots, and ClickPoint. To modify these, use the Object Repository dialog box.

Source
<xs:element name="Settings" type="tns:SettingsType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element containing all settings of an EncodedObject.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also