Hello everyone,
Currently I am working on making a translation from CityGML to CAD and back. However, on the way back the attributes change drastically from the original.
Original
<imgeo:bronhouder>source</imgeo:bronhouder>
<imgeo:inOnderzoek>false</imgeo:inOnderzoek>
Translated
<gen:stringAttribute name="bronhouder">
<gen:value>source</gen:value>
</gen:stringAttribute>
<gen:stringAttribute name="inOnderzoek">
<gen:value>false</gen:value>
</gen:stringAttribute>
Both the prefixes and the structure changes and I want them to be as similar as possible. Is there a way to do this? Enclosed you can find the fmw I use.