Export SVG Bug? Metadata odm tag missing odm namespace

Some documents created by importing other CAD data contain group metadata. When exporting my .des to .svg in Designer 2017 the odm namespace is missing.

This causes an error in an external tool Apache Batik used to convert the svg to jpg.

Is there a way to find/remove this metadata inside the .des file?

Or maybe Designer should fix the .svg export to handle the odm tag better.

Example: <odm ...> does not contain a namespace.

...
<g id="Layer_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<g id="_2130364868080">
<g>
<metadata id="CorelCorpID_1">
<odm name="apsid" value="UGSAPS 1 05182017 10:23:02" type="0"/>
</metadata>
<polygon class="fil0 str0" points="353.82,42.6 353.09,1.13 350.81,1.13 348.61,1.13 348.14,28.33 348.89,28.33 "/>
...

Workaround.

Add a namespace so it looks like this:

<odm xmlns="http://www.cdisc.org/ns/odm/v1.3" name="apsid" value="UGSAPS 1 05182017 10:23:02" type="0"/>

or remove the full odm tag.

63778bad.des