David, If you read 11.1 Basic Collection of CIM-SPL spec, you will know that the following syntax is supported.
Xiping
Import Class java.util.List:list1;
Strategy Execute_All_Applicable;
Policy
{
Condition
{
inCollection("1",[ "1", "2" ])
}
Decision
{
list.get(1)
}
}:1;
