CommentCollection Data Type

A collection of comments.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
Comments list of Comment element 0/unbounded Gets the items.

Example

<CommentCollection>
  <Comments>
    <userText>...</userText>
    <author>...</author>
    <timestamp>...</timestamp>
    <systemGeneratedText>...</systemGeneratedText>
  </Comments>
</CommentCollection>