I want to know FME standard terminologies about list attribute.
For example, there are some types of list attribute or its expression, how should I call the type name when I need to distinguish them?
_list{} <-- called "simple list", "non-structured list"?
_list{}.name <-- "structured list"?
_list{}.sub{} <-- "multidimentional list", "nested list"?
etc.
If you know related documentations, please let me know URL. Thanks in advance.
Takashi