ObjectRepositorySchema Schema
Parameters Element
Description
The parent element containing the repository parameters defined for the object repository.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Parameter ElementSequenceParameters Element
Overview
Parameters
The parent element containing the repository parameters defined for the object repository.
Sequence
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, the value is always No.
Description optional xs:string
The repository parameter description.
Source
                                    <
                                    xs:element 
                                    name
                                    ="Parameters"
                                     xmlns:xs
                                    ="http://www.w3.org/2001/XMLSchema"
                                    >
  <xs:annotation>
    <xs:documentation>The parent element containing the repository parameters defined for the object repository.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
        <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>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also