ObjectRepositorySchema Schema
StandardPropertyParameterType Complex Type
Description
A complex type that enables you to define the fixed (constant) value of the Checkpoint/Output property.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Base Type
Extension of xs:string
Diagram
StandardPropertyParameterType Complex Type
Overview
StandardPropertyParameterType Extension of xs:string
A complex type that enables you to define the fixed (constant) value of the Checkpoint/Output property.
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.
Used By
Attributes
NameTypeUseDefaultFixedDescription
RegularExpressionxs:booleanoptional0 Indicates whether the value should be evaluated as a regular expression.
IgnoreSpacexs:booleanoptional0 Indicates whether the value should be evaluated ignoring the spaces.
MatchCasexs:booleanoptional0 Indicates whether the value should be evaluated with exact match by case.
NotExactMatchxs:booleanoptional0 Indicates whether the value should be evaluated with not exact match.
Formulaxs:booleanoptional0 Indicates whether the value is an MS Excel formula.
Typexs:stringoptional  The type of parameter.
Source
<xs:complexType name="StandardPropertyParameterType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A complex type that enables you to define the fixed (constant) value of the Checkpoint/Output property.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="RegularExpression" type="xs:boolean" use="optional" default="0">
        <xs:annotation>
          <xs:documentation>Indicates whether the value should be evaluated as a regular expression.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="IgnoreSpace" type="xs:boolean" use="optional" default="0">
        <xs:annotation>
          <xs:documentation>Indicates whether the value should be evaluated ignoring the spaces.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="MatchCase" type="xs:boolean" use="optional" default="0">
        <xs:annotation>
          <xs:documentation>Indicates whether the value should be evaluated with exact match by case.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="NotExactMatch" type="xs:boolean" use="optional" default="0">
        <xs:annotation>
          <xs:documentation>Indicates whether the value should be evaluated with not exact match.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Formula" type="xs:boolean" use="optional" default="0">
        <xs:annotation>
          <xs:documentation>Indicates whether the value is an MS Excel formula.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="Type" type="xs:string">
        <xs:annotation>
          <xs:documentation>The type of parameter.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also