Changes between Version 8 and Version 9 of registers


Ignore:
Timestamp:
Oct 26, 2011, 12:16:24 AM (12 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • registers

    v8 v9  
    4747   {{{
    4848       <registerAssociation registerId="uuid_of_GeoScience_Australia_scopecode_register" element="gmd:MD_ScopeCode"/>
     49       <registerAssociation registerId="uuid_of_ISO19139_rolecode_codelist_register" element="gmd:CI_RoleCode"/>
    4950       ....
    5051       ....
    5152   }}}
    5253 * !GeoNetwork looks up the codelist item in the list of register records associated with the metadata schema of the metadata record being edited.
     54 * Codelist elements in a metadata record would look as follows:
     55   {{{
     56       <gmd:MD_ScopeCode codeListValue="utf8"
     57                         codeList="http://geonetwork-site-url?uuid={uuid_of_GeoScience_Australia_scopecode_register}"
     58                         codeSpace="{identifier_of_codeListValue_in_ISO19135_record}"/>
     59   }}}
    5360 * Develop an XSLT to convert ISO19135 registers to SKOS for use as a thesaurus in !GeoNetwork.
    5461