Hi,
I have the following structure in my data model:
I am trying to infer Entity B using a rule table. I have defined the relationship(containment) between Entity A & Entity B. This is the rule that I have :
| <containment relationship from Entity A to Entity B> | |
|---|
| "ABC" | conditions required for "ABC" to exist |
| "DEF" | conditions required for "DEF" to exist |
But when I try this, OPM throws an error saying that I need an "otherwise" condition.
My understanding is that "otherwise" would be applicable for general rule tables, but is not required when trying to infer instances using a table. Then why do I get this error? Is there any way to fix this ?