ГОСТ Р ИСО 15531-43 - 2011
ENTITY flow;
id: identifier;
name: label;
description: text;
corresponds_to:process_flow_assignment;
classification: type_of_flow;
decomposes_into: SET [0:?] OF flow;
UNIQUE
UR1: id;
END_ENTITY;
ENTITY process_flow_assignment;
END_ENTITY;
ENTITY process_property_value;
val: primitive_value;
is_described_by:property_bsu;
END_ENTITY;
ENTITY f1ow_property_value;
val: primitive_value;
is_described_by:property_bsu;
END_ENTITY;
ENTITY material_flow
SUBTYPE OF (flow};
classification: type_of_material_flow;
END_ENTITY;
ENTITY information_flow
SUBTYPE OF (flow);
END_ENTITY;
ENTITY raw_material
SUBTYPE OF (material_flow);
refers_to: product;
END_ENTITY;
ENTITY component
SUBTYPE OF (material_flow);
refers_to: product;
END_ENTITY;
END_SCHEMA; -- manufacturing_flow_management_data_schema
27