Date modified
MODS Element: originInfo
Element Definition | Information about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the media file. |
AILLA Definition | The last date that the record was modified. |
Form option | None (auto-populated) |
Repeatable | No |
Form Required? | Required (auto-populated) |
AILLA Required? | Required (auto-populated) |
Subelement/Attribute Name | Definition/Description | Examples | XPath Syntax | Dublin Core |
Event type | Defines the type of origin information will auto-generate "Provenance" | provenance | mods:originInfo[@eventType="provenance"] | to be added |
Date modified Subelement | The date of modification of the media file (if any) |
| mods:originInfo/mods:dateModified | to be added |
XML (if modified) |
<originInfo eventType="production"> <dateModified>2012-12-03</dateModified> </originInfo> |
XML (if unmodified) |
<originInfo eventType="provenance"> <dateModified/> </originInfo> |