Name | Responsible party role |
Definition | Role the responsible party has. |
Obligation | mandatory for interoperable spatial data services |
Multiplicity | [1] relatively with respect to the responsible organization, but there may be multiple responsible organizations for a single source. |
Example | custodian |
According to Commission Regulation (EU) no. 1312/2014, in addition to information on the organization responsible for the establishment, editing, maintenance and distribution of the spatial data service, it is necessary to provide information on the responsible organization in the role of custodian. The custodian is responsible for the data source and its maintenance. |
Tehnical data
INSPIRE equivalent | Responsible party role |
Comparison with INSPIRE | equivalent |
ISO equivalent | [379] role |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/pointOfContact/*/role |
Data type | CI_RoleCode |
Domain | CI_RoleCode<<CodeList>> |
Implementation instructions | At least one responsible organization in the role of custodian must be documented and it is documented according to the implementing guidelines for documenting the responsible organization. In this particular case, the value gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:role/gmd: CI_RoleCode element must have the value "custodian" XML value from the ISO 19139 CI_RoleCode code list. |
Encoding example: Documenting the role of custodian
<gmd:MD_Metadata... ... <gmd:identificationInfo> <srv:SV_ServiceIdentification> ... <gmd:pointOfContact> <gmd:CI_ResponsibleParty> <gmd:organisationName> <gco:CharacterString>Spatial data infrastructure Sector, State geodetic administration</gco:CharacterString> </gmd:organisationName> <gmd:contactInfo> <gmd:CI_Contact> <gmd:address> <gmd:CI_Address> <gmd:electronicMailAddress> <gco:CharacterString>infonipp@dgu.hr</gco:CharacterString> </gmd:electronicMailAddress> </gmd:CI_Address> </gmd:address> </gmd:CI_Contact> </gmd:contactInfo> <gmd:role> <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="custodian">custodian</gmd:CI_RoleCode> </gmd:role> </gmd:CI_ResponsibleParty> </gmd:pointOfContact> ... <srv:SV_ServiceIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |