I have a question on repeating property. Let's say I define a repeating property "reviewers". However, each of the value for reviewers is not a literal string. Instead, it consists of reviewer name, email, and phone number. So it is really repeating the construct and group. Can I create a custom object type, say "my_reviewer" for (reviewer name, email, phone number) and make "reviewers" a repeating property of this type? Or does Documentum only accept built-in data types (Boolean, String etc) for properties? If this doesn't work, how could we handle this requirement then? Each individual piece of data needs to be searchable and retrievable, though. Thanks in advance.