ObjectRepositorySchema Schema
Value Element
Description
The value of the property for properties set to a constant value.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Value Element
Overview
Value ValueType Complex Type
The value of the property for properties set to a constant value.
RegularExpression optional xs:boolean
Indicates whether the 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="Value" type="tns:ValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The value of the property for properties set to a constant value.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also