How to define a Set structure attribute in dynamic model
Hi
How to define a Set structure attribute in the dynamic model.
In the documentation, it just point out attribute's type is limited to basic type such as string,int... How can i define a set structure which contains string for a attribute in mdl files.
wangw98
11 Posts
424
0
Posted January 11th, 2012 00:00
Define the attribute as table just like this:
table attributename string;
it will be constructed as MR_IS_SET.