ObjectRepositorySchema Schema
DefaultValueType Complex Type
Description
A complex type that enables you to define the default value of the repository parameter.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Base Type
Extension of xs:string
Diagram
DefaultValueType Complex Type
Overview
DefaultValueType Extension of xs:string
A complex type that enables you to define the default value of the repository parameter.
Parameter optional xs:string
Indicates whether the default value is parameterized.Indicates whether the default value is parameterized. For repository parameters in the current version of UFT, the value is always No.
Used By
Attributes
NameTypeUseDefaultFixedDescription
Parameterxs:stringoptional  Indicates whether the default value is parameterized.Indicates whether the default value is parameterized. For repository parameters in the current version of UFT, the value is always No.
Remarks
The value can be a constant value or the name of any parameter that is defined in the tests or components that use this object repository. 
Source
<xs:complexType name="DefaultValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define the default value of the repository parameter.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="Parameter" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>Indicates whether the default value is parameterized.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also