Name | Reference date: date of last revision |
Definition | Date of last review of the resource. |
Obligation |
|
Multiplicity | [0..1] but at least one of the reference dates must be specified |
Example | Date: 2010-06-16 Date type: revision |
This metadata element documents when the last source revision was made.The date of the last revision is different from the temporal extent. The source will be revised after the data is collected. |
Tehnical data
INSPIRE equivalent | Date of last revision |
Comparison with INSPIRE | equivalent |
ISO equivalent | [394] date |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/citation/*/date[./*/dateType/*/text()='revision']/*/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. There cannot be more than one date of the last revision. |
Encoding example
<gmd:MD_Metadata... ... <gmd:identificationInfo> <gmd:MD_DataIdentification> <gmd:citation> <gmd:CI_Citation> ... <gmd:date> <gmd:CI_Date> <gmd:date> <gco:DateTime>2010-06-16</gco:DateTime> </gmd:date> <gmd:dateType> <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision">revised</gmd:CI_DateTypeCode> </gmd:dateType> </gmd:CI_Date> </gmd:date> ... </gmd:CI_Citation> </gmd:citation> ... </gmd:MD_DataIdentification> ... </gmd:identificationInfo> ... </gmd:MD_Metadata> |