#666: Default ANZLIC Metadata characterSet generates a Schematron error
------------------------------------------------------+---------------------
Reporter: murrayh | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version:
Keywords: ANZLIC Metadata characterSet Schematron |
------------------------------------------------------+---------------------
Version: !GeoNetwork 2.7 svn rev 8285 schemaPlugins svn rev 8406.
When you create an ANZLIC record in !GeoNetwork, the following Metadata
characterSet is generated:
<gmd:MD_CharacterSetCode codeListValue="utf8"
codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode"/>
The Schematron does not like that characterSet:
( failed2 errors) checkCodeList
(1) Unable to find the specified codeList document or
!CodeListDictionary node.
(2) codeListValue is not in the specified codeList.
This characterSet has been considered valid in previous versions of
!GeoNetwork.
You can work around this issue by manually editing the XML and changing
the characterSet to:
<gmd:MD_CharacterSetCode codeListValue="utf8"
codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#MD_CharacterSetCode">utf8</gmd:MD\_CharacterSetCode>
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/666>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/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.
#666: Default ANZLIC Metadata characterSet generates a Schematron error
------------------------------------------------------+---------------------
Reporter: murrayh | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version:
Keywords: ANZLIC Metadata characterSet Schematron |
------------------------------------------------------+---------------------
Comment(by murrayh):
Note that there are a lot of existing ANZLIC records using the first
characterSet definition (that we may harvest from older versions of
!GeoNetwork into 2.7).
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/666#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/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.
#666: Default ANZLIC Metadata characterSet generates a Schematron error
------------------------------------------------------+---------------------
Reporter: murrayh | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version:
Keywords: ANZLIC Metadata characterSet Schematron |
------------------------------------------------------+---------------------
Comment(by murrayh):
And this issue also affects MCP records that we have harvested.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/666#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/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.
#666: Default ANZLIC Metadata characterSet generates a Schematron error
----------------------+-----------------------------------------------------
Reporter: murrayh | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: minor | Milestone: Future release
Component: General | Version:
Resolution: fixed | Keywords: ANZLIC Metadata characterSet Schematron
----------------------+-----------------------------------------------------
Changes (by simonp):
* status: new => closed
* resolution: => fixed
Comment:
Fixed by adding mappings for the urls used in these codelist elements to
the oasis catalog file for these schemas. Svn rev 8496 for details.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/666#comment:3>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/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.
#666: Default ANZLIC Metadata characterSet generates a Schematron error
----------------------+-----------------------------------------------------
Reporter: murrayh | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: minor | Milestone: v2.7.0
Component: General | Version:
Resolution: fixed | Keywords: ANZLIC Metadata characterSet Schematron
----------------------+-----------------------------------------------------
Changes (by ianwallen):
* milestone: Future release => v2.7.0
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/666#comment:4>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/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.