Hi, I understand that Syncope schemas only support simple types (String, Enum, Boolean, Long, Double, Date) and byte arrays.
Is there a best practice for storing composite values? We're thinking of managing acknowledgements of terms&conditions documents in our idm instance (is this usually done?) - which could be a multivalue attribute having a set of (reference to terms&conditions-document, date of acceptance) as values. One way would be to use String types and serialize the values e.g. to JSON, which would work if one doesn't need to support efficient searches for values of the components of a composite value. Cheers, Guido
