Navigation

possible_role_and_domain

A <possible_role_and_domain> is a <relationship> that indicates that a player <possible_individual> can possibly play the played <role_and_domain>.
EXAMPLE Acting as an anchor is a possible role for pump 1234.

EXPRESS specification:

ENTITY possible_role_and_domain
SUBTYPE OF ( relationship);
played  :  role_and_domain;
player  :  possible_individual;
END_ENTITY;

Attribute definitions:

played  :  The <role_and_domain> that the <possible_individual> can play.
player  :  The <possible_individual> that can play the <role_and_domain>.

References (1):

Name Type Referred through Express-G
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY possible_role_and_domain;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY relationship;
ENTITY possible_role_and_domain;
played  :  role_and_domain;
player  :  possible_individual;
END_ENTITY;