The support for exporting GML is covered by the XML Export and GML Export. If the result schema contains the INSPIRE SpatialDataSet you can furthermore choose GML (INSPIRE SpatialDataSet). This option allows you to specify an INSPIRE identifier, metadata to include, and the creation of an INSPIRE dataset feed.
For the export you have the option to generate an ATOM dataset feed.
The created dataset feed can be used to create an INSPIRE download
service. To complement the dataset feed a download feed is needed. The
download feed has to link to metadata for the download service and to
an OpenSearchDescription. Please have a look at the Technical
Guidance for the implementation of INSPIRE Download Services (to be
found at the INSPIRE website in Network
Services) for more details on implementing an ATOM based INSPIRE
Download Service.
Following is an example of how a download
feed could look like, that references the generated data set feed
(with one entry for each dataset):
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:georss="http://www.georss.org/georss" xmlns:inspire_dls="http://inspire.ec.europa.eu/schemas/inspire_dls/1.0"> <title>My INSPIRE Download Service</title> <link href="downloadservicemetadata.xml" rel="describedby" type="application/vnd.iso.19139+xml"/> <link href="http://example.org/datasets.atom" rel="self" title="This document" type="application/atom+xml"/> <link href="http://example.org/opensearchdescription.xml" rel="search" title="Search Description for INSPIRE download service" type="application/opensearchdescription+xml"/> <id>http://example.org/datasets.atom</id> <rights>Copyright (c) 2014, XYZ; all rights reserved</rights> <updated>2014-05-05T15:21:35+02:00</updated> <author> <name>John Doe</name> <email>john.doe@example.org</email> </author> <entry> <inspire_dls:spatial_dataset_identifier_namespace>org.example:ns</inspire_dls:spatial_dataset_identifier_namespace> <inspire_dls:spatial_dataset_identifier_code>EX0</inspire_dls:spatial_dataset_identifier_code> <link href="http://example.org/datasets/1/metadata" rel="describedby" type="application/xml"/> <link href="http://example.org/datasets/1.atom" rel="alternate" title="Feed containing this dataset (in one or more downloadable formats)" type="application/atom+xml"/> <id>http://example.org/datasets/1.atom</id> <title>Example Dataset Feed</title> <updated>2014-03-10T10:23:04+01:00</updated> <author> <name>John Doe</name> <email>john.doe@example.org</email> </author> <category label="WGS 84 / Pseudo-Mercator" term="http://www.opengis.net/def/crs/EPSG/0/3857"/> </entry> </feed>