|
ENTITY Externally_defined_activity_relationship SUBTYPE OF (Activity_relationship); INVERSE source : External_source_identification FOR item; WHERE WR1: NOT (SELF\Activity_relationship.name IN Pre_defined_activity_relationship_types); END_ENTITY; -- Externally_defined_activity_relationship |
Entity data types and their attributesActivity_relationshipname: STRING; (OPT) description: STRING; relating_activity: Activity; related_activity: Activity; Externally_defined_activity_relationship (INV) source: External_source_identification FOR item; |
Global rules for this entity data type- |