ГОСТ Р 55346—2012
object; </li> <li>wholesaler: The assigned Person or Organization is in the sales chain between the manufacturer and the
supplier.<rti> </ul> *)
role ; label;
END_ENTITY:
(•A Physical_binding is the mapping between a Formal_physical_port and an Actual_physical_port such that the ports
are connected to each other. *)
ENTITY physical_binding;
(* The actual_port specifies the Actual_physical_port in the mapping. *)
actual_port: actual_physical_port;
(‘ The formal_port specifies the Formal_physical_port in the mapping. *)
formal_port; formal_physical_port;
WHERE
WR1; formal_port.port_of :=: actual_port.port_of.definition;
END_ENTITY;
(*A Physical_oomposition_relationship is a mechanism that relates a PhysicaIJnstance in the role of a component to
an assembly represented by a General__physical_definition object. <note>A Physical_composition_relationship is used
to describe the breakdown structure of a component. The General_physical_definition object can thus be composed of a
set of sub-components. Therefore, the relationship points on one hand at the definition and on the other hand at the
instances that belong to the component breakdown.</note> ‘)
ENTITY physical_composition_relationship;
(* The assembly specifies the General_physical_definition in the relationship. *)
assembly; general_physical_definition;
(* The component specifies the PhysicaIJnstance in the relationship. *)
component; PhysicaIJnstance;
(* The description specifies additional information about the relationship. *)
description: OPTIONAL text_select;
END_ENTITY;
(*A Physical_connection is the mechanism for associating two Physical_port objects to each other. <note num-
ber=*1">The Physical_connecbon specifies an ideal connection between two ports. It is assumed there is no energy toss
in the connection. In case a non-ideal connection is desired then connection in itself shall be represented by a Gener-
al_physical_definition or PhysicaIJnstance object.</note> <note number=’2">ln a functional specification the closest
corresponding entity to Physical connection is a FunctionalJink.</note> <note number="3">The Physical_connection is
bi-directional.</note> *)
ENTITY physicalconnection;
(* The connected specifies the second Physical_port in the relationship. *)
connected; physical_port;
(* The connecting specifies the first Physical_port in the relationship. *)
connecting ; physical_port;
END_ENTITY:
(*A PhysicaIJnstance is the occurrence of a General_physical_definitton within a system specification. *)
ENTITY PhysicaIJnstance;
(* The definition specifies the General_physicaljtefmition that provides the specification of the PhysicaIJnstance. *)
definition : general_physical_definitton;
(* The descnption specifies additional information about the PhysicaIJnstance. *)
description : OPTIONAL text_select;
(* The id specifies the identifier of the Physical Jnstance. *)
id ;elementjdentifier.
(* The name specifies the word, or set of words, that is used to refer to the PhysicaIJnstance. *)
name; label;
(* The presentattonjd specifies the identity information for a PhysicaIJnstance that shall be presented to the user. *)
presentationJd ; OPTIONAL label;
INVERSE
(* The porljOf specifies the PhysicaIJnstance for which the port of provides part of the interface. *)
actual_port: SET [0 : ?] OF actual_physical_port FOR port_of;
UNIQUE
UR1: definition, id;
END_ENTITY;
368