ObjectRepositorySchema Schema
Comments Element
Description
Parent element containing the test object comments.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Diagram
Comment ElementSequenceComments Element
Overview
Comments optional
Parent element containing the test object comments.
Sequence
Comment 0..∞ CommentType Complex Type
A free-text comment for the test object.

To display the Comment in the Object Repository window, you must use the attribute name miccommentproperty.

Name optional xs:string
The comment name.

The comment name.
To display the comment in the Object Repository window, set the Name to miccommentproperty.

Source
<xs:element name="Comments" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent element containing the test object comments.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Comment" type="tns:CommentType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A free-text comment for the test object.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also