ГОСТ Р 55346—2012
ENTITY data_transfer;
data : datajnstance;
direction: data_direction;
transfer: implied_extemaJJnteraction;
END_ENTITY:
ENTITY date_and_person_assignment;
assigned_date_and_person : date_and_person_organization;
assigned_to: person_organization_assignment_setect:
description: OPTIONAL text_select:
role : label;
END.ENTITY:
ENTITY date_and_person_organization;
actual_date : date_time;
person_organization; person_organization_setect:
END_ENTITY;
ENTITY date_assignment.
assigned_to: date_ass*gnment_select;
date ; date_time:
role; label;
END_ENTlTY;
ENTITY date_time;
day_component: INTEGER;
hour_component: INTEGER;
minute_component: INTEGER;
month_component; INTEGER,
secondcomponent; INTEGER;
yearcomponent; INTEGER;
WHERE
WR1: {0 <= hour_component <= 23}:
WR2: {0 <= minute_component <= 59};
WR3; {0 <= second_component <= 59};
WR4; {1 <= month_component <= 12}:
WR5: {1 <= day_component <= 31};
WR6: year component >= 0;
END_ENTITY:
ENTITY derived_data_type_definition
SUBTYPE OF (user_defined_data_type_definition);
expression: text_select;
resultant_data_type : data_type_definition_setect;
END_ENTITY;
ENTITY digital_document
SUBTYPE OF (documentatk>n_reference);
document_format: OPTIONAL label:
document_size : OPTIONAL label:
location : label;
END_ENTITY:
ENTITY document_assignment
SUPERTYPE OF ( partial_document_assignment);
description: OPTIONAL text_select:
documentation: documentation_reference:
documented_object: instance_definition_select;
END_ENTITY:
276