I have a shapefile that just contains a couple of attributes. Its attribute values need to be mapped to a GML that needs to be of a structure provided by a XSD file. The XSD asks for more attributes than the shapefile provided, but I want the GML still to contain all the attributes, despite that a lot of values are not provided by the shapefile. Which steps do I need to take to convert the shapefile in to this XSD-conform GML?
Question
How can I convert a shapefile to a GML that has to be structured like the XSD?
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.


This will create writer feature type(s) that match what's specified in the XSD and you can connect your Shapefile feature types to it. Most likely you'll need to do some attribute mapping too.