Versions Compared

Key

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

Changes needed for MARC and SCSB XML to support multiple repositories

 

In  In Phase 4, stage 2 we are making changes to SCSB to support multiple repositories. For this purpose we are proposing to add one more subfield to indicate the item location to the data field 876

 Proposed changes

Add an additional subfield with code “l” to 876 tag 

<subfield code="l">Item Location</subfield> 

Example:

<subfield code="l">RECAP</subfield>  // for the items at ReCAP

<subfield code="l">HD</subfield>    // for the items at Harvard Depository 

            Planning to add this subfield to the following schemas. 

Business Rules:

·        If this is present in the 876 tag, SCSB will mark the item for the given location/Repository , if not SCSB will default the item to RECAP repository

...

  <subfield code="l">RECAP</subfield>  //added

    </datafield> 

SCSB XML

                        <record>

            <datafield tag="876" ind1="0" ind2="0">

...