|
ENTITY Condition_relationship; name : STRING; description : OPTIONAL STRING; relating_condition : Condition; related_condition : Condition; END_ENTITY; -- Condition_relationship |
Entity data types and their attributesCondition_relationshipname: STRING; (OPT) description: STRING; relating_condition: Condition; related_condition: Condition; |
Global rules for this entity data type- |