Skip to main content
Question

FME Terminologies about List Attribute

  • August 29, 2013
  • 2 replies
  • 14 views

takashi
Celebrity
Hi,

 

 

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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • August 29, 2013
Hi,

 

 

according to http://fmepedia.safe.com/articles/FAQ/List-Attributes, Safe calls them as follows:

 

 

_list{} <-- list

 

_list{}.name <-- complex list

 

 

Personally, I'd call _list{}.sub{} a nested list and _list{}.sub{}.name a nested complex list, although I haven't seen these terms used by Safe.

 

 

David

takashi
Celebrity
  • Author
  • August 29, 2013
Hi David,

 

 

Thanks for the answer.

 

I think "complex list", "nested list" and "nested complex list" are expressing well the characteristics of those list types.

 

I also will use those terms!

 

Takashi