In 3.0 maps and arrays are not allowed to appear in results of AVTs and TVTs. Maps to not have a string value and can not be flattened, so it make sense to exclude them. But: arrays can be flatten to a sequence of item, and the later has a string value.
This is not a very common thing, but I had a project where this problem came up.
In 3.0 maps and arrays are not allowed to appear in results of AVTs and TVTs. Maps to not have a string value and can not be flattened, so it make sense to exclude them. But: arrays can be flatten to a sequence of item, and the later has a string value. This is not a very common thing, but I had a project where this problem came up.