Share this page
Description
| Namespace | http://www.mercury.com/qtp/ObjectRepository |
Diagram
Overview
 |  | Name optional xs:stringThe name of the parameter. |
 | Sequence  |  | Parameter optional xs:stringIndicates whether the default value is parameterized.Indicates whether the default value is parameterized. For repository parameters in the current version, the value is always No. |
|
 | Description optional xs:stringThe repository parameter description. |
|
|
Attributes
| Name | Type | Use | Default | Fixed | Description |
|---|
| Name | xs:string | optional | | | 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
Tips to improve your search results...
OpenText Functional Testing Object Repository Schema ReferenceOpenText Functional Testing ExtensibilityAllView Local Help CenterView Online Help CenterAll versions