list

Description

A list can list any other type including another list.

If the merge property is set to true then sub lists are merged with the main list. This feature is currently unsupported in Oddjob Designer.

Elements

values

Required: No.

Any values.

merge

Required: No, defaults to false.

If true then sub lists are merged in with this list..

Example

 <list>
   <value value="Hello World"/>
   <value value="Goodbye World"/>
   <list>
     <value value="42"/>
   </list>
 </list>
 


(c) Rob Gordon 2005