ObjectRepositorySchema Schema
SettingType Complex Type
Description
An automatically generated complex type defining an individual setting of an object. The data expected by the object is stored in binary format. Do not add or modify manually.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Base Type
Extension of xs:string
Diagram
SettingType Complex Type
Overview
SettingType Extension of xs:string
An automatically generated complex type defining an individual setting of an object. The data expected by the object is stored in binary format. Do not add or modify manually.
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
Attributes
NameTypeUseDefaultFixedDescription
Indexxs:stringrequired  The index of a property in binary storage. Do not add or modify this attribute manually.
Typexs:stringrequired  The data stream type. Do not add or modify this attribute manually.
Versionxs:intrequired  The data stream version. Do not add or modify this attribute manually.
Flagsxs:intrequired  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:complexType name="SettingType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An automatically generated complex type defining an individual setting of an object. The data expected by the object is stored in binary format. Do not add or modify manually.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="Index" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>The index of a property in binary storage. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Type" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>The data stream type. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Version" type="xs:int" use="required">
        <xs:annotation>
          <xs:documentation>The data stream version. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Flags" type="xs:int" use="required">
        <xs:annotation>
          <xs:documentation>The inner structure of the data stream. Do not add or modify this attribute manually.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also