Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element DefinitionA word, phrase, character, or group of characters, normally appearing in a resourcecollection, that names it or the work contained in it.
AILLA DefinitionThis is the title of the resource collection in an indigenous language of Latin America. This title might be a translation of the Spanish or English title, or those titles might be a translation of this one.

...

 

Subelement/Attribute Name

Definition/Description

Examples

XPath Syntax

Dublin Core

Language

Name of the language provided using the autosuggest drop down text field menu

Choosing the name from the autosuggest drop down text field menu will fill in the “?” in the @lang attribute with the correct iso639-3 character code

Mayan

mods:titleInfo[@lang=”?”]

to be added

Type

Alternative: Varying form of the title (not English or Spanish)

Test Collection

mods:titleInfo[@type=“alternative”]

to be added

Display label

Additional text associated with the titleInfoDefines the text that is used to display near the text when displayed on Collection page on AILLA site

Title (Indigenous language)

mods:titleInfo[@displayLabel=”Title (Indigenous language)”]

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 type="alternative" displayLabel="Title (Indigenous language)" lang="maya">

   <title>Test Collection</title>

 </titleInfo>