ObjectRepositorySchema Schema
Comment Element
Description
A free-text comment for the test object.

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

Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Comment Element
Overview
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.

Remarks

Only one comment can be displayed in the Object Repository window for a particular object. 
It is valid to include more than one <Comment> element under the %:ObjectRepositorySchema_xsd~e~ObjectType!@!Comments% element for an object, but the Object Repository window displays only the last Comment element with the attribute name miccommentproperty.

 

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