In update-fixed-info.xsl
<https://github.com/geonetwork/core-geonetwork/blob/2.10.x/web/src/main/webapp/WEB-INF/data/config/schema_plugins/iso19139/update-fixed-info.xsl>
the following code exists.
This code will change all the codeList for all gmd:* elments containing a
codeListValue to use the standard url.
For instance that the gmd:CI_RoleCode element would be changed to something
like the following.
I noticed there are multiple files with different codes available at
http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist
<http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist>
For the CI_RoleCode example above, the ML_gmxCodelist.xml doesn’t contain
CI_RoleCode in
ML_gmxCodelists.xml
<http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml>
however gmxCodelists.xml
<http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml>
does have the CI_RoleCode
Is the intention to have all Code list values as part of the ML list (I
assume stands for multilingual), or do we have to be careful to map the
proper code list to the proper address.
Thank you.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Issue-with-ML-gmxCodelists-xml-tp5107913.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.