ObjectRepositorySchema Schema
Settings Element
Description
The parent element containing all settings of a checkpoint object or output object other than identification property settings.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Setting ElementSequenceSettings Element
Overview
Settings optional SettingsType Complex Type
The parent element containing all settings of a checkpoint object or output object other than identification property settings.
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.
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 a checkpoint object or output object other than identification property settings.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also