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 StandardPropertyParameterType Complex Type
The name of the parameter for parameterized properties.
RegularExpression optional xs:boolean
Indicates whether the value should be evaluated as a regular expression.
IgnoreSpace optional xs:boolean
Indicates whether the value should be evaluated ignoring the spaces.
MatchCase optional xs:boolean
Indicates whether the value should be evaluated with exact match by case.
NotExactMatch optional xs:boolean
Indicates whether the value should be evaluated with not exact match.
Formula optional xs:boolean
Indicates whether the value is an MS Excel formula.
Type optional xs:string
The type of parameter.
Source
<xs:element name="Parameter" type="tns:StandardPropertyParameterType" 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