The PARAMETER structure is a parsed form of a linked list of attribute/value pairs. It contains the following information:
char *attribute;
Attribute name.
char *value;
Value.
PARAMETER *next;
Next parameter in list.