ObjectRepositorySchema Schema
SettingsType Complex Type
Description
A complex type that enables you to define settings of an object.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Setting ElementSequenceSettingsType Complex Type
Overview
SettingsType
A complex type that enables you to define settings of an object.
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.
Used By
Remarks

A Settings element can be located under a CheckpointOrOutput element or under an EncodedObject element.

In a CheckpointOrOutput element, the Settings element is used to define all settings of a checkpoint object or output object other than identification property settings.

In an EncodedObject element, the Setting element contains Insight test object information, such as the test object image, snapshots, and ClickPoint.

Source
<xs:complexType name="SettingsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define settings of an object.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Setting" type="tns:SettingType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An individual setting of an object.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also