"http://www.omg.org/spec/BPMN/non-normative/color", "background-color", false, false);
SimpleFeatureMapEntry extensionEntryBgColor = new SimpleFeatureMapEntry(extensionAttributeBgColor,
backgroundColor);
edge.getBpmnElement().getAnyAttribute().add(extensionEntryBgColor);
EAttributeImpl extensionAttributeBorderColor = (EAttributeImpl) metadata .demandFeature(
"http://www.omg.org/spec/BPMN/non-normative/color", "border-color", false, false);
SimpleFeatureMapEntry extensionEntryBorderColor = new SimpleFeatureMapEntry(extensionAttributeBorderColor,
borderColor);
edge.getBpmnElement().getAnyAttribute().add(extensionEntryBorderColor);