Changes between Version 8 and Version 9 of registers
- Timestamp:
- 10/26/11 00:16:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
registers
v8 v9 47 47 {{{ 48 48 <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"/> 49 50 .... 50 51 .... 51 52 }}} 52 53 * !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 }}} 53 60 * Develop an XSLT to convert ISO19135 registers to SKOS for use as a thesaurus in !GeoNetwork. 54 61