...
Definition | A word, phrase, character, or group of characters, in the Spanish language, normally appearing in a resourcecollection, that names it or the work contained in it. |
...
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 categorized display near the title 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> |