This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
new_collections [2026/02/04 21:20] kaileyh |
new_collections [2026/02/06 22:45] (current) kaileyh |
||
|---|---|---|---|
| Line 87: | Line 87: | ||
| ===== 1. Creating the series page(s) ===== | ===== 1. Creating the series page(s) ===== | ||
| - | Before a series page can be created you must add the following elements to the EAD/XML //collection page//. | + | Before a series page can be created you must add the following elements to the EAD/XML //collection page//: |
| + | |||
| + | <code xml> | ||
| + | <dsc type="combined" id="contlist"> | ||
| + | <c01 level="series"> | ||
| + | <did> | ||
| + | <unittitle><extref href="mums312-s01">Series 1. Correspondence</extref></unittitle> | ||
| + | <unitdate>1877-1965</unitdate> | ||
| + | <physdesc>195.50 boxes</physdesc> | ||
| + | <physdesc> | ||
| + | <extent>(81.52 linear feet)</extent> | ||
| + | </physdesc> | ||
| + | </did> | ||
| + | </c01> | ||
| + | </code> | ||
| + | |||
| + | In the series-level record, the following elements must be included to link out to items in the series on Credo: | ||
| <code xml> | <code xml> | ||
| Line 99: | Line 115: | ||
| </physdesc> | </physdesc> | ||
| </did> | </did> | ||
| + | </c01> | ||
| </code> | </code> | ||