|
ENTITY Sequencing_relationship SUBTYPE OF (Scheme_entry_relationship); sequencing_type : STRING; time_lag : OPTIONAL Time_interval; END_ENTITY; -- Sequencing_relationship |
Entity data types and their attributesActivity_method_relationshipname: STRING; (OPT) description: STRING; relating_method: Activity_method; related_method: Activity_method; Scheme_entry_relationship (RT) relating_method->relating_entry: Scheme_entry; (RT) related_method->related_entry: Scheme_entry; Sequencing_relationship sequencing_type: STRING; (OPT) time_lag: Time_interval; |
Global rules for this entity data type- |