ObjectRepositorySchema Schema
Parameter Element
Description
The name of the parameter for parameterized properties.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Parameter Element
Overview
Parameter ParameterType Complex Type
The name of the parameter for parameterized properties.
Type optional xs:string
The type of parameter. The type of parameter.  For repository parameters in the current version of UFT, the parameter Type is always Repository.
RegularExpression optional xs:boolean
Indicates whether the parameter value should be evaluated as a regular expression.
Remarks
The value of a property can be a fixed value or it can be parameterized.  Therefore, a Property element can have either a Parameter child element or a Value child element.  It cannot have both.
Source
<xs:element name="Parameter" type="tns:ParameterType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The name of the parameter for parameterized properties.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also