ObjectRepositorySchema Schema
DefaultValue Element
Description
The default value for the repository parameter.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
DefaultValue Element
Overview
DefaultValue optional DefaultValueType Complex Type
The default value for 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.
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:element name="DefaultValue" type="tns:DefaultValueType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The default value for the repository parameter.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also