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 schemasProject_more for information about genre/form and object-type options
config Field configuration details section

Detailed information

HTML id value, or XPath construction page content notes
concat($uid, '-config') configuration details for property with a given uid See schemasProject/properties-files/*.xml > 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 schemasProject_more for information about genre/form and object-type options
concat($uid, '-', cdmm:genre_form, '-co_item-guidance') field metadata-creation guidance for compound-object items* of a given genre/form** See schemasProject_more for information about genre/form and object-type options

Notes

  • * cdmm:cdm_object_type is defined in contentdm_maps/xsd/xml_maps.xsd as map_structure_cdm_object_type_type
  • ** cdmm:genre_form is defined in schemas_project/xsd/genre_form.xsd as genre_form_type
Clone this wiki locally