ObjectRepositorySchema Schema
Setting Element
Description
An individual setting of an object.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Setting Element
Overview
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 a CheckpointOrOutput element, the Setting element is used to define an individual setting of a checkpoint object or output object other than identification property setting.

To modify such settings, you must use the relevant Checkpoint Properties or Output Value Properties dialog box.

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="Setting" type="tns:SettingType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An individual setting of an object.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also