Date created (Media file)

MODS Element: originInfo

Element DefinitionInformation about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the media file.
AILLA Definition (Audio/Video)
Date that this audio / video file was recorded.
AILLA Definition (pdf)Date the original source of this PDF file was created (e.g., date of creation of a notebook of which the PDF is a scan or date of creation of the proprietary file from which this PDF was created).
AILLA Definition (text/binary)Date of creation of this text or binary file.
AILLA Definition (basic image)Date this photograph was taken or this image was created.
AILLA Definition (large image)Date the original source of this TIF file was created (e.g., date of creation of a notebook of which this TIF is a scan or date photograph was take of which this TIF is a scan).
Form option

Date Created (YYYY-MM-DD) / Fecha de Creación (AAAA-MM-DD) = text

RepeatableNo
Form Required?Recommended
AILLA Required?Recommended
Subelement/Attribute NameDefinition/DescriptionExamplesXPath SyntaxDublin Core
Event type

Defines the type of origin information

will auto-generate "Production"

productionmods:originInfo[@eventType="production"]to be added

Date created

Subelement

The date of creation of the media file

 mods:originInfo/mods:dateCreatedto be added
Key date Specifies that the value used is a particular date that is distinguished among several datesyesmods:dateCreated[@keyDate="yes"]to be added
Display labelDefines the text that is used to display near the text when displayed on the media file page on AILLA siteDate research material was createdmods:dateCreated[@displayLabel="Date research material was created"]to be added
XML

<originInfo eventType="production">

    <dateCreated keyDate="yes" displayLabel="Date research material was created">2017-03-30</dateCreated>

</originInfo>