Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#71 closed defect (fixed)

ISO 19115 wrong <dateStamp> element

Reported by: mildorf Owned by: geonetwork-devel@…
Priority: major Milestone: v2.4.0 RC2
Component: Metadata standards Version: v2.4.0 RC1
Keywords: Cc:

Description

ISO 19115 states that <gmd:dateStamp> element is of type Date and not DateTime as wrongly used in GeoNetwork:

<gmd:dateStamp>

<gco:DateTime xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml">2008-07-21T17:16:07</gco:DateTime>

</gmd:dateStamp>

instead of:

<gmd:dateStamp>

<gco:Date>2008-07-21</gco:Date>

</gmd:dateStamp>

Change History (2)

comment:1 by fxp, 15 years ago

Milestone: v2.4.0 RC2
Resolution: fixed
Status: newclosed
Version: v2.2.0 Finalv2.4.0 RC1

Fixed

comment:2 by fxp, 15 years ago

Checked all iso19115 and iso19139 templates have dateTime for dateStamp. Update-fixed-info.xsl also in trunk and 2.4 branch.

Note: See TracTickets for help on using tickets.