ГОСТ Р 55346—2012
(* The assign ment_descriptk>n specifies additional information about the Rank_assignment. *)
assignment_description : OPTIONAL text_se!ect.
(* The relevant_elements specifies a Rank_group that holds a number of elements ranked according to the same crite
ria. *)
relevant_elements: rank_group;
END_ENTITY:
(*A Rank_group is a placeholder for elements that are compared and ranked in accordance with a specified criterion. *)
ENTITY rank_group:
(* The classification_criteria specifies the purpose of the classification_criteria. It defines the criteria that are common to
all elements assigned to a Rank_group. *)
classification_criter»a : rankir>g_type;
(* The name specifies the word, or set of words, that is used to refer to the Rank_group. *)
name: label;
INVERSE
(* The relevant_etements specifies a Rank_group that holds a number of elements ranked according to the same crite
ria. *)
compared_etement; SET [0 : ?] OF rank_assignment FOR relevant_elements:
END_ENTITY;
(‘ A Rank_relation is the the mechanism for representing partially orders between two Ranking_element objects. *)
ENTITY rank_relation;
(* The higher rank specifies the higher priority Ranking_element. ’)
higher_rank: ranking_element;
(* The lower_rank specifies the lower priority Ranking_element. *)
lo\ver_rank; ranking_element;
END_ENTITY;
(*A Rankir»g_element is the representation of a distinct priority level in a Ranking_system. *)
ENTITY ranking_element;
(* The description specifies additional information about the Ranking_element. *)
description : OPTIONAL text_select;
(* The name specifies the word, or set of words, that is used to refer to a Ranking_element. ’)
name; label;
INVERSE
(* The lower_rank specifies the lower priority Ranking_element. ’ )
higher_ranked_element; SET [0 : ?) OF rank_relation FOR lower rank;
(* The higher_rank specifies the higher priority Ranking_element. *)
lower_ranked_element: SET [0 : ?) OF rank_relation FOR higher_rank;
END_ENTITY;
(‘ A Ranking system is a mechanism for representing discrete ranges of priority levels. *)
ENTITY ranking_system;
(* The description specifies additional information about the Ranking_system. *)
description : OPTIONAL text_select;
(* The highest_rank specifies the highest priority level in the Ranking_system. *)
highest_rank; ranking element;
(* The name specifies the word, or set of words, that are used to refer to the Ranking_system. *)
name : label;
END_ENTITY;
(*A Real_data_type_definition is a type of Elementary_maths_space that includes all real values. *)
ENTITY real_data_type_definition
SUBTYPE OF (etementary_maths_space);
END_ENTITY;
(‘ A Real„interval is a type of Maths_space that is a bounded sub-set of all real values. *)
ENTITY realjnterval
ABSTRACT SUPERTYPE OF (ONEOF(finite_real_interval. hibound_real_interval, lobound reaMnterval))
SUBTYPE OF (maths_space>;
END_ENTITY;
373