ENTITY managed_data_import
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY managed_data_import
SUBTYPE OF (managed_data_transaction);
data_source : select_data_source;
DERIVE
imported_set : SET [1:?] OF managed_data_item := bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.MANAGED_DATA_ITEM.HISTORY'));
assignments : SET [0:?] OF managed_data_group := bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.MANAGED_DATA_GROUP.ITEMS'));
END_ENTITY;
Explicit Attributes
Entity managed_data_import has the following local and inherited explicit attributes:
Derived Attributes
Entity managed_data_import has the following local and inherited derived attributes:
Inverse Attributes
Entity managed_data_import has the following local and inherited inverse attributes:
Supertypes
Entity managed_data_import inherits from the following supertypes:
managed_data_transaction
Subtypes
No subtypesReferenced By
Entity managed_data_import 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