Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

MODS Element: titleInfo

DefinitionA 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 display near the text 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>

  • No labels