An XML.comment that is encountered outside the document type declaration is represented by a syntax element with field type XML.comment. The value of the element is the comment text from the XML message.
< > & " '
The following is an example of the XML comment in an XML document:
<example><!-- This is a comment --></example>