<LIST
	name="name of the list"
	scope= "application | attributes | caller | cgi | client | form | formOrUrl | request | server | session | url | variables"
	comments="plain English comments"
	delimeters="character(s) used to delimit each item in the list"
	onCondition="an expression"
	format="CFML | WDDX"
	optional="true | false"
	default="default value if none is given">

A list is a series of strings or numbers separated by a single or multiple character delimeter.

NAME

Required. This is the name of the variable.

SCOPE

Required. This is the scope of the variable.

COMMENTS

Optional. These are the plain English comments that describe the variable in detail.

DELIMETERS

Required. This is the character(s) used to separate each element in the list. The default is a comma.

ONCONDITION

Optional. Any expression, similar to use as in <cfif>. If this expression evaluates to true, this variable is used.

FORMAT

Optional. This specifies whether the variable is a regular CFML variable or a WDDX packet that should be deserialized.

OPTIONAL

Optional. If the variable is not required, set this as "yes". If this attribute is not included, it is assumed to be "no".

DEFAULT

Optional. Optional variables have a default value. The default value is the value the variable will assume if no value is passed into the fuse.