6.2.1.9 PROP_DEF_TO_UNITS
PROP_DEF_REP_HELP <ID>
representation
representation.context_of_items ->
representation_context =>
global_unit_assigned_context
global_unit_assigned_context.units
PROP_DEF_REP_HELP <ID>は、mapping ruleが入れ子になっているもので下記の通り。
property_definition
represented_definition = property_definition
represented_definition <-
property_definition_representation.definition
propelty_definition_representation
{[property_definition_representation.name = ID1]
[property_definition_representation.description = '.UNUSED.']}
property_definition_representation.used_representation ->
represented_definitionの値が、property_definitionであるという制限を受け、property_definition_representationの属性definitionがrepresented_definitionを参照している。
property_definition_representationは、属性nameによって、IDを参照し、属性descriptionは、値'.UNUSED.'であるという制限を受けているとき、property_definition_representationは属性used_representationによってrepresentationを参照する。
representationは、属性context_of_itemsによりrepresentation_contextを参照する。
representation_contextは、global_unit_assigned_contextの親entityであり、属性unitsを持っていることが記述されている。
この関係をEXPRESS-Gで表現すると図6.2-9となる。