<?xml version="1.0" encoding="ISO-8859-1"?>
<!ELEMENT comment (author?, text)>
	<!ELEMENT author (#PCDATA)>
	<!ELEMENT text (#PCDATA)>

<!-- comment can be added to any element such as paramdefn, action, wepsmanvalue, etc
'author' - name 
'text' comment text
-->
