ENTITY managed_data_transaction
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY managed_data_transaction
SUPERTYPE OF (ONEOF(managed_data_export, managed_data_import) ANDOR
ONEOF (managed_data_creation, managed_data_modification));
application : managed_application_installation;
user : person_and_organization;
processing_date : date_and_time;
new_ids_assigned : BOOLEAN;
life_cycle_stage : OPTIONAL label;
transaction_description : OPTIONAL text;
INVERSE
processed_items : SET [1:?] OF managed_data_item FOR history;
UNIQUE
URM3 : application, processing_date;
END_ENTITY;
Explicit Attributes
Entity managed_data_transaction has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
application | managed_application_installation (ENTITY) | managed_data_transaction |
user | person_and_organization (ENTITY) | managed_data_transaction |
processing_date | date_and_time (ENTITY) | managed_data_transaction |
new_ids_assigned | BOOLEAN | managed_data_transaction |
life_cycle_stage | label (STRING) | managed_data_transaction |
transaction_description | text (STRING) | managed_data_transaction |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity managed_data_transaction has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
processed_items | SET OF managed_data_item (ENTITY) | managed_data_transaction |
|
Supertypes
No supertypesSubtypes
Entity managed_data_transaction has the following subtypes:
managed_data_creation*
managed_data_export*
managed_data_import*
managed_data_modification*
* - Immediate Subtypes
Referenced By
Entity managed_data_transaction and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00