|
BRBL Implementation - Short list BRBL Implementation - Annotated list with examples SIGNIFICANT EAD CHANGES:
EXT.PTR: Change to EXTREF with entityref attribute - Used in conjunction
with <!ENTITY>
CHANGES TO FOLDER-LEVEL ENCODING:
A high-level choice must be made whether to stay with DROW/DENTRY or change. OPTION 1: If we continue to use the DROW/DENTRY method, we must "flip a switch"
in the DTD:
<!ENTITY % tabular 'IGNORE'>
to the following: <!ENTITY % tabular 'INCLUDE'
>
This would have to be agreed upon by ALL Yale Finding Aids Project participants, unless we want to assemble a systems wherein we are using two forms of the EAD.DTD 1.0 The only resulting change to encoding would be the following: UNITLOC: Remove, replace with CONTAINER - and change attribute "label" to "type" [controlled vocabulary] PROS: Easier gestalt transition; Do not
have to change style sheet or navigator much
OPTION 2: If we change from the DROW/DENTRY method, the following encoding would change: DID: required in all CO#s DROW: discard (see above) DENTRY: discard (see above) UNITTITLE: [add type = "head" for all header level elements] UNITLOC: Remove, replace with CONTAINER - and change attribute "label" to "type" [controlled vocabulary] PROS: Less complex encoding scheme (data
overhead); XLS should eventually make for easier, more robust style sheets
[= (unverified-partial-draft | unverified-full-draft | edited-partial-draft | edited-full-draft]) <AUTHOR> (This is the only tag NOT currently used by BRBL) <DATE>
ACCRUALS: Add this? ADD: Available in ARCHDESC and ALL CO#s BRBL Implementation - Short list
Change EXT.PTR to EXTREF (and lose displaytype attribute) Make all external pointers declared <!ENTITY>s e.g.:
and use the form: <extref entityref="copyrite"> Leave <?ATTLINK>, but change extptr to extref e.g.: <?ATTLINK extref href URI>
Change DROW to DID and lose valign attribute (OPTION 2) Remove DENTRY (OPTION 2)
Change <DENTRY></DENTRY><DENTRY></DENTRY> to <CONTAINER></CONTAINER><CONTAINER></CONTAINER> Change UNITLOC to CONTAINER and change attribute label="box" to type="box" BRBL Implementation - Annotated list with examples
<!DOCTYPE EAD PUBLIC "-//Society of American Archivists//DTD ead.dtd
<!DOCTYPE EAD PUBLIC "-//Society of American Archivists//DTD ead.dtd
Make all external pointers declared <!ENTITY>s
<extref ext.ptr="http://www.library.yale.edu/beinecke/manuscript/copyrite.htm"> NEW: In the document subdeclaration:
In the body of the instance:
OLD: <?ATTLINK extref ext.ptr URI>
NEW:
Change DROW to DID and lose valign attribute Remove DENTRY to <CONTAINER></CONTAINER><CONTAINER></CONTAINER>
Change UNITLOC to CONTAINER and change attribute label="box" to type="box" For all of the data elements above (DROW, DENTRY, UNITLOC, CONTAINER]
<c01><did><unitid id="SI">Series I.</unitid>
<c02><drow valign="top"><dentry></dentry><dentry></dentry>
<c02><drow valign="top"><dentry></dentry><dentry></dentry>
<c02><did><unittitle>BOOKS</unittitle>
<c03><did><unittitle>Churchill's England</unittitle>
<thead><row><entry>Box</entry><entry>Folder</entry><entry></entry>
<c04><drow valign="top"><dentry><unitloc label="box">1</unitloc></dentry>
. . . <c03><did><unittitle>Seven Brave Companions</unittitle></did>
<c01><did><unitid id="SI">Series I.</unitid>
<c02><drow valign="top"><dentry></dentry><dentry></dentry>
<c02><drow valign="top"><dentry></dentry><dentry></dentry>
<c02><did><unittitle>BOOKS</unittitle>
<c03><did><unittitle>Churchill's England</unittitle>
<thead><row><entry>Box</entry><entry>Folder</entry><entry></entry>
<c04><drow valign="top"><dentry><container label="box">1</container></dentry>
. . . <c03><did><unittitle>Seven Brave Companions</unittitle></did>
NEW OPTION 2: <c01><did><unitid id="SI">Series I.</unitid>
<c02><did><container></container><container></container>
<c02><did><container></container><container></container>
<c02><did><unittitle type="head">BOOKS</unittitle>
<c03><did><unittitle type="head">Churchill's England</unittitle>
<thead><row><entry>Box</entry><entry>Folder</entry><entry></entry>
<c04><did><container type="box">1</container>
… <c03><did><unittitle type="head">Seven Brave Companions</unittitle></did>
Comments: Nicole Bouché, nicole.bouche@yale.edu Copyright 1997. Beinecke Rare Book and Manuscript Library All rights reserved. |