Get Attribute data Type

I am writing a plugin where I need to find the nested cdt attributes, for ex:

cdt name: abc

attributes : id (Integer), name(Text), details(xyz?List)

 

cdt name: xyz

attributes: add1 (Text)

 

I am able to find that "details" is a object of type list, but I am not able to find its class that is xyz. Any idea?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data