Model serialization – Reference Full Paths

ORIGAM used to serialize full paths when storing references to other model elements. In the current diff I see these are stripped. It is not a functional problem, but it makes it hard comparing the files by a human eye.

The correct format is:
Path/FileName.origam#XPath/To/Element/Id

Where the engine only uses the last part – Id to actually look up the element. The rest is informational.