DS-META-002 - Date and time when provided

Rule

Each ICAO data set shall be provided together with metadata giving the date and time when the data set was provided.

Requirement




Reference

DS-META-002

Element Name

Date and time when provided

Obligation / Condition

Mandatory

Multiplicity

1

ISO 19115 (2003)







Number

394

Name

date

Definition

Reference date for the cited resource

XPath

gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date

Data type

CI_Date

Domain

Date described according to ISO 19108

Example

2010-11-01 or 2010-11-01T12:00:00Z

Implementing Instructions


Uee gco:DateTime rather than gco:Date.

Example
<gmd:MD_Metadata>
...
 <gmd:identificationInfo>
  <gmd:MD_DataIdentification>
   <gmd:citation>
    <gmd:CI_Citation>
     <gmd:date>
      <gmd:CI_Date>
       <gmd:date>
        <gco:DateTime>2010-11-01T12:00:00Z</gco:DateTime>
        </gmd:date>
        <gmd:dateType>
         <gmd:CI_DateTypeCode codeList="./resources/Codelist/gmxCodeLists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
        </gmd:dateType>
      </gmd:CI_Date>
     </gmd:date>
    </gmd:CI_Citation>
   </gmd:citation>
  </gmd:MD_DataIdentification>
 </gmd:identificationInfo>
...
</gmd:MD_Metadata>