#789 closed defect (fixed)
Feature catalogue schema in GeoNetwork is outdated
Reported by: | josegar74 | Owned by: | |
---|---|---|---|
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)
Change History (5)
by , 13 years ago
Attachment: | updated_iso19110_schema.patch added |
---|
comment:1 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 12 years ago
Milestone: | v2.8.0 → v2.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
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.