n-ary relations
-
-
As I understood Compound Types should be used to model n-ary relationships. I'd like to express that a certain browser has a certain feature and add more details about this relationship. E.g. if this counts for all facets, who can configure the feature, etc. Why do I have to restrict the properties of the compound type to "1"? E.g., I'd like to add more than one possible Actor to the relationship. One more related question: Is there a way to use a return/back property via this complex relationship that will show me all browsers supporting a certain feature? Unfortunatly I get a lot of errors, so that I cannot find out by trial.
-