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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00