Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#789 closed defect (fixed)

Feature catalogue schema in GeoNetwork is outdated

Reported by: josegar74 Owned by: geonetwork-devel@…
Priority: major Milestone: v2.10.0 RC0
Component: Metadata standards Version: v2.6.5
Keywords: Cc:

Description

The version of iso19110 schema in GeoNetwork is outdated. The new version has some changes that affect the namespace of some elements from gfc to gmx namespaces:

gfc:name  -> gmx:name
gmx:scope -> gmx:scope
...

Attached a patch with schema updates to fix also these issues present actually in trunk code:

  • The validation of iso19110 due to this error:
src-resolve: Cannot resolve the name 'gmd:AbstractDQ_PositionalAccuracy' to a(n) 'element declaration' component.

Seem a problem in the default schema.xsd includes. After changing the includes seem fine.

  • No possible to add several gfc:featureType elements although cardinality is 0:N

Attached patch to review and discuss in IRC about how to manage existing iso19110 metadata using old schema.

Attachments (1)

updated_iso19110_schema.patch (100.2 KB ) - added by josegar74 12 years ago.

Download all attachments as: .zip

Change History (5)

by josegar74, 12 years ago

comment:1 by ianwallen, 12 years ago

Milestone: v2.7.0v2.8.0

comment:2 by josegar74, 12 years ago

Resolution: fixed
Status: newclosed

Committed in master: 34b91b160c0db391a5617675fca693695b053271

To update iso19110 metadata using old schema use the xslt: process/iso19110_2011_schema_update.xsl in the iso19110 profile folder. See instructions in it on usage.

comment:3 by ianwallen, 12 years ago

Milestone: v2.8.0v2.9.0

Since this was only fixed in the master changing milestone to 2.9.0 If it is cherry picked to the 2.8 branch then the milestone can be changed back to 2.8.0

comment:4 by aperi2007, 12 years ago

Hi,

Any plan to port this fix to the 2.8.0 Before it release ?

Thx

Note: See TracTickets for help on using tickets.