Skip to content

html_map_overview

Benjamin Riesenberg edited this page Apr 22, 2024 · 12 revisions

HTML MAP overview

🚧🚧🚧

File names

  • XML MAP source documents use the CONTENTdm collection's alias* as the file name

  • HTML MAPs use the CONTENTdm collection's alias* as the file name

  • A temp_alias_NNN value may be assigned in the event that a CONTENTdm alias cannot be assigned

  • Use caution when assigning a temp alias that you do not assign a value already in use for another collection!

  • * *For further information about collection aliases in CONTENTdm see OCLC online documentation > Collections

  • * For a list of collection aliases see json/collection_list.json

HTML ids

Page sections

HTML id value or XPath construction page content notes
top Map title and top-of-page content
toc Table of contents
all-list Combined property list
concat(cdmm:genre_form, '-', cdmm:cdm_object_type, '-guidance') guidance sections organized by category, each category having a distinct combination of genre/form and CONTENTdm object type See notes
config Field configuration details section

Guidance for each field

HTML id value, or XPath construction page content notes
concat($uid, '-config') configuration details for property with a given uid See schemasProject/properties-files/ property/uid
concat($uid, '-', cdmm:genre_form, '-', cdmm:cdm_object_type, '-guidance') field metadata-creation guidance for compound objects or standalone items of a given genre/form See notes
concat($uid, '-', cdmm:genre_form, '-co_item-guidance') field metadata-creation guidance for compound-object items of a given genre/form See notes

Notes

  1. For additional information about cdmm:genre_form see:
  2. For additional information about cdmm:cdm_object_type see:
Clone this wiki locally