Greetings!
I'm using the INSPIRE GML reader to create a GML for the CadastralParcel theme.
My FeatureCollection tag looks like this:
<gml:FeatureCollection xmlns:xsi="..." xmlns:gml="" xmlns:cp="..." xmlns:base="..." gml:id="MY_ID" xsi:schemaLocation="...">
Is there a way to change the position of the gml:id attribute. I would like to obtain the following:
<gml:FeatureCollection gml:id="MY_ID" xmlns:xsi="..." xmlns:gml="" xmlns:cp="..." xmlns:base="..." xsi:schemaLocation="...">
Maybe I'm missing a setting of the Reader to do this.
My FME version is 2017.0
Thanks for any help provided!