/
One source instance maps to one target instance
One source instance maps to one target instance
One source instance implicitly creating one target instance of the specified map entity type.
MAP t_e:target::targetEntity; – map entity is specified.
FROM (s_e:source::sourceEntity)
WHEN ( . . .);
BEGIN_MAP
(* Attribute mapping *)
. . .
END_MAP;