SCHEMA exchange_schema; REFERENCE FROM epicentre_extensions; REFERENCE FROM static_work_environment; ENTITY dae_data_set_header; name : ndt_name ; facility_uuid : OPTIONAL ndt_string_255 ; description : OPTIONAL ndt_comment ; authorizations : ndt_long_name ; originating_system : OPTIONAL ndt_long_name ; preprocessor_version : OPTIONAL ndt_long_name ; time_stamp : OPTIONAL ndt_string_255 ; author : SET[0:?] OF ndt_string_255 ; organization : SET[0:?] OF ndt_string_255 ; quality_report : SET[0:?] OF ndt_string_255 ; data_model_id : OPTIONAL ndt_string_255 ; data_model_version : OPTIONAL ndt_string_255 ; imported_using : OPTIONAL dae_import_descriptor ; data_model : SET[0:?] OF dae_entity_definition ; INVERSE source : SET[0:?] OF dae_export_descriptor FOR extract_from ; export_history : SET[0:1] OF dae_export_descriptor FOR exchange_set ; import_history : SET[0:?] OF dae_import_descriptor FOR destination ; UNIQUE si: name; END_ENTITY; ENTITY dae_data_store_root; name : ndt_name ; facility_uuid : OPTIONAL ndt_string_255 ; always_true : ndt_boolean ; defining_descriptor : dae_data_set_header ; UNIQUE u: always_true; WHERE at : always_true; END_ENTITY; ENTITY dae_exchange_profile; name : ndt_name ; version : OPTIONAL ndt_string_255 ; namespace : ndt_name ; description : OPTIONAL ndt_comment ; data_model_id : OPTIONAL ndt_string_255 ; data_model_version : OPTIONAL ndt_string_255 ; scope_criteria : SET[0:?] OF ndt_long_sql ; identifier_criteria : SET[0:?] OF ndt_long_sql ; minimum_content_criteria : SET[0:?] OF ndt_long_sql ; bulk_data_order_criteria : SET[0:?] OF ndt_long_sql ; UNIQUE si: name, version, namespace; END_ENTITY; ENTITY dae_export_descriptor; description : OPTIONAL ndt_comment ; name : ndt_name ; initial_criteria : SET[0:?] OF ndt_long_sql ; extract_from : OPTIONAL dae_data_set_header ; exchange_set : OPTIONAL dae_data_set_header ; profile : OPTIONAL dae_exchange_profile ; UNIQUE si: name, exchange_set; END_ENTITY; ENTITY dae_import_descriptor; description : OPTIONAL ndt_comment ; name : ndt_name ; fill_criteria : SET[0:?] OF ndt_long_sql ; refresh_criteria : SET[0:?] OF ndt_long_sql ; delete_criteria : SET[0:?] OF ndt_long_sql ; destination : OPTIONAL dae_data_set_header ; profile : OPTIONAL dae_exchange_profile ; INVERSE exchange_set : SET[0:?] OF dae_data_set_header FOR imported_using ; UNIQUE si: name, destination; END_ENTITY; END_SCHEMA;