Currently the override syntax is just propertyname:propertyValue
This makes it impossible for example to specify displayName because suddenly ALL displayName properties will be given the same override value.
Need to decide a syntax that the parser is happy with.
e.g.
[typename.]propertyname:val1[,val2,val3]