Place created

MODS Element: originInfo

Element DefinitionInformation about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the resource
AILLA DefinitionTown/Location, State, Country where these materials were originally created
Form option

Place Created / Lugar de Creación = text

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

Used to express the event of origin of the resource

Production will be auto generated

productionmods:originInfo[@eventType="production"] 

Place

Subelement

Defines the name of the place associated with the place of origin of the resource mods:originInfo/mods:place 

Place term

Subelement

Defines the place in textual form mods:place/mods:placeTerm 
TypeDefines the place in textual form text

mods:placeTerm[@type="text"]

to be added
Display labelDefines the text that is used to display near the text when displayed on Resource page on AILLA siteplace createdmods:placeTerm[@displayLabel="Place created"] 
XML

<originInfo eventType="production">

    <place>

        <placeTerm type="text" displayLabel="Place created">Place Created</placeTerm>

    </place>

</originInfo>