So, I guess there are no way to define an attribute that can have more
than one value... I know, I can store these labels in a svalue
attribute, but in such a manner I can't use lvalue capabilities, such
as the definition of the possible values.
How can I face this problem?
Maybe I can insert these labels as instance of a CONTENT element, but
I need a reference to the considered object and I haven't found
documentation on the "relation" data type. It still exists?
Thank you very much
Roberto
For what you are describing, you should include a several enumeration
(lvalue) type attributes on your object (gender, ethnicity, age, job).
All attributes are 'Nullable'; if you leave them undefined, that can
mean 'unknown'. Alternatively, you can explicitly add an 'unknown'
type.
--
David Mihalcik