[GeoNetwork opensource Developer website] #167: Harvested OGC services (WMS, WFS) metadata records reference wrong validation schema

2 messages Options
Embed this post
Permalink
OSGeo

[GeoNetwork opensource Developer website] #167: Harvested OGC services (WMS, WFS) metadata records reference wrong validation schema

Reply Threaded More More options
Print post
Permalink
#167: Harvested OGC services (WMS, WFS) metadata records reference wrong
validation schema
------------------------------------------+---------------------------------
 Reporter:  wgrunberg                     |       Owner:  [hidden email]
     Type:  defect                        |      Status:  new                                  
 Priority:  major                         |   Milestone:  v2.4.2                                
Component:  General                       |     Version:  v2.4.2                                
 Keywords:  WMS, WFS, harvest, ISO 19139  |  
------------------------------------------+---------------------------------
 ISO 19139 service metadata records harvested from OGC services (WFS, WMS)
 reference the wrong XML schema.

 In geonetwork/src/org/fao/geonet/services/metadata/Show.java line 142, the
 following

 {{{
 xsi:schemaLocation="http://www.isotc211.org/2005/gmd
 http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd"
 }}}

 should be

 {{{
 http://www.isotc211.org/2005/srv
 http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd
 http://www.isotc211.org/2005/gmd
 http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd
 }}}

 However, I suggest using the following schema which references both SRV
 and GMD.

 {{{
 http://www.isotc211.org/2005/gmd
 http://schemas.opengis.net/csw/2.0.2/profiles/apiso/1.0.0/apiso.xsd
 }}}

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/167>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
OSGeo

Re: [GeoNetwork opensource Developer website] #167: Harvested OGC services (WMS, WFS) metadata records reference wrong validation schema

Reply Threaded More More options
Print post
Permalink
#167: Harvested OGC services (WMS, WFS) metadata records reference wrong
validation schema
------------------------+---------------------------------------------------
  Reporter:  wgrunberg  |       Owner:  [hidden email]
      Type:  defect     |      Status:  closed                                
  Priority:  major      |   Milestone:  v2.4.2                                
 Component:  General    |     Version:  v2.4.2                                
Resolution:  fixed      |    Keywords:  WMS, WFS, harvest, ISO 19139          
------------------------+---------------------------------------------------
Changes (by simonp):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Affects all records shown by GeoNetwork (metadata.show service).

 Fixed in svn commit #5444

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/167#comment:1>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
GeoNetwork-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork