ENTITY managed_data_item

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issues 80 and 103 *)
ENTITY managed_data_item;
	instance_id : globally_unique_id;
	originating_application : OPTIONAL managed_application_installation;
	data_item : select_data_item;
	history : LIST [0:?] OF UNIQUE managed_data_transaction;
	original_data : LOGICAL;
UNIQUE
 	URM5 : instance_id, data_item;
	(*	
		the meta-data provided by the managed_data_item 
		(in particular, its unique identifier) shall be 
		unique to the item of data associated here 
	*)
WHERE
	WRM36 : unique_data_item(data_item);
	(*	
		The instance of the data entity referenced by the
		attribute data_item shall be unique to this managed_data_item, 
		or it shall be of the type managed_data_deleted 
	*)
END_ENTITY;

Explicit Attributes

Entity managed_data_item has the following local and inherited explicit attributes:
AttributeTypeDefined By
 instance_idglobally_unique_id (STRING)managed_data_item
 originating_applicationmanaged_application_installation (ENTITY)managed_data_item
 data_itemselect_data_item (SELECT)managed_data_item
 historyLIST OF managed_data_transaction (ENTITY)managed_data_item
 original_dataLOGICALmanaged_data_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity managed_data_item has the following subtypes:
    managed_data_item_with_history*
* - Immediate Subtypes

Referenced By

Entity managed_data_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 get_instance_id FUNCTION managed_data_item
 managed_data_creation ENTITY managed_data_item
 managed_data_deleted ENTITY managed_data_item
 managed_data_export ENTITY managed_data_item
 managed_data_import ENTITY managed_data_item
 managed_data_item_with_history ENTITY managed_data_item
 managed_data_modification ENTITY managed_data_item
 managed_data_transaction ENTITY managed_data_item
 unique_data_item FUNCTION managed_data_item


[Top Level Definitions] [Exit]

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