<?xml version="1.0" encoding="ISO-8859-1"?>
<!ELEMENT paramdefn (paramname, paramtype, paramunit?, abs_min?, abs_max?, rec_min?, rec_max?, decomp?)>
<!ELEMENT paramname (#PCDATA)>
<!ELEMENT paramtype (#PCDATA)>
<!ELEMENT	paramunit (#PCDATA)>
	<!ATTLIST paramunit order CDATA "PRIMARY">
<!ELEMENT decomp EMPTY>
<!ELEMENT abs_min (#PCDATA)>
	<!ATTLIST abs_min exclude (true | false) #IMPLIED>
<!ELEMENT abs_max (#PCDATA)>
	<!ATTLIST abs_max exclude (true | false) #IMPLIED>
<!ELEMENT rec_min (#PCDATA)>
	<!ATTLIST rec_min exclude (true | false) #IMPLIED>
<!ELEMENT rec_max (#PCDATA)>
	<!ATTLIST rec_max exclude (true | false) #IMPLIED>


<!--param_defnDTD: This dtd sepcifies the structure of a parameter in any operation.
'paramtype' specifies the type of the parameter such as float, int, String or choice. choice (choicelists) 
parameters don't have any units.
'paramunit' specifies the basic unit in which the output is written. Alternate units are in param-lang.dtd
-->
			
