bpmn-miwg-tools icon indicating copy to clipboard operation
bpmn-miwg-tools copied to clipboard

Unnecessary finding: "Difference found in attribute name" when reference attribute is empty and vendor removes it

Open tstephen opened this issue 9 years ago • 1 comments

Consider this excerpt from the A.1.0 reference model

  <semantic:sequenceFlow sourceRef="_93c466ab-b271-4376-a427-f4c353d55ce8" targetRef="_ec59e164-68b4-4f94-98de-ffb1c58a84af" name="" id="_e16564d7-0c4c-413e-95f6-f668a3f851fb"/>

The Yaoqiang 2 model writes the same thing as:

  <semantic:sequenceFlow id="_e16564d7-0c4c-413e-95f6-f668a3f851fb" sourceRef="_93c466ab-b271-4376-a427-f4c353d55ce8" targetRef="_ec59e164-68b4-4f94-98de-ffb1c58a84af"/>

The xml-compare tool reports:

  • Difference found in attribute name which is syntactically true but not semantically important so I propose to suppress the finding in this situation.

tstephen avatar Oct 25 '14 09:10 tstephen