[mapserver-users] INSPIRE xsd MapServer WFS 2.0

pmperez pmperez at larioja.org
Thu Feb 22 05:45:49 PST 2018


We are implementing an INSPIRE download service, through MapServer 7.0.7 WFS
2.0.0

We want to know if an INSPIRE XSD can be applied to a layer with INSPIRE
structure, example xsd: 
https://inspire.ec.europa.eu/schemas/us-govserv/4.0/GovernmentalServices.xsd
<https://inspire.ec.europa.eu/schemas/us-govserv/4.0/GovernmentalServices.xsd>  

We are currently obtaining the attributes of the INSPIREID field, without
grouping:
<ms: LOCALID> 1153396 </ ms: LOCALID>
<ms: NAMESPACE> ES-GLR </ ms: NAMESPACE>
<ms: VERSIONID> 2014/10/29 </ ms: VERSIONID>

What we would get after applying XSD is:
<us-govserv: inspireId>
   <base: Identifier>
       <base: localId> 1153396 </ base: localId>
       <base: namespace> ES-GLR </ base: namespace>
       <base: versionId> 2014/10/29 </ base: versionId>
   </ base: Identifier>
</ us-govserv: inspireId>

How can I do it in MapServer?

Greetings to all



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html


More information about the mapserver-users mailing list