Comment Data Type

A comment.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
author string element 0/1 Gets the author.
systemGeneratedText string element 0/1 Gets the system generated text.
timestamp string element 0/1 Gets the timestamp.
userText string element 0/1 Gets the user text.

Example

<Comment>
  <userText>...</userText>
  <author>...</author>
  <timestamp>...</timestamp>
  <systemGeneratedText>...</systemGeneratedText>
</Comment>