ENTITY managed_data_export
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY managed_data_export
SUBTYPE OF (managed_data_transaction);
data_destination : select_data_source;
DERIVE
exported_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_export has the following local and inherited explicit attributes:
Derived Attributes
Entity managed_data_export has the following local and inherited derived attributes:
Inverse Attributes
Entity managed_data_export has the following local and inherited inverse attributes:
Supertypes
Entity managed_data_export inherits from the following supertypes:
managed_data_transaction
Subtypes
No subtypesReferenced By
Entity managed_data_export 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