Delete any attribute for a given s7:elementID.
deleteAttr.elementID={attributeName%26attributeName}
If an FXG node element has a s7:elementID
defined, the attributes for that node can be deleted with this command.
<Group x="130.494" y="102.2246" d:id="4" d:type="layer" d:userLabel="WhiteFrame" visible="true" s7:elementID="middle_area">
deleteAttr.middle_area={x%26y%26visible}
<Group d:id="4" d:type="layer" d:userLabel="WhiteFrame" s7:elementID="middle_area">
This example removes the attributes x, y, and visible from the original FXG node.