Share this page
Description
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 of UFT, 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...
UFT One Object Repository Schema ReferenceUFT One ReferenceAllView Local Help CenterView Online Help CenterbackGo back in browser historyforwardGo forward in browser historyRemove search highlightsnext topicGo to next topicprevious topicGo to previous topicPrint the current topicAll versions