Tip | ||
---|---|---|
| ||
Each ICAO data set shall be provided together with metadata giving the name of the organizations or entities providing the data set. |
Requirement | Reference | DS-META-001 |
Element Name | Name of provider |
Obligation / Condition | Mandatory |
Multiplicity | 1..* |
ISO 19115 (2003) | Number | 29 |
Name | pointOfContact |
Definition | Identification of, and means of communication with, person(s) and organizations associated with the dataset |
XPath | gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact |
Data type | CI_ResponsibleParty |
Domain | Data is a series of CharacterStrings |
Example | Organization: EAD |
Implementing Instructions |
Only organization name and email address are mandated. It is important to ensure that no person is identified in the data set. |
Code Block |
---|
...
|
...
|
...
| ||
<gmd:MD_Metadata> |
...
... |
...
<gmd:identificationInfo> |
...
<gmd:MD_DataIdentification> |
...
<gmd:pointOfContact> |
...
<gmd:CI_ResponsibleParty> |
...
<gmd:organisationName> |
...
<gco:CharacterString>EAD</gco:CharacterString> |
...
</gmd:organisationName> |
...
<gmd:contactInfo> |
...
<gmd:CI_Contact> |
...
<gmd:phone> |
...
<gmd:CI_Telephone> |
...
<gmd:voice> |
...
<gco:CharacterString>+32 02...</gco:CharacterString> |
...
</gmd:voice> |
...
</gmd:CI_Telephone> |
...
</gmd:phone> |
...
<gmd:address> |
...
<gmd:CI_Address> |
...
<gmd:deliveryPoint> |
...
<gco:CharacterString>delivery point 1</gco:CharacterString> |
...
</gmd:deliveryPoint> |
...
<gmd:deliveryPoint> |
...
<gco:CharacterString>delivery point 2</gco:CharacterString> |
...
</gmd:deliveryPoint> |
...
<gmd:city> |
...
<gco:CharacterString>Brussels</gco:CharacterString> |
...
</gmd:city> |
...
<gmd:administrativeArea> |
...
<gco:CharacterString>Brussels</gco:CharacterString> |
...
</gmd:administrativeArea> |
...
<gmd:postalCode> |
...
<gco:CharacterString>postal code</gco:CharacterString> |
...
</gmd:postalCode> |
...
<gmd:country> |
...
<gco:CharacterString>Belgium</gco:CharacterString> |
...
</gmd:country> |
...
<gmd:electronicMailAddress> |
...
<gco:CharacterString>operator@organisation.org</gco:CharacterString> |
...
</gmd:electronicMailAddress> |
...
</gmd:CI_Address> |
...
</gmd:address> |
...
</gmd:CI_Contact> |
...
</gmd:contactInfo> |
...
<gmd:role> |
...
<gmd:CI_RoleCode codeList="./resources/Codelist/gmxCodeLists.xml#CI_RoleCode" codeListValue="resourceProvider">resourceProvider</gmd:CI_RoleCode> |
...
</gmd:role> |
...
</gmd:CI_ResponsibleParty> |
...
</gmd:pointOfContact> |
...
</gmd:MD_DataIdentification> |
...
</gmd:identificationInfo> |
...
... |
...
</gmd:MD_Metadata> |