While working on a workbench to create a valid INSPIRE Protected Sites GML, I noticed that in FME 2017 two parameters of the INSPIRE GML Writer are not described in the Help:
- Target xsi:schemaLocation URL
- Output encoding
To create a valid INSPIRE PS GML, it seemed to be necessary to include "xsi:schemaLocation=http://inspire.ec.europa.eu/schemas/ps/4.0 http://inspire.ec.europa.eu/schemas/ps/4.0/ProtectedSites.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd" within the gml:FeatureCollection tag. This was not added automatically by FME, even if the parameter 'Suppress xsi:schemaLocation Attribute' was set to 'No'. It would be neat if FME would include it though. But we can include it ourselves by defining it with the parameter 'Target xsi:schemaLocation URL'. Unfortunately, this is not described in the Help (see for example https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/inspire/INSPIRE_GML_writer.htm). Also the parameter 'Output encoding' is not described.
I would like to see these parameters to be described in the Help.

