Comments

You can include standard XML comments in CTF files.

However if you want the information to appear in the metadata panel of Autodesk applications, you can use Description elements instead of comments.

XML comments begin with:

<!--

and end with:

-->

Comments cannot appear inside tags (between < and >). In addition, comments cannot be nested.