ГОСТ Р 55346—2012
(* The offset specifies the amount of time before or after the defined event that shall be used to calculate the actual
pant in time. *)
offset: value_with_unit;
END_ENTlTY:
(*A project_relationship is a relationship between hvo Project objects.
*)
ENTITY project_relationship;
(* The description specifies additional information about the description.
*)
description : OPTIONAL text_selecl;
(* The related specifies the second of the two Project objects related by a related.
<r>ote
number=’1*>
The semantics of this attribute are defined by the attribute relationjype.
</note> *)
related: project;
(* The relating specifies the first of the two Project objects related by a relating.
<note
number=’2‘>
The semantics of this attribute are defined by the attribute relation_type.
</note> *)
relating; project;
(* The relation_type specifies the meaning of the relationship. Where applicable, the following values shall be used:
*)
relation type ; label;
END_ENTITY;
(*A Prcperty_assignment is a mechanism of associating a Property_value with an element. *)
ENTITY property_assignment;
(* The assigned_to specifies the element with which the property is associated. <note>The list of entities shall be scruti
nized by the PAS 20542 group.</note> *)
assigned_to ; property_assignment_select:
(* The assignment_rationale specifies the motivation for assigning a Property_value. *)
assignment_rationale : OPTIONAL text_select:
(* The measurement_method specifies the method used to obtain the Property_assignment. Where applicable one of
the following values shall be used;<ul> <li>measurement;</li> <li>estimation.</li> </u> *)
measurement_method: label;
(* The property specifies the property assigned. ’)
property ; property_value;
(* The property_name specifies the ’word, or set of words, that is used to refer to the Property value in the context of
the element to which the Property_value is assigned. *)
property name: label;
END_ENTITY;
(*A Property definition is the definition of a special quality. <r>ote>AProperty may reflect physics or arbitrary user defined
measurements.</note> *)
ENTITY property_defmition;
(* The allowed_umt specifies the unit or set of units that are accepted.<example number= ’23’>A company may accept a
mass specified in kilograms or tonnes, but not in grams or pounds.</example> *)
ailowed_unit; SET [0 : ?] OF unit;
(* The description specifies additional information about the Property_definition. *)
description : OPTIONAL text_select;
(* The property type specifies the nature of the property, «example number=’24’>Possibte values for property_type
include ’electrical’ and “time“.</example> ’)
property_type: label;
END_ENTITY;
(*A Property relationship is a relationship between two Property objects, «example number="25">Property_relationship
may be used to indicate that the value of one Property_definition can be derived from the value of another Property_defi-
nition.«/example> *)
371