Opened 13 years ago

Closed 13 years ago

#363 closed enhancement (fixed)

gmd:language / add support for gmd:LanguageCode

Reported by: fxp Owned by: fxp
Priority: minor Milestone: v2.7.0
Component: General Version: v2.6.1
Keywords: Cc:

Description

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.

Change History (6)

comment:1 by ticheler, 13 years ago

Milestone: Future release

comment:2 by fxp, 13 years ago

Milestone: Future releasev2.7.0
Owner: changed from geonetwork-devel@… to fxp
Status: newassigned

comment:3 by fxp, 13 years ago

Need updates in:

  • schematron rules
  • indexing
  • iso19139 XSL layout
  • iso19139 labels

I suggest to use schema suggestion:

<field name="gmd:language">
  <suggest name="gco:CharacterString"/>
  <suggest name="gmd:LanguageCode"/>
</field>

then user could use both.

Questions:

  • Update default templates to use gmd:LanguageCode ?

comment:4 by fxp, 13 years ago

Needs also updates in:

  • CSW OGC full

comment:6 by fxp, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.