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:
AttributeTypeDefined By
 applicationmanaged_application_installation (ENTITY)managed_data_transaction
 userperson_and_organization (ENTITY)managed_data_transaction
 processing_datedate_and_time (ENTITY)managed_data_transaction
 new_ids_assignedBOOLEANmanaged_data_transaction
 life_cycle_stagelabel (STRING)managed_data_transaction
 transaction_descriptiontext (STRING)managed_data_transaction

Derived Attributes

    No derived attributes

Inverse Attributes

Entity managed_data_transaction has the following local and inherited inverse attributes:
AttributeTypeDefined By
 processed_itemsSET OF managed_data_item (ENTITY)managed_data_transaction

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 managed_data_creation ENTITY managed_data_transaction
 managed_data_group ENTITY managed_data_transaction
 managed_data_item ENTITY managed_data_transaction
 managed_data_item_with_history ENTITY managed_data_transaction
 managed_data_modification ENTITY managed_data_transaction


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00