MODS Element: titleInfo
Definition | A word, phrase, character, or group of characters, in the Spanish language, normally appearing in a resource, that names it or the work contained in it. |
Form option | Collection Title [Spanish] / Título de la Colección [Español] = free text field |
Repeatable | No |
Form Required? | Recommended |
AILLA Required? | Recommended |
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 "spa" for Spanish | Spanish | mods:titleInfo[@lang=”spa”] | to be added |
Display label | Defines the text that is used to display near the text when displayed on Collection page on AILLA site | Title (Spanish) | mods:titleInfo[@displayLabel=”Title (Spanish)”] | 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="spa" displayLabel="Title (Spanish)"> <title>Test Collection</title> </titleInfo> |