I have an xtext validation precedure which traverses the elements of the document and might find errors on elements in other files as the one being checked. However, when committing the error it is not marked in the other file, but in the current file at the position of the erroneous element in its file.
How can I assign an error to an other file?