ObjectRepositorySchema Schema
Parameter Element
Description
A repository parameter.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Description ElementDefaultValue ElementSequenceParameter Element
Overview
Parameter 0..∞
A repository parameter.
Name optional xs:string
The name of the parameter.
Sequence
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.
Description optional xs:string
The repository parameter description.
Attributes
NameTypeUseDefaultFixedDescription
Namexs:stringoptional  The name of the parameter.
Source
<xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A repository parameter.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DefaultValue" type="tns:DefaultValueType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The default value for the repository parameter.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The repository parameter description.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the parameter.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also