[GeoNetwork-devel] [GeoNetwork opensource Developer website] #363: gmd:language / add support for gmd:LanguageCode

#363: gmd:language / add support for gmd:LanguageCode
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone:
Component: General | Version: v2.6.1
Keywords: |
-------------------------+--------------------------------------------------
Currently geonetwork is using:
  <gmd:language>
      <gco:CharacterString>ger</gco:CharacterString>
  </gmd:language>

Another option is:
<gmd:language>
   <gmd:LanguageCode
codeList="./resources/codeList.xml#LanguageCode"
codeListValue="spa"></gmd:LanguageCode>
   </gmd:language>

Both are ISO valid.

gmd:LanguageCode is used in INSPIRE metadata IR examples and validator so
it could be useful to support this element.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/363&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
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.

#363: gmd:language / add support for gmd:LanguageCode
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.1
Keywords: |
-------------------------+--------------------------------------------------
Changes (by ticheler):

  * milestone: => Future release

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/363#comment:1&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
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.