#71 closed defect (fixed)
ISO 19115 wrong <dateStamp> element
Reported by: | mildorf | Owned by: | |
---|---|---|---|
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 , 16 years ago
Milestone: | → v2.4.0 RC2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | v2.2.0 Final → v2.4.0 RC1 |
comment:2 by , 16 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.
Fixed