Preskočite na glavni sadržaj
Login
State Geodetic Administration logo National Spatial Data Infrastructure logo

Reference date: date of publication

Name Reference date: date of publication
Definition Reference date - date of publication.
Obligation
  • dataset or dataset series: conditional, but at least one of the reference dates must be specified
  • service: conditional, but at least one of the reference dates must be specified
Multiplicity [0..*] but at least one of the reference dates must be specified
Example Datum: 2010-06-16
Vrsta datuma: publication
This element defines the date related to the publication of the data or the date when the data became official. Date is set using the values for year, month and day, in the format specified by the ISO 8601 standard. There can be several dates of publication.

Tehnical data
 
INSPIRE equivalent Date of publication
Comparison with INSPIRE equivalent
ISO equivalent [394] date
Comparison with ISO equivalent
XPath identificationInfo[1]/*/citation/*/date[./*/dateType/*/text()='publication']/*/date
Data type CI_Date
Domain CI_Date<<DataType>>; [ISO 19108, ISO 8601]
Implementation instructions Date is set using the values for year, month and day, in the format specified by the ISO 8601 standard. In realising temporal reference, date and date type is specified. Date type serves to distinguish between the dates of creation, the date of publication or the date of last revision. This element defines the date related to the publication of the data or the date when the data became official. There can be multiple dates of publication.
 

Encoding example
 
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <gmd:MD_DataIdentification>
             <gmd:citation>
                 <gmd:CI_Citation>
...
                     <gmd:date>
                         <gmd:CI_Date>
                             <gmd:date>
                                 <gco:Date>2010-06-16</gco:Date>
                             </gmd:date>
                             <gmd:dateType>
                                 <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">published</gmd:CI_DateTypeCode>
                             </gmd:dateType>
                         </gmd:CI_Date>
                     </gmd:date>
...
                 </gmd:CI_Citation>
             </gmd:citation>
...
         </gmd:MD_DataIdentification>
...
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>