MODS Element: titleInfo
Definition | A word, phrase, character, or group of characters, in the English language, normally appearing in a resource, that names it or the work contained in it. |
Form option | Collection Title [English] / Título de la Colección [Inglés] = free text field |
Repeatable | No |
Form Required? | Required |
AILLA Required? | Required |
Subelement/Attribute Name | Definition/Description | Examples | XPath Syntax | Dublin Core |
Language | Name of the language using iso639-3 character code This attribute is auto-filled with "eng" for English | English | mods:titleInfo[@lang=”eng”] | to be added |
Display label | Defines the text that is used to categorized the title when displayed on Collection page on AILLA site | Title (English) | mods:titleInfo[@displayLabel=”Title (English)”] | to be added |
Title | Chief title of the collection (ie. usually used when citing) | Test Collection | mods:titleInfo/mods:title | to be added |
XML |
<titleInfo lang="eng" displayLabel="Title (English)"> <title>Test Collection</title> </titleInfo> |