|
ENTITY observed_environment_to_definition SUBTYPE OF (product_relationship); SELF\product_relationship.relating_product RENAMED defined_environment : environment_definition; SELF\product_relationship.related_product RENAMED observed_environment : observed_environment; END_ENTITY; -- observed_environment_to_definition |
Entity data types and their attributesproduct_relationshipid: identifier; name: label; (OPT) description: text; relating_product: product; related_product: product; observed_environment_to_definition (RT) relating_product->defined_environment: environment_definition; (RT) related_product->observed_environment: observed_environment; |
Global rules for this entity data type- |