The COMMENT element associates a comment with a pipeline component and preserves the comment when the file is rewritten. This element provides an alternative to using inline XML comments of the form <!-- ... -->.
<!ELEMENT COMMENT (#PCDATA)>
The COMMENT element has no attributes.
The COMMENT element has no sub-elements.
This example includes an informational comment.
<DIMSEARCH_CONFIG FILTER_FOR_ANCESTORS="FALSE" <COMMENT>Displays ancestor managed values.</COMMENT> /DIMSEARCH_CONFIG>