[open-ils-commits] r17691 - in branches/rel_2_0/Open-ILS/xul/staff_client/server: cat locale/en-US (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 15 07:08:23 EDT 2010


Author: gmc
Date: 2010-09-15 07:08:22 -0400 (Wed, 15 Sep 2010)
New Revision: 17691

Added:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-authority.xml
   branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-mfhd.xml
Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
   branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips.xml
Log:
MARC tooltip updates

* updated bibliographic tooltips; now current as of LC MARC21 Bibliographic
 Update 11, including the RDA tags.  Along the way, enhanced the bib tooltips to:
 * include definitions for embedded holdings tags (84X, 853-855, 863-868, 876-878)
 * expand dropdown for nonfiling indicator values
* added tooltip files for authority records and MFHDs
* taught MARC editor how to choose the correct tooltip file

Caveat: if you localize the authority and MFHD tooltips for a locale other than
en-US, you must edit marcedit.js, either to take your translation into account
or to make it smarter about checking for available translations of the tooltips.

Signed-off-by: Galen Charlton <gmc at esilibrary.com


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2010-09-15 05:25:07 UTC (rev 17690)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2010-09-15 11:08:22 UTC (rev 17691)
@@ -212,8 +212,26 @@
             locale = 'en-US';
         }
 
+        // grab the right tooltip based on MARC type
+        var tooltip_doc = 'marcedit-tooltips.xml';
+        switch (window.xulG.record.rtype) {
+            case 'bre':
+                tooltip_doc = 'marcedit-tooltips.xml';
+                break; 
+            case 'are':
+                tooltip_doc = 'marcedit-tooltips-authority.xml';
+                locale = 'en-US'; // FIXME - note TODO above; at moment only en-US has this
+                break; 
+            case 'sre':
+                tooltip_doc = 'marcedit-tooltips-mfhd.xml';
+                locale = 'en-US'; // FIXME - note TODO above; at moment only en-US has this
+                break; 
+            default: 
+                tooltip_doc = 'marcedit-tooltips.xml';
+        }
+
         // Get the locale-specific tooltips
-        req.open('GET','/xul/server/locale/' + locale + '/marcedit-tooltips.xml',true);
+        req.open('GET','/xul/server/locale/' + locale + '/' + tooltip_doc,true);
 
         context_menus = createComplexXULElement('popupset');
         document.documentElement.appendChild( context_menus );

Copied: branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-authority.xml (from rev 17668, trunk/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-authority.xml)
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-authority.xml	                        (rev 0)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-authority.xml	2010-09-15 11:08:22 UTC (rev 17691)
@@ -0,0 +1,5433 @@
+<?xml version="1.0"?>
+<fields>
+  <field tag="001" repeatable="false">
+    <name>Control Number</name>
+    <description>Control number assigned by the organization creating, using, or distributing the record.</description>
+  </field>
+  <field tag="003" repeatable="false">
+    <name>Control Number Identifier</name>
+    <description>MARC code for the agency whose system control number is contained in field 001 (Control Number).</description>
+  </field>
+  <field tag="005" repeatable="false">
+    <name>Date and Time of Latest Transaction</name>
+    <description>Sixteen characters that specify the date and time of the latest record transaction and serve as a version identifier for the record. The data and time are recorded according to (ISO 8601) in the pattern and .</description>
+  </field>
+  <field tag="008" repeatable="false">
+    <name>Fixed-Length Data Elements</name>
+    <description>Forty character positions (00-39) that contain positionally-defined data elements that provide coded information about the record as a whole or about special aspects of the 1XX heading or 4XX/5XX tracing fields. Undefined character positions contain a blank (#). All defined character positions must contain a defined code; for some 008 positions, this may be the fill character (|). The fill character may be used (in certain character positions) when a cataloging organization makes no attempt to code the character position. Field 008 is not repeatable.</description>
+  </field>
+  <field tag="010" repeatable="false">
+    <name>Library of Congress Control Number</name>
+    <description>Unique number assigned to a record by the Library of Congress (LC) or a cooperative cataloging partner contributing authority records to the Name Authority Cooperative Program (NACO) database. The field is also assigned to records created by LC for the Library of Congress Subject Headings (LCSH).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>LC control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid LC control number</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="014" repeatable="true">
+    <name>Link to Bibliographic Record for Serial or Multipart Item</name>
+    <description>Control number from field 001 of a MARC 21 bibliographic record for a serial or a multipart item that is cataloged as a set.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Control number of related bibliographic record</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="016" repeatable="true">
+    <name>National Bibliographic Agency Control Number</name>
+    <description>Unique numbers that have been assigned to a record by a national bibliographic agency other than the Library of Congress (Library of Congress control numbers are recorded in ).</description>
+    <indicator position="1" value="#">
+      <description>Library and Archives Canada</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled or invalid record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="020" repeatable="true">
+    <name>International Standard Book Number</name>
+    <description>International Standard Book Number (ISBN), terms of availability, and any canceled/invalid ISBN copied from field 020 of a MARC bibliographic record for a multipart item that is cataloged as a set.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>International Standard Book Number</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Terms of availability</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid ISBN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="022" repeatable="true">
+    <name>International Standard Serial Number</name>
+    <description>International Standard Serial Number (ISSN) and/or any incorrect and canceled ISSNs copied from field 022 of a MARC 21 bibliographic record for a continuing resource.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>ISSN-L</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Canceled ISSN-L</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Incorrect ISSN</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled ISSN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="024" repeatable="true">
+    <name>Other Standard Identifier</name>
+    <description>Standard number or code associated with the entity named in the 1XX field which cannot be accommodated in another field (e.g., fields 020 (International Standard Book Number) and 022 (International Standard Serial Number)). The source of the standard number or code is identified in subfield $2 (Source of number or code).</description>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Unspecified type of standard number or code</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Standard number or code</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Terms of availability</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Additional codes following the standard number or code</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid standard number or code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of number or code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="031" repeatable="true">
+    <name>Musical Incipits Information</name>
+    <description>Coded data representing the musical incipit for music using established notation schemes that employ ordinary ASCII symbols. Used in an established heading record primarily to identify music manuscripts, but can be applied to any material containing music.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="b" repeatable="false">
+      <description>Number of movement</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Number of excerpt</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Caption or heading</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Role</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Clef</description>
+    </subfield>
+    <subfield code="m" repeatable="false">
+      <description>Voice/instrument</description>
+    </subfield>
+    <subfield code="n" repeatable="false">
+      <description>Key signature</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Time signature</description>
+    </subfield>
+    <subfield code="p" repeatable="false">
+      <description>Musical notation</description>
+    </subfield>
+    <subfield code="q" repeatable="true">
+      <description>General note</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key or mode</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Coded validity note</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Text incipit</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Link text</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>System code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="034" repeatable="true">
+    <name>Coded Cartographic Mathematical Data</name>
+    <description>Coded form of the cartographic mathematical data relevant to the entity described in the authority record. The data that is recorded usually derives from authoritative sources.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Not applicable</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Outer ring</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Exclusion ring</description>
+    </indicator>
+    <subfield code="d" repeatable="true">
+      <description>Coordinates</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Coordinates</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Coordinates</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Coordinates</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Declination</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Declination</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Right ascension</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Right ascension</description>
+    </subfield>
+    <subfield code="p" repeatable="false">
+      <description>Equinox</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Distance from earth</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>G-ring latitude</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>G-ring longitude</description>
+    </subfield>
+    <subfield code="x" repeatable="false">
+      <description>Beginning date</description>
+    </subfield>
+    <subfield code="y" repeatable="false">
+      <description>Ending date</description>
+    </subfield>
+    <subfield code="z" repeatable="false">
+      <description>Name of extraterrestrial body</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="035" repeatable="true">
+    <name>System Control Number</name>
+    <description>Control number for the record in a system other than the one whose control number is contained in (Control Number), (Library of Congress Control Number), or (National Bibliographic Agency Control Number).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>System control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid system control number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="040" repeatable="false">
+    <name>Cataloging Source</name>
+    <description>MARC code or the name of the organization(s) that created the original authority record, assigned MARC content designation and transcribed the record into machine-readable form, or modified an existing MARC record. These MARC codes and the code in 008/39 (Cataloging source) specify the parties responsible for content, content designation, and transcription of an the authority record. See: .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Original cataloging agency</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Language of cataloging</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Transcribing agency</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Modifying agency</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Description conventions</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Subject heading/thesaurus conventions</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="042" repeatable="false">
+    <name>Authentication Code</name>
+    <description>One or more authentication codes indicating that the record, existing in a national database, has been reviewed in a specific way. The codes are associated with specifically designated authentication agencies.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Authentication code</description>
+    </subfield>
+  </field>
+  <field tag="043" repeatable="false">
+    <name>Geographic Area Code</name>
+    <description>Geographic area codes (GAC) associated with the 1XX heading in an established heading record or a subdivision record. Source of the code in subfield $a is . The source of a local code in subfield $b is indicated in subfield $2. The source of codes in subfield $c is , .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Geographic area code</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Local GAC code</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>ISO code</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of local code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="045" repeatable="false">
+    <name>Time Period of Heading</name>
+    <description>Time period code (subfield $a) and/or a formatted time period (subfield $b or $c) associated with a 15X heading in an established heading record or a 18X heading in a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Subfield $b or $c not present</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Single date/time</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Multiple single dates/times</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Range of dates/times</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Time period code</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Formatted 9999 B.C. through C.E. time period</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Formatted pre-9999 B.C. time period</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="046" repeatable="true">
+    <name>Special Coded Dates</name>
+    <description>Dates that are associated with the entity described in the record. These include:</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="f" repeatable="false">
+      <description>Birth date</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Death date</description>
+    </subfield>
+    <subfield code="k" repeatable="false">
+      <description>Beginning or single date created</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Ending date created</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of date scheme</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="050" repeatable="true">
+    <name>Library of Congress Call Number</name>
+    <description>Call/and or class number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m). The classification number is taken from the and/or the that are maintained by the Library of Congress.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by LC</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than LC</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="052" repeatable="true">
+    <name>Geographic Classification</name>
+    <description>Classification code for a geographic area associated with the 151 field in an established heading record or 181 field in a subdivision record for a geographic name.</description>
+    <indicator position="1" value="#">
+      <description>Library of Congress Classification</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>U.S. Dept. of Defense Classification</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic classification area code</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Geographic classification subarea code</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Populated place name</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Code source</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="053" repeatable="true">
+    <name>LC Classification Number</name>
+    <description>Single LC classification number or a number span associated with a 1XX heading in an established heading record or a subdivision record. Source of the classification number is and/or the that are maintained by the Library of Congress. The hyphen (-) between the two class numbers in a range of numbers may be generated based on the presence of both subfields $a and $b.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by LC</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than LC</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number element-single number or beginning number of span</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Classification number element-ending number of span</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Explanatory term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="055" repeatable="true">
+    <name>Library and Archives Canada Call Number</name>
+    <description>Call number for a series assigned in Canada if the institution has classified all of part of the series as a collected set.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by LAC</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than LAC</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="060" repeatable="true">
+    <name>National Library of Medicine Call Number</name>
+    <description>National Library of Medicine (NLM) call number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by NLM</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than NLM</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="065" repeatable="true">
+    <name>Other Classification Number</name>
+    <description>Single classification number, number stem, or a number span associated with a 1XX heading in an established heading record or subdivision record. It is used for all classification schemes except those already accommodated in other fields of this type in the format: 053 (LC Classification Number), 083 (Dewey Decimal Classification number), and 087 (Government Document Classification Number). The classification number(s) may be qualified by explanatory information when the heading is represented in more than one place in the same classification scheme. Each classification number or number span associated with a heading is contained in separate field 065.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number element-single number or beginning of span</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Classification number element-ending number of span</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Explanatory term</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Number source</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="066" repeatable="false">
+    <name>Character Sets Present</name>
+    <description>Used in records encoded with characters from sets other than ISO 10646 (or ) to specify the character sets for data content that are present in the record. The field alerts users that special processing may be required. A detailed description of the standard escape sequences used in MARC records is provided in</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Primary G0 character set</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Primary G1 character set</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Alternate G0 or G1 character set</description>
+    </subfield>
+  </field>
+  <field tag="070" repeatable="true">
+    <name>National Agricultural Library Call Number</name>
+    <description>Call number assigned by the National Agricultural Library (NAL) to a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="072" repeatable="true">
+    <name>Subject Category Code</name>
+    <description>Code for the subject category that is associated with the 1XX field in an established heading record or a node label record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>NAL subject category code list</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Subject category code</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Subject category code subdivision</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Code source</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="073" repeatable="false">
+    <name>Subdivision Usage</name>
+    <description>Code specifying the topical term or geographic name with which the 1XX heading in a subdivision record may be used in a particular thesaurus.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Subdivision usage</description>
+    </subfield>
+    <subfield code="z" repeatable="false">
+      <description>Code source</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="080" repeatable="true">
+    <name>Universal Decimal Classification Number</name>
+    <description>Classification number associated with a 1XX heading in an established heading record. Number is taken from the Universal Decimal Classification scheme.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Full</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Abridged</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Universal Decimal Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Common auxiliary subdivision</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Edition identifier</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="082" repeatable="true">
+    <name>Dewey Decimal Call Number</name>
+    <description>Call number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m). Source of the classification number is the the the and electronic updates to either edition. Through 1997, updates were issued in the</description>
+    <indicator position="1" value="0">
+      <description>Full</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Abridged</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by LC</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than LC</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Item number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Edition number</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="083" repeatable="true">
+    <name>Dewey Decimal Classification Number</name>
+    <description>Single Dewey classification number or a a number span associated with a 1XX heading in an established heading record or a subdivision record. Source of the classification number is the the and electronic updates to either edition. Through 1997, updates were issued in the .</description>
+    <indicator position="1" value="0">
+      <description>Full</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Abridged</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Assigned by LC</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Assigned by agency other than LC</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number element-single number or beginning number of span</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Classification number element-ending number of span</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Explanatory term</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Table sequence number for internal subarrangement or add table</description>
+    </subfield>
+    <subfield code="z" repeatable="false">
+      <description>Table identification-table number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Edition number</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="086" repeatable="true">
+    <name>Government Document Call Number</name>
+    <description>Government document call number for a series when all or part of the series is classified as a collected set or with a main series (646, Series Classification Practice, subfield $a, code c or m). The organization assigning the number may be identified in subfield $5.</description>
+    <indicator position="1" value="#">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Superintendent of Documents Classification System</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Government of Canada Publications: Outline of Classification</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Call number</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which call number applies</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid call number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Number source</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="087" repeatable="true">
+    <name>Government Document Classification Number</name>
+    <description>Single government document classification number, number stem, or a number span associated with a 1XX heading in an established heading record. The classification number(s) may be qualified by explanatory information when the heading is represented by more than one number in the same classification scheme.</description>
+    <indicator position="1" value="#">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Superintendent of Documents Classification System</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Government of Canada Publications: Outline of Classification</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Classification number element-Single number of beginning number of span</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Classification number element-Ending number of span</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Explanatory information</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Number source</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="09X" repeatable="true">
+    <name>Local Call Numbers</name>
+    <description>090-099 fields are reserved for a locally-assigned call number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m).</description>
+  </field>
+  <field tag="100" repeatable="false">
+    <name>Heading-Personal Name</name>
+    <description>Established personal name used in a name, name/title, or extended subject heading established heading records or an unestablished personal name used in these types of headings a traced or an untraced reference record.</description>
+    <indicator position="1" value="0">
+      <description>Forename</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Surname</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Family name</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Personal name</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Numeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Titles and other words associated with a name</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Dates associated with a name</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Attribution qualifier</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Fuller form of name</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="110" repeatable="false">
+    <name>Heading-Corporate Name</name>
+    <description>Corporate name used in a name, name/title, or extended subject heading in established heading records or an unestablished corporate name used in a traced or an untraced reference record.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Corporate name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of meeting or treaty signing</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="111" repeatable="false">
+    <name>Heading-Meeting Name</name>
+    <description>Established meeting name used in a name or name/title heading in established heading records or an unestablished meeting name used in these types of headings in traced or untraced reference records.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Meeting name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of meeting</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Name of meeting following jurisdiction name entry element</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="130" repeatable="false">
+    <name>Heading-Uniform Title</name>
+    <description>Uniform title used in a title or extended subject heading in established heading records or an unestablished uniform title used in a traced or untraced reference record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Uniform title</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of treaty signing</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="148" repeatable="false">
+    <name>Heading-Chronological Term</name>
+    <description>Chronological term used as a heading in an established heading record, an established heading and subdivision record, a traced or untraced reference record, or a reference and subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Chronological term</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="150" repeatable="false">
+    <name>Heading-Topical Term</name>
+    <description>Topical term used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, a reference and subdivision record, or a node label record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Topical term or geographic name entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Topical term following geographic name entry element</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="151" repeatable="false">
+    <name>Heading-Geographic Name</name>
+    <description>Geographic name used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, or a reference and subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic name</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="155" repeatable="false">
+    <name>Heading-Genre/Form Term</name>
+    <description>Genre or form term used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, or a reference and subdivision record. The term may consist of more than one word.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Genre/form term</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="180" repeatable="false">
+    <name>Heading-General Subdivision</name>
+    <description>Topical, form, or language term used as a heading in a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="181" repeatable="false">
+    <name>Heading-Geographic Subdivision</name>
+    <description>Geographic name or term used as a heading in a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="182" repeatable="false">
+    <name>Heading-Chronological Subdivision</name>
+    <description>Chronological term used as a heading in a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="185" repeatable="false">
+    <name>Heading-Form Subdivision</name>
+    <description>Form or genre term used as a heading in a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="260" repeatable="true">
+    <name>Complex See Reference-Subject</name>
+    <description>and that are required when relationships exist between unestablished and established subjects that cannot be adequately conveyed by one or more simple cross references generated from 4XX See From Tracing fields in the established heading record. A phrase such as may be generated for display.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Heading referred to</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="336" repeatable="true">
+    <name>Content Type</name>
+    <description>The form of communication through which a work is expressed. Field 336 information enables expression of content types from various lists when the authority is for a title or name/title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Content type term</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Content type code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="360" repeatable="true">
+    <name>Complex See Also Reference-Subject</name>
+    <description>and the that are required when relationships exist between established subjects that cannot be adequately conveyed by one or more simple cross references generated from 5XX See Also From Tracing fields. A phrase such as may be generated for display.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Heading referred to</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="370" repeatable="true">
+    <name>Associated Place</name>
+    <description>A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Place of birth</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Place of death</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Associated country</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Place of residence/headquarters</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Other associated place</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Place of origin of work</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="371" repeatable="true">
+    <name>Address</name>
+    <description>An address (as well as electronic access information such as email, telephone, fax, TTY, etc. numbers) associated with the entity described in the record. Multiple addresses, such as mailing addresses and addresses corresponding to the physical location of an item or facilities, are recorded in separate occurrences of field 371.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Address</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>City</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Intermediate jurisdiction</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Country</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Postal Code</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Electronic mail address</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relator code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="372" repeatable="true">
+    <name>Field of Activity</name>
+    <description>: a field of endeavor, area of expertise, etc., in which the person is engaged or was engaged</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Field of activity</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="373" repeatable="true">
+    <name>Affiliation</name>
+    <description>Information about a group with which a person is or has been affiliated, including dates of affiliation.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Affiliation</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="374" repeatable="true">
+    <name>Occupation</name>
+    <description>Information about profession or occupation in which a person works or has worked, including dates applicable.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Occupation</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="375" repeatable="true">
+    <name>Gender</name>
+    <description>Information about gender of a person, including dates applicable.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Gender</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="376" repeatable="true">
+    <name>Family Information</name>
+    <description>Additional information about families, including type of family, prominent member of the family, and hereditary title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Type of family</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Name of prominent member</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Hereditary title</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Start period</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>End period</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="377" repeatable="true">
+    <name>Associated Language</name>
+    <description>: the language a person uses when writing for publication, broadcasting, etc.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>MARC language code</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Language code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="380" repeatable="true">
+    <name>Form of Work</name>
+    <description>A class or genre to which a work belongs. May be used to differentiate a work from another work with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Form of work</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="381" repeatable="true">
+    <name>Other Distinguishing Characteristics of Work or Expression</name>
+    <description>Any characteristic that is not accommodated in a special field that serves to characterize a work or expression. Examples are an issuing body, arranged statement of music, version, or a geographic term. May be used to differentiate a work from another work with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Other distinguishing characteristic</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="382" repeatable="true">
+    <name>Medium of Performance</name>
+    <description>The instrumental, vocal, and/or other medium of performance for which a musical work was originally conceived or for which a musical expression is written or performed. May be used to differentiate a musical work or expression from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Medium of performance</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="383" repeatable="true">
+    <name>Numeric Designation of Musical Work</name>
+    <description>A serial number, opus number, or thematic index number assigned to a musical work by the composer, publisher, or a musicologist. May be used to differentiate a musical work from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Serial number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Opus number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Thematic index number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="384" repeatable="false">
+    <name>Key</name>
+    <description>The set of pitch relationships that establishes a single pitch class as a tonal centre for a musical work or expression. May be used to differentiate a musical work or expression from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Relationship to original unknown</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Original key</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Transposed key</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Key</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="400" repeatable="true">
+    <name>See From Tracing-Personal Name</name>
+    <description>Tracing for a personal name reference.</description>
+    <indicator position="1" value="0">
+      <description>Forename</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Surname</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Family name</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Personal name</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Numeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Titles and other words associated with a name</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Dates associated with a name</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Attribution qualifier</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Fuller form of name</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="410" repeatable="true">
+    <name>See From Tracing-Corporate Name</name>
+    <description>Tracing for a corporate name reference.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Corporate name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of meeting or treaty signing</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="411" repeatable="true">
+    <name>See From Tracing-Meeting Name</name>
+    <description>Tracing for a meeting name reference. It is used in an established heading record or an established heading and subdivision record to trace a see from reference from a meeting name not used to an established heading.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Meeting name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of meeting</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Name of meeting following jurisdiction name entry element</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="430" repeatable="true">
+    <name>See From Tracing-Uniform Title</name>
+    <description>Tracing for a uniform title reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Uniform title</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of treaty signing</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="448" repeatable="true">
+    <name>See From Tracing-Chronological Term</name>
+    <description>Tracing for a chronological term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Chronological term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="450" repeatable="true">
+    <name>See From Tracing-Topical Term</name>
+    <description>Tracing for a topical term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Topical term or geographic name entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Topical term following geographic name entry element</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="451" repeatable="true">
+    <name>See From Tracing-Geographic Name</name>
+    <description>Tracing for a geographic name reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic name</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="455" repeatable="true">
+    <name>See From Tracing-Genre/Form Term</name>
+    <description>Tracing for a genre/form term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Genre/form term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="480" repeatable="true">
+    <name>See From Tracing-General Subdivision</name>
+    <description>Tracing for a general subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="481" repeatable="true">
+    <name>See From Tracing-Geographic Subdivision</name>
+    <description>Tracing for a geographic subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="482" repeatable="true">
+    <name>See From Tracing-Chronological Subdivision</name>
+    <description>Tracing for a chronological subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="485" repeatable="true">
+    <name>See From Tracing-Form Subdivision</name>
+    <description>Tracing for a form subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="500" repeatable="true">
+    <name>See Also From Tracing-Personal Name</name>
+    <description>Tracing for a personal name reference.</description>
+    <indicator position="1" value="0">
+      <description>Forename</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Surname</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Family name</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Personal name</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Numeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Titles and other words associated with a name</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Dates associated with a name</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Attribution qualifier</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Fuller form of name</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="510" repeatable="true">
+    <name>See Also From Tracing-Corporate Name</name>
+    <description>Tracing for a corporate name reference.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Corporate name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of meeting or treaty signing</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="511" repeatable="true">
+    <name>See Also From Tracing-Meeting Name</name>
+    <description>Tracing for a meeting name reference. It is used in an established heading record or an established heading and subdivision record to trace a see also from reference from an established meeting name to a related established heading.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Meeting name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of meeting</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Name of meeting following jurisdiction name entry element</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="530" repeatable="true">
+    <name>See Also From Tracing-Uniform Title</name>
+    <description>Tracing for a uniform title reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Uniform title</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of treaty signing</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="548" repeatable="true">
+    <name>See Also From Tracing-Chronological Term</name>
+    <description>Tracing for a chronological term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Chronological term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="550" repeatable="true">
+    <name>See Also From Tracing-Topical Term</name>
+    <description>Tracing for a topical term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Topical term or geographic name entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Topical term following geographic name entry element</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="551" repeatable="true">
+    <name>See Also From Tracing-Geographic Name</name>
+    <description>Tracing for a geographic name reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic name</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="555" repeatable="true">
+    <name>See Also From Tracing-Genre/Form Term</name>
+    <description>Tracing for a genre/form term reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Genre/form term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="580" repeatable="true">
+    <name>See Also From Tracing-General Subdivision</name>
+    <description>Tracing for a general subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="581" repeatable="true">
+    <name>See Also From Tracing-Geographic Subdivision</name>
+    <description>Tracing for a geographic subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="582" repeatable="true">
+    <name>See Also From Tracing-Chronological Subdivision</name>
+    <description>Tracing for a chronological subdivision .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="585" repeatable="true">
+    <name>See Also From Tracing-Form Subdivision</name>
+    <description>Tracing for a form subdivision reference.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relationship code</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="640" repeatable="true">
+    <name>Series Dates of Publication and/or Sequential Designation</name>
+    <description>Beginning/ending date(s) of publication and/or sequential designations used on items in a series named in the 1XX field of an established heading record for a series. May also contain a citation for the source of the information.</description>
+    <indicator position="1" value="0">
+      <description>Formatted style</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Unformatted style</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Dates of publication and/or sequential designation</description>
+    </subfield>
+    <subfield code="z" repeatable="false">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="641" repeatable="true">
+    <name>Series Numbering Peculiarities</name>
+    <description>Note that describes irregularities in the report year coverage and/or numbering of a series named in the 1XX field of an established heading record for a series. May also contain a citation for the source of the information.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Numbering peculiarities note</description>
+    </subfield>
+    <subfield code="z" repeatable="false">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="642" repeatable="true">
+    <name>Series Numbering Example</name>
+    <description>Series numbering example that is to be followed in the sequential designation portion of a series added entry tracing in bibliographic records for individual issues of the series named in the 1XX field of an established heading record for a series. Different ranges of volumes/dates or different series numbering examples for different organizations and/or different copies or sets within the same organization are also contained in separate 642 fields.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Series numbering example</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which series numbering example applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution/copy to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="643" repeatable="true">
+    <name>Series Place and Publisher/Issuing Body</name>
+    <description>Place of publication and the name of the publisher/issuing body of the series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates to which the publication information applies.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Place</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Publisher/issuing body</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which place and publisher/issuing body apply</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="644" repeatable="true">
+    <name>Series Analysis Practice</name>
+    <description>One-character alphabetic code that indicates a specific organization's analysis practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the practice applies.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Series analysis practice</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Exceptions to analysis practice</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which analysis practice applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution/copy to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="645" repeatable="true">
+    <name>Series Tracing Practice</name>
+    <description>One-character alphabetic code that indicates a specific organization's tracing practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the tracing practice applies.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Series tracing practice</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which tracing practice applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution/copy to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="646" repeatable="true">
+    <name>Series Classification Practice</name>
+    <description>One-character alphabetic code that indicates a specific organization's classification practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the classification practice applies.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Series classification practice</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Volumes/dates to which classification practice applies</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="663" repeatable="false">
+    <name>Complex See Also Reference-Name</name>
+    <description>and the that are required when relationships exist between an established name and other established names that cannot be adequately conveyed by one or more simple cross references generated from 5XX See Also From Tracing fields.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading referred to</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Title referred to</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="664" repeatable="false">
+    <name>Complex See Reference-Name</name>
+    <description>and the that are required in a reference record for names when relationships exist between an unestablished name and one or more established names that cannot be adequately conveyed by simple cross references generated from 4XX See From Tracing fields in the established heading records.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading referred to</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Title referred to</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="665" repeatable="false">
+    <name>History Reference</name>
+    <description>Text for reference notes with historical information for names that is used in an established heading record when more information is needed about the relationships that exist among three or more established names (usually corporate names) than can be adequately conveyed by simple cross references generated from 5XX See Also From Tracing fields in the established heading records.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>History reference</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="666" repeatable="false">
+    <name>General Explanatory Reference-Name</name>
+    <description>Note in a reference record that explains how names having a common characteristic (e.g., surnames with separately written prefixes) are entered in a file.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>General explanatory reference</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="667" repeatable="true">
+    <name>Nonpublic General Note</name>
+    <description>Note that provides general information about a 1XX heading for which a specialized note field has not been defined.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Nonpublic general note</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="670" repeatable="true">
+    <name>Source Data Found</name>
+    <description>Citation for a consulted source in which information is found about the 1XX heading in an established heading record, an established heading and subdivision record, a subdivision record or a reference record. May also include the information found in the source.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Source citation</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Information found</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="675" repeatable="false">
+    <name>Source Data Not Found</name>
+    <description>Citation for a consulted source in which no information is found about the 1XX heading in an established heading record, an established heading and subdivision record, or a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Source citation</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="678" repeatable="true">
+    <name>Biographical or Historical Data</name>
+    <description>Summary of the essential biographical, historical, or other information about the 1XX heading in an established heading record, an established heading and subdivision record, or a subdivision record.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Biographical sketch</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Administrative history</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Biographical or historical data</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Expansion</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="680" repeatable="true">
+    <name>Public General Note</name>
+    <description>Note that provides general information about a 1XX heading for which a specialized note field has not been defined. The note is written in a form adequate for public display.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Heading or subdivision term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="681" repeatable="true">
+    <name>Subject Example Tracing Note</name>
+    <description>Note that documents the use of the 1XX subject or authorized subdivision heading as an example or reference in fields 260 Complex See Reference, 360 Complex See Also Reference, and/or 680 Public General Note in another authority record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Subject heading or subdivision term</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="682" repeatable="false">
+    <name>Deleted Heading Information</name>
+    <description>Explanation for the deletion of an established heading or subdivision record from an authority file. The replacement heading(s) may be contained in subfield(s) $a.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Replacement heading</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Replacement authority record control number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="688" repeatable="true">
+    <name>Application History Note</name>
+    <description>Information that documents changes in the application of a 1XX heading.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Application history note</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="700" repeatable="true">
+    <name>Established Heading Linking Entry-Personal Name</name>
+    <description>Personal name heading that is equivalent to the heading contained in the 1XX field or the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="0">
+      <description>Forename</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Surname</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Family name</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Personal name</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Numeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Titles and other words associated with a name</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Dates associated with a name</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Attribution qualifier</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Fuller form of name</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="710" repeatable="true">
+    <name>Established Heading Linking Entry-Corporate Name</name>
+    <description>Corporate name that is equivalent to the name contained in the 110 field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Corporate name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of meeting or treaty signing</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="711" repeatable="true">
+    <name>Established Heading Linking Entry-Meeting Name</name>
+    <description>Meeting name that is equivalent to the name contained in the 111 field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="0">
+      <description>Inverted name</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Jurisdiction name</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Name in direct order</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Meeting name or jurisdiction name as entry element</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Location of meeting</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of meeting</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Subordinate unit</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section/meeting</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Name of meeting following jurisdiction name entry element</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="730" repeatable="true">
+    <name>Established Heading Linking Entry-Uniform Title</name>
+    <description>Uniform title that is equivalent to the title contained in the 130 field of the same record. It links equivalent headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Uniform title</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of treaty signing</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Date of a work</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Medium</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Form subheading</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Language of a work</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Medium of performance for music</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Number of part/section of a work</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Arranged statement for music</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Name of part/section of a work</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Key for music</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Version</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Title of a work</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="748" repeatable="true">
+    <name>Established Heading Linking Entry-Chronological Term</name>
+    <description>Chronological term that is equivalent to the 148 chronological term or 182 chronological subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Chronological term</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="750" repeatable="true">
+    <name>Established Heading Linking Entry-Topical Term</name>
+    <description>Topical term that is equivalent to the 150 topical term or 180 general subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Topical term or geographic name entry element</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Topical term following geographic name entry element</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="751" repeatable="true">
+    <name>Established Heading Linking Entry-Geographic Name</name>
+    <description>Geographic name that is equivalent to the 151 geographic name or 181 geographic subdivision field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic name</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="755" repeatable="true">
+    <name>Established Heading Linking Entry-Genre/Form Term</name>
+    <description>Genre/form term that is equivalent to the 155 genre/form term or 185 form subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Genre/form term as entry element</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="780" repeatable="true">
+    <name>Subdivision Linking Entry-General Subdivision</name>
+    <description>General subdivision term that is equivalent to the 150 topical term or 180 general subdivision field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="781" repeatable="true">
+    <name>Subdivision Linking Entry-Geographic Subdivision</name>
+    <description>Geographic subdivision name that is equivalent to the 151 geographic name or 181 geographic subdivision field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="782" repeatable="true">
+    <name>Subdivision Linking Entry-Chronological Subdivision</name>
+    <description>Chronological subdivision term that is equivalent to the 150 topical term or 182 chronological subdivision field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="785" repeatable="true">
+    <name>Subdivision Linking Entry-Form Subdivision</name>
+    <description>Form subdivision term that is equivalent to the 155 genre/form or 185 form subdivision field of the same record. It links headings within a system or from different thesauri or authority files.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="v" repeatable="true">
+      <description>Form subdivision</description>
+    </subfield>
+    <subfield code="w" repeatable="false">
+      <description>Control subfield</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Link not displayed</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Link not displayed, field 788 used</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Link not displayed, non-7XX field used</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Heading replacement does not require review</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Heading replacement requires review</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>General subdivision</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Chronological subdivision</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Geographic subdivision</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="788" repeatable="false">
+    <name>Complex Linking Entry Data</name>
+    <description>Explanatory text and the headings referred to when the linking relationship between headings from different subject heading systems or thesauri cannot be adequately conveyed by fields 700-785. No subelements of the are separately subfield coded. Adjacent headings referred to may be contained in a single subfield $a. The heading referred to may be an established heading or a subject subdivision that is not equivalent to but is related to the heading in the 1XX field.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Library of Congress Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>LC subject headings for children's literature</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Medical Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>National Agricultural Library subject authority file</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Source not specified</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Canadian Subject Headings</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Répertoire de vedettes-matière</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Heading referred to</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="856" repeatable="true">
+    <name>Electronic Location and Access</name>
+    <description>Information needed to locate and access electronic information. The field may be used in an authority record to provide supplementary information available electronically about the entity for which the record was created.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Email</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>FTP</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Remote login (Telnet)</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Dial-up</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>HTTP</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Method specified in subfield $2</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Resource</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Version of resource</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Related resource</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>No display constant generated</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Host name</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Access number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Compression information</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Path</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Electronic name</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Processor of request</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Instruction</description>
+    </subfield>
+    <subfield code="j" repeatable="false">
+      <description>Bits per second</description>
+    </subfield>
+    <subfield code="k" repeatable="false">
+      <description>Password</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Logon</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Contact for access assistance</description>
+    </subfield>
+    <subfield code="n" repeatable="false">
+      <description>Name of location of host</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Operating system</description>
+    </subfield>
+    <subfield code="p" repeatable="false">
+      <description>Port</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Electronic format type</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Settings</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>File size</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Terminal emulation</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Hours access method available</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Link text</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Access method</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="880" repeatable="true">
+    <name>Alternate Graphic Representation</name>
+    <description>Full content-designated representation, in a different script, of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field also links that field to the 880 field. The data in field 880 may be in more than one script.</description>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+  </field>
+</fields>

Copied: branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-mfhd.xml (from rev 17668, trunk/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-mfhd.xml)
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-mfhd.xml	                        (rev 0)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips-mfhd.xml	2010-09-15 11:08:22 UTC (rev 17691)
@@ -0,0 +1,2063 @@
+<?xml version="1.0"?>
+<fields>
+  <field tag="001" repeatable="false">
+    <name>Control Number</name>
+    <description>System control number assigned to a separate holdings record. For interchange purposes, documentation of the structure of the control number and input conventions are provided to exchange partners by the organization initiating the interchange.</description>
+  </field>
+  <field tag="003" repeatable="false">
+    <name>Control Number Identifier</name>
+    <description>MARC code for the agency whose system control number is present in field 001 (Control Number).</description>
+  </field>
+  <field tag="004" repeatable="false">
+    <name>Control Number for Related Bibliographic Record</name>
+    <description>System control number of the MARC bibliographic record for which a separate holdings record was created.</description>
+  </field>
+  <field tag="005" repeatable="false">
+    <name>Date and Time of Latest Transaction</name>
+    <description>Sixteen characters that specify the date and time of the latest record transaction and serve as a version identifier for the record. They are recorded according to (ISO 8601). The date requires 8 numeric characters in the pattern (4 for the year, 2 for the month, and 2 for the day). The time requires 8 numeric characters in the pattern (2 for the hour, 2 for the minute, 2 for the second, and 2 for a decimal fraction of the second, including the decimal point)expressed in terms of the 24-hour (00-23) clock.</description>
+  </field>
+  <field tag="007" repeatable="false">
+    <name>Physical Description Fixed Field</name>
+    <description>Codes that describe the physical characteristics of the copy of the bibliographic item for which holdings are recorded. See the description of in the for complete character position definitions and the content designators defined for this field. The Category of material code (007/00) may be described textually in field 842 (Textual Physical Form Designator).</description>
+  </field>
+  <field tag="008" repeatable="false">
+    <name>Fixed-Length Data Elements-General Information</name>
+    <description>Thirty-two character positions (00-31) that contain data elements that provide coded information about the record. The data elements are positionally defined. Each defined character position must contain either a defined code or a fill character ( | ). The fill character is used when no attempt is made to supply a defined code for a specific character position.</description>
+  </field>
+  <field tag="010" repeatable="false">
+    <name>Library of Congress Control Number</name>
+    <description>Control number, assigned by the Library of Congress, of the related MARC bibliographic record for which a separate holdings record is made.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>LC control number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>NUCMC control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled or invalid LC control number</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="014" repeatable="true">
+    <name>Linkage Number</name>
+    <description>Control number, assigned by a bibliographic network, of a separate holdings record or its related bibliographic record for which a separate holdings record is made.</description>
+    <indicator position="1" value="0">
+      <description>Holdings record number</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Bibliographic record number</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Linkage number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Source of number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled or invalid linkage number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+  </field>
+  <field tag="016" repeatable="true">
+    <name>National Bibliographic Agency Control Number</name>
+    <description>Control number, assigned by a national bibliographic agency other than the Library of Congress, of the related bibliographic record for which a separate holdings record is made.</description>
+    <indicator position="1" value="#">
+      <description>Library and Archives Canada</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled or invalid control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="017" repeatable="true">
+    <name>Copyright or Legal Deposit Number</name>
+    <description>Copyright registration or legal deposit number for an item that was acquired by copyright or legal deposit.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Copyright or legal deposit number</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>No display constant generated</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Copyright or legal deposit number</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Assigning agency</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date</description>
+    </subfield>
+    <subfield code="i" repeatable="false">
+      <description>Display text</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid copyright or legal deposit number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="020" repeatable="true">
+    <name>International Standard Book Number</name>
+    <description>International Standard Book Number (ISBN) copied from subfield $a of field 020 (International Standard Book Number) of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>International Standard Book Number</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Terms of availability</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid ISBN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="022" repeatable="true">
+    <name>International Standard Serial Number</name>
+    <description>International Standard Serial Number (ISSN) copied from subfield $a of field 022 (International Standard Serial Number) of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.</description>
+    <indicator position="1" value="#">
+      <description>No level specified</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Continuing resource of international interest</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Continuing resource not of international interest</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>ISSN-L</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Canceled ISSN-L</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Incorrect ISSN</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled ISSN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="024" repeatable="true">
+    <name>Other Standard Identifier</name>
+    <description>Standard number or code published on an item which cannot be accommodated in another field (e.g., field 020 (International Standard Book Number), 022 (International Standard Serial Number), 027 (Standard Technical Report Number)). The type of standard number or code is identified in the first indicator position or in subfield $2 (Source of number or code).</description>
+    <indicator position="1" value="0">
+      <description>International Standard Recording Code</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Universal Product Code</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>International Standard Music Number</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>International Article Number</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Serial Item and Contribution Identifier</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Unspecified type of standard number or code</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>No difference</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Difference</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Standard number or code</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Terms of availability</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Additional codes following the standard number or code</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid standard number or code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of number or code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="027" repeatable="true">
+    <name>Standard Technical Report Number</name>
+    <description>International Standard Technical Report number (ISRN) or a Standard Technical Report Number (STRN) copied from subfield $a of field 027 of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Standard Technical Report Number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid STRN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="030" repeatable="false">
+    <name>CODEN Designation</name>
+    <description>CODEN designation, a unique identifier for scientific and technical periodical titles, copied from field 030 of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>CODEN</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid CODEN</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="035" repeatable="true">
+    <name>System Control Number</name>
+    <description>Control number, assigned by any agency, of a holdings record or a related bibliographic record for which a separate holdings record is made.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>System control number</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled or invalid control number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="040" repeatable="false">
+    <name>Record Source</name>
+    <description>MARC code for or the name of the organization(s) that created the original, assigned MARC content designation and transcribed the record into machine-readable form, or modified an existing MARC record. These data and the code in 008/39 (Cataloging source) specify the parties responsible for the content, content designation, and transcription of the bibliographic record.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Original cataloging agency</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Language of cataloging</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Transcribing agency</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Modifying agency</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="066" repeatable="false">
+    <name>Character Sets Present</name>
+    <description>Used in records encoded with characters from sets other than ISO 10646 (or Unicode) to specify the character sets for data content that are present in the record. A detailed description of the standard escape sequences used in MARC records is provided in .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Primary G0 character set</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Primary G1 character set</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Alternate G0 or G1 character set</description>
+    </subfield>
+  </field>
+  <field tag="337" repeatable="true">
+    <name>Media Type</name>
+    <description>Media type reflects the general type of intermediation device required to view, play, run, etc., the content of a resource. Used as an alternative to or in addition to the coded expression of Media type in field 007/00 (Category of material). Field 337 information enables indication of more specific media types and media types from various lists.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Media type term</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Media type code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="338" repeatable="true">
+    <name>Carrier Type</name>
+    <description>Carrier type reflects the format of the storage medium and housing of a carrier in combination with the media type (which indicates the intermediation device required to view, play, run, etc., the content of a resource). Used as an alternative to or in addition to the coded expression of carrier type in field 007/01 (Specific material designation). Field 338 information enables indication of more specific carrier types and carrier types from various lists.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Carrier type term</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="506" repeatable="true">
+    <name>Restrictions on Access Note</name>
+    <description>Information about restrictions imposed on access to the described materials.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>No restrictions</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Restrictions apply</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Terms governing access</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Jurisdiction</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Physical access provisions</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Authorized users</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Authorization</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Standardized terminology for access restriction</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="538" repeatable="true">
+    <name>System Details Note</name>
+    <description>Technical information about an item, such as the presence or absence of certain kinds of codes; or the physical characteristics of a computer file, such as recording densities, parity, blocking factors, mode of access, software programming language, computer requirements, peripheral requirements, trade name or recording systems, number of lines of resolution, and modulation frequency. For sound and videorecordings, information about the trade name or recording system(s) (e.g., VHS), modulation frequency and number of lines of resolution may be included.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>System details note</description>
+    </subfield>
+    <subfield code="i" repeatable="false">
+      <description>Display text</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="541" repeatable="true">
+    <name>Immediate Source of Acquisition Note</name>
+    <description>Information on the immediate source of acquisition of the described materials. Used primarily for original or historical items or other archival collections.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Private</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Not private</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Address</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Method of acquisition</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of acquisition</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Accession number</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Owner</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Purchase price</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Extent</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="561" repeatable="true">
+    <name>Ownership and Custodial History</name>
+    <description>Information concerning the ownership and custodial history of the described materials from the time of their creation to the time of their accessioning, including the time at which individual items or group of items were first brought together in their current arrangement or collation.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Private</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Not private</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>History</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="562" repeatable="true">
+    <name>Copy and Version Identification Note</name>
+    <description>Information that distinguishes the copy(s) or version(s) of materials held by an archive or manuscript repository when more than one copy or version exists or could exist.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Identifying markings</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Copy identification</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Version identification</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Presentation format</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Number of copies</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="563" repeatable="true">
+    <name>Binding Information</name>
+    <description>Binding information intended primarily for use with antiquarian materials, rare books, and other special collections.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Binding note</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="583" repeatable="true">
+    <name>Action Note</name>
+    <description>Information about processing and reference or preservation actions related to the bibliographic item for which a separate holdings record is created. For those using the field to record preservation activities, a list of may be used and the authority for the terminology may be indicated in subfield $2.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Private</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Not private</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Action</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Action identification</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Time/date of action</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Action interval</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Contingency for action</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Authorization</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Jurisdiction</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Method of action</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Site of action</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Action agent</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Status</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Extent</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="841" repeatable="false">
+    <name>Holdings Coded Data Values</name>
+    <description>When holdings data are embedded in a bibliographic record, this field contains certain coded information that would apply to the holdings information if it were in a separate holdings record in field 008 (Fixed-Length Data Elements).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Type of record</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Fixed-length data elements</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Encoding level</description>
+    </subfield>
+  </field>
+  <field tag="842" repeatable="false">
+    <name>Textual Physical Form Designator</name>
+    <description>Designation in textual form of the physical form of the item. The physical form designator specifies the physical medium or form, or type of material of the unit held. The general physical form designator in coded form is recorded in field 007 (Physical Description Fixed Field).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Textual physical form designator</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="843" repeatable="true">
+    <name>Reproduction Note</name>
+    <description>Description of an item that is a reproduction of original materials. Used when an institution chooses to have the main portion of the bibliographic record description reflect the original and the notes in field 843 reflect information about the copy.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Type of reproduction</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Place of reproduction</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Agency responsible for reproduction</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of reproduction</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Physical description of reproduction</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Series statement of reproduction</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Dates of publication and/or sequential designation of issues reproduced</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Note about reproduction</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="7" repeatable="false">
+      <description>Fixed-length data elements of reproduction</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="844" repeatable="false">
+    <name>Name of Unit</name>
+    <description>Bibliographic title or a supplied designation describing a basic bibliographic unit, supplementary material, or an index. A supplement or index designation used as a caption is contained in fields 853-855 (Captions and Pattern), subfield $a-$h (Enumeration captions).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Name of unit</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="845" repeatable="true">
+    <name>Terms Governing Use and Reproduction Note</name>
+    <description>Terms governing the use and reproduction of a bibliographic item when the holding organization will lend (008/20, Lending policy, code a) and reproduce (008/21, Reproduction policy, code a) the item.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Terms governing use and reproduction</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Jurisdiction</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Authorization</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Authorized users</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="852" repeatable="true">
+    <name>Location</name>
+    <description>Organization holding the item or from which it is available. May also contain detailed information about how to locate the item in a collection.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Library of Congress classification</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Dewey Decimal classification</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>National Library of Medicine classification</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Superintendent of Documents classification</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Shelving control number</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Title</description>
+    </indicator>
+    <indicator position="1" value="6">
+      <description>Shelved separately</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Other scheme</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Not enumeration</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Primary enumeration</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Alternative enumeration</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Location</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Sublocation or collection</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Shelving location</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Former shelving location</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Address</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Coded location qualifier</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Non-coded location qualifier</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Classification part</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Item part</description>
+    </subfield>
+    <subfield code="j" repeatable="false">
+      <description>Shelving control number</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Call number prefix</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Shelving form of title</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Call number suffix</description>
+    </subfield>
+    <subfield code="n" repeatable="false">
+      <description>Country code</description>
+    </subfield>
+    <subfield code="p" repeatable="false">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Piece physical condition</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Copyright article-fee code</description>
+    </subfield>
+    <subfield code="t" repeatable="false">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of classification or shelving scheme</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="false">
+      <description>Sequence number</description>
+    </subfield>
+  </field>
+  <field tag="853" repeatable="true">
+    <name>Captions and Pattern - Basic Bibliographic Unit</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="0">
+      <description>Cannot compress or expand</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Can compress but not expand</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Can compress or expand</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Unknown</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Captions verified; all levels present</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Captions verified; all levels may not be present</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Captions unverified; all levels present</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Captions unverified; all levels may not be present</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Bibliographic units per next higher level</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Numbering continuity</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Frequency</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Calendar change</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Regularity pattern</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Numbering scheme</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="854" repeatable="true">
+    <name>Captions and Pattern - Supplementary Material</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="0">
+      <description>Cannot compress or expand</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Can compress but not expand</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Can compress or expand</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Unknown</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Captions verified; all levels present</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Captions verified; all levels may not be present</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Captions unverified; all levels present</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Captions unverified; all levels may not be present</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Bibliographic units per next higher level</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Numbering continuity</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Frequency</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Calendar change</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Regularity pattern</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Numbering scheme</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="855" repeatable="true">
+    <name>Captions and Pattern - Indexes</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Bibliographic units per next higher level</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Numbering continuity</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Frequency</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Calendar change</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Regularity pattern</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Numbering scheme</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="856" repeatable="true">
+    <name>Electronic Location and Access</name>
+    <description>Information required to locate an electronic resource. The information identifies the electronic location containing the resource or from which it is available. It also contains information needed to retrieve the resource by the access method identified in the first indicator position. The relationship of the electronic location and access information in field 856 to the resource identified by the record as a whole is identified by the second indicator. The information contained in this field is sufficient to allow for the electronic transfer of a file, subscription to an electronic journal, or logon to an electronic resource. In some cases, only unique data elements are recorded which allow the user to access a locator table on a remote host containing the remaining information needed to access the resource.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Email</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>FTP</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Remote login (Telnet)</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Dial-up</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>HTTP</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Method specified in subfield $2</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Resource</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Version of resource</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Related resource</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>No display constant generated</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Host name</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Access number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Compression information</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Path</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Electronic name</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Processor of request</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Instruction</description>
+    </subfield>
+    <subfield code="j" repeatable="false">
+      <description>Bits per second</description>
+    </subfield>
+    <subfield code="k" repeatable="false">
+      <description>Password</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Logon</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Contact for access assistance</description>
+    </subfield>
+    <subfield code="n" repeatable="false">
+      <description>Name of location of host</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Operating system</description>
+    </subfield>
+    <subfield code="p" repeatable="false">
+      <description>Port</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Electronic format type</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Settings</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>File size</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Terminal emulation</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Hours access method available</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Link text</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Access method</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="863" repeatable="true">
+    <name>Enumeration and Chronology - Basic Bibliographic Unit</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Compressed</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Uncompressed</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Compressed, use textual display</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Item(s) not published</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Copyright article-fee code</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Issuing date</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Break indicator</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="864" repeatable="true">
+    <name>Enumeration and Chronology - Supplementary Material</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Compressed</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Uncompressed</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Compressed, use textual display</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Item(s) not published</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Copyright article-fee code</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Issuing date</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Break indicator</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="865" repeatable="true">
+    <name>Enumeration and Chronology - Indexes</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Uncompressed</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Copyright article-fee code</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Issuing date</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Break indicator</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="866" repeatable="true">
+    <name>Textual Holdings - Basic Bibliographic Unit</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="867" repeatable="true">
+    <name>Textual Holdings - Supplementary Material</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="868" repeatable="true">
+    <name>Textual Holdings - Indexes</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="876" repeatable="true">
+    <name>Item Information - Basic Bibliographic Unit</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="877" repeatable="true">
+    <name>Item Information - Supplementary Material</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="878" repeatable="true">
+    <name>Item Information - Indexes</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="880" repeatable="true">
+    <name>Alternate Graphic Representation</name>
+    <description>Fully content-designated, alternate graphic representation of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field links that field to the 880 field. When an associated field does not exist in the record, field 880 is constructed as if it did and a reserved occurrence number (00) is used to indicate the special situation. The data in field 880 may be in more than one script.</description>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+  </field>
+</fields>

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips.xml
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips.xml	2010-09-15 05:25:07 UTC (rev 17690)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips.xml	2010-09-15 11:08:22 UTC (rev 17691)
@@ -1,32 +1,38 @@
 <?xml version="1.0"?>
 <fields>
   <field tag="001" repeatable="false">
-    <name>CONTROL NUMBER</name>
-    <description>The control number assigned by the organization creating, using, or distributing the record. The MARC code for the organization is contained in field 003 (Control Number Identifier).</description>
+    <name>Control Number</name>
+    <description>Control number assigned by the organization creating, using, or distributing the record. The MARC code for the organization is contained in field 003 (Control Number Identifier).</description>
   </field>
   <field tag="003" repeatable="false">
-    <name>CONTROL NUMBER IDENTIFIER</name>
-    <description>The MARC code for the organization whose control number is contained in field 001 (Control Number).</description>
+    <name>Control Number Identifier</name>
+    <description>MARC code for the organization whose control number is contained in field 001 (Control Number).</description>
   </field>
   <field tag="005" repeatable="false">
-    <name>DATE AND TIME OF LATEST TRANSACTION</name>
-    <description>Sixteen characters that indicate the date and time of the latest record transaction and serve as a version identifier for the record. They are recorded according to Representation of Dates and Times (ISO 8601). The date requires 8 numeric characters in the pattern yyyymmdd. The time requires 8 numeric characters in the pattern hhmmss.f, expressed in terms of the 24-hour (00-23) clock.</description>
+    <name>Date and Time of Latest Transaction</name>
+    <description>Sixteen characters that indicate the date and time of the latest record transaction and serve as a version identifier for the record. They are recorded according to (ISO 8601). The date requires 8 numeric characters in the pattern . The time requires 8 numeric characters in the pattern expressed in terms of the 24-hour (00-23) clock.</description>
   </field>
   <field tag="006" repeatable="true">
-    <name>FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION</name>
-    <description>This field contains 18 character positions (00-17) that provide for coding information about special aspects of the item being cataloged that cannot be coded in field 008 (Fixed-Length Data Elements). It is used in cases when an item has multiple characteristics. It is also used to record the coded serial aspects of nontextual continuing resources.</description>
+    <name>Fixed-Length Data Elements-Additional Material Characteristics</name>
+    <description>Eighteen character positions (00-17) that provide for coding information about special aspects of the item being cataloged that cannot be coded in field 008 (Fixed-Length Data Elements). It is used in cases when an item has multiple characteristics (e.g., printed material with an accompanying cassette or a map that is issued serially) and to record the coded serial aspects of nontextual continuing resources.</description>
   </field>
   <field tag="007" repeatable="true">
-    <name>PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION</name>
-    <description>This field contains special information about the physical characteristics in a coded form. The information may represent the whole item or parts of an item such as accompanying material.</description>
+    <name>Physical Description Fixed Field-General Information</name>
+    <description>Special information about the physical characteristics in a coded form. The information may represent the whole item or parts of an item such as accompanying material.</description>
   </field>
   <field tag="008" repeatable="false">
-    <name>FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION</name>
-    <description>This field contains 40 character positions (00-39) that provide coded information about the record as a whole and about special bibliographic aspects of the item being cataloged. These coded data elements are potentially useful for retrieval and data management purposes.</description>
+    <name>Fixed-Length Data Elements-General Information</name>
+    <description>Forty character positions (00-39) that provide coded information about the record as a whole and about special bibliographic aspects of the item being cataloged. These coded data elements are potentially useful for retrieval and data management purposes.</description>
   </field>
   <field tag="010" repeatable="false">
-    <name>LIBRARY OF CONGRESS CONTROL NUMBER</name>
-    <description>A unique number assigned to a MARC record by the Library of Congress. Valid MARC prefixes for LC control numbers are published in MARC 21 Format for Bibliographic Data.</description>
+    <name>Library of Congress Control Number</name>
+    <description>Unique number assigned to a MARC record by the Library of Congress. Valid MARC prefixes for LC control numbers are published in .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>LC control number</description>
     </subfield>
@@ -41,8 +47,14 @@
     </subfield>
   </field>
   <field tag="013" repeatable="true">
-    <name>PATENT CONTROL INFORMATION</name>
+    <name>Patent Control Information</name>
     <description>Information used to control patent documents. In addition to information about patents, this field may contain information relating to inventors' certificates, utility certificates, utility models, patents or certificates of addition, inventors' certificates of addition, utility certificates of addition, and published applications for any of these.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Number</description>
     </subfield>
@@ -69,11 +81,20 @@
     </subfield>
   </field>
   <field tag="015" repeatable="true">
-    <name>NATIONAL BIBLIOGRAPHY NUMBER</name>
-    <description>The bibliography entry number for cataloging information that is derived from a national bibliography.</description>
+    <name>National Bibliography Number</name>
+    <description>Bibliography entry number(s) for cataloging information that is derived from a national bibliography.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>National bibliography number</description>
     </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Canceled/invalid national bibliography number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source</description>
     </subfield>
@@ -85,19 +106,22 @@
     </subfield>
   </field>
   <field tag="016" repeatable="true">
-    <name>NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER</name>
+    <name>National Bibliographic Agency Control Number</name>
     <description>Unique numbers that have been assigned to a record by a national bibliographic agency other than the Library of Congress. The control number may also appear in field 001 (Control Number) in records distributed by the same national agency. This number is a record control number used in a national bibliographic agency system, rather than a number used for an entry in a national bibliographic, field 015 (National Bibliography Number).</description>
     <indicator position="1" value="#">
       <description>Library and Archives Canada</description>
     </indicator>
     <indicator position="1" value="7">
-      <description>Source specified in subfield $2 Used when the source of the control number is indicated by a code in subfield $2. See Organization Code Sources for a listing of sources used in MARC 21 records.</description>
+      <description>Source specified in subfield $2</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Record control number</description>
     </subfield>
     <subfield code="z" repeatable="true">
-      <description>Canceled or invalid record control number</description>
+      <description>Canceled/invalid control number</description>
     </subfield>
     <subfield code="2" repeatable="false">
       <description>Source</description>
@@ -107,23 +131,35 @@
     </subfield>
   </field>
   <field tag="017" repeatable="true">
-    <name>COPYRIGHT OR LEGAL DEPOSIT NUMBER</name>
-    <description>The copyright registration or legal deposit number for an item that was acquired by copyright or legal deposit.</description>
+    <name>Copyright or Legal Deposit Number</name>
+    <description>Copyright registration or legal deposit number for an item that was acquired by copyright or legal deposit.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="#">
       <description>Copyright or legal deposit number</description>
     </indicator>
     <indicator position="2" value="8">
       <description>No display constant generated</description>
     </indicator>
-    <subfield code="a" repeatable="false">
-      <description>International Standard Book Number</description>
+    <subfield code="a" repeatable="true">
+      <description>Copyright or legal deposit number</description>
     </subfield>
-    <subfield code="c" repeatable="false">
-      <description>Terms of availability</description>
+    <subfield code="b" repeatable="false">
+      <description>Assigning agency</description>
     </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date</description>
+    </subfield>
+    <subfield code="i" repeatable="false">
+      <description>Display text</description>
+    </subfield>
     <subfield code="z" repeatable="true">
-      <description>Canceled/invalid ISBN</description>
+      <description>Canceled/invalid copyright or legal deposit number</description>
     </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -132,17 +168,17 @@
     </subfield>
   </field>
   <field tag="018" repeatable="false">
-    <name>COPYRIGHT ARTICLE-FEE CODE</name>
-    <description>A unique identification code for a component part of a monograph or a continuing resource.</description>
+    <name>Copyright Article-Fee Code</name>
+    <description>Unique identification code for component parts appearing in monographs or continuing resources.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
-      <description>International Standard Book Number</description>
+      <description>Copyright article-fee code</description>
     </subfield>
-    <subfield code="c" repeatable="false">
-      <description>Terms of availability</description>
-    </subfield>
-    <subfield code="z" repeatable="true">
-      <description>Canceled/invalid ISBN</description>
-    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -151,8 +187,14 @@
     </subfield>
   </field>
   <field tag="020" repeatable="true">
-    <name>INTERNATIONAL STANDARD BOOK NUMBER</name>
-    <description>The ISBN assigned to a monographic publication by designated agencies in each country participating in the program. The field may include terms of availability and canceled or invalid ISBNs. It may be repeated for multiple numbers associated with the item (e.g., ISBNs for the hard bound and paperback manifestations; ISBNs for a set as a whole and for the individual parts in the set).</description>
+    <name>International Standard Book Number</name>
+    <description>International Standard Book Number (ISBN) assigned to a monographic publication by designated agencies in each country participating in the program. The field may include terms of availability and canceled or invalid ISBNs, such as ISBNs with invalid check digits or that are not applicable to the item being cataloged. It may be repeated for multiple numbers associated with the item (e.g., ISBNs for the hard bound and paperback manifestations; ISBNs for a set as a whole and for the individual parts in the set).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>International Standard Book Number</description>
     </subfield>
@@ -170,8 +212,8 @@
     </subfield>
   </field>
   <field tag="022" repeatable="true">
-    <name>INTERNATIONAL STANDARD SERIAL NUMBER</name>
-    <description>The ISSN, a unique identification number assigned to a continuing resource.</description>
+    <name>International Standard Serial Number</name>
+    <description>International Standard Serial Number (ISSN), a unique identification number assigned to a continuing resource, and/or any incorrect or canceled ISSN.</description>
     <indicator position="1" value="#">
       <description>No level specified</description>
     </indicator>
@@ -181,9 +223,18 @@
     <indicator position="1" value="1">
       <description>Continuing resource not of international interest</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="l" repeatable="false">
+      <description>ISSN-L</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Canceled ISSN-L</description>
+    </subfield>
     <subfield code="y" repeatable="true">
       <description>Incorrect ISSN</description>
     </subfield>
@@ -201,22 +252,22 @@
     </subfield>
   </field>
   <field tag="024" repeatable="true">
-    <name>OTHER STANDARD IDENTIFIER</name>
-    <description>A standard number or code published on an item which cannot be accommodated in another field (e.g., field 020 (International Standard Book Number), 022 (International Standard Serial Number) , and 027 (Standard Technical Report Number)). The type of standard number or code is identified in the first indicator position or in subfield $2 (Source of number or code).</description>
+    <name>Other Standard Identifier</name>
+    <description>Standard number or code published on an item which cannot be accommodated in another field (e.g., field 020 (International Standard Book Number), 022 (International Standard Serial Number) , and 027 (Standard Technical Report Number)). The type of standard number or code is identified in the first indicator position or in subfield $2 (Source of number or code).</description>
     <indicator position="1" value="0">
-      <description>International Standard Recording Code (ISRC)Number Standard: ISO 3901: International Standard Recording Code (Maintenance Agency ) For display, hyphens (-) may be generated to separate subelements of the number, e.g., NL-C01-84-13261</description>
+      <description>International Standard Recording Code</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Universal Product Code (UPC)</description>
+      <description>Universal Product Code</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>International Standard Music Number (ISMN)Number Standard: ISO 10957: International Standard Music Number (Maintenance Agency ) For display, hyphens (-) or spaces may be generated to separate subelements of the number.</description>
+      <description>International Standard Music Number</description>
     </indicator>
     <indicator position="1" value="3">
-      <description>International Article Number (EAN)</description>
+      <description>International Article Number</description>
     </indicator>
     <indicator position="1" value="4">
-      <description>Serial Item and Contribution Identifier (SICI)Number Standard: ANSI/NISO Z39.56: Serial Item and Contribution Identifier For display, hyphens (-) may be generated to separate subelements of the number, e.g., 8756-2324(198603/04)65:2L.4:QTP:1-P</description>
+      <description>Serial Item and Contribution Identifier</description>
     </indicator>
     <indicator position="1" value="7">
       <description>Source specified in subfield $2</description>
@@ -256,30 +307,51 @@
     </subfield>
   </field>
   <field tag="025" repeatable="true">
-    <name>OVERSEAS ACQUISITION NUMBER</name>
-    <description>A number assigned by the Library of Congress to an item that was acquired through one of its overseas acquisition programs.</description>
-    <subfield code="a" repeatable="false">
-      <description>Standard technical report number</description>
+    <name>Overseas Acquisition Number</name>
+    <description>Number assigned by the Library of Congress to works acquired through one of its overseas acquisition programs.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Overseas acquisition number</description>
     </subfield>
-    <subfield code="z" repeatable="true">
-      <description>Canceled/invalid number</description>
-    </subfield>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
-    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="026" repeatable="true">
-    <name>FINGERPRINT IDENTIFIER</name>
+    <name>Fingerprint Identifier</name>
     <description>Used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book, in accordance with the principles laid down in various published guidelines.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
-      <description>Standard technical report number</description>
+      <description>First and second groups of characters</description>
     </subfield>
-    <subfield code="z" repeatable="true">
-      <description>Canceled/invalid number</description>
+    <subfield code="b" repeatable="false">
+      <description>Third and fourth groups of characters</description>
     </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Date</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Number of volume or part</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Unparsed fingerprint</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -288,8 +360,14 @@
     </subfield>
   </field>
   <field tag="027" repeatable="true">
-    <name>STANDARD TECHNICAL REPORT NUMBER</name>
-    <description>The STRN assigned to a technical report. The assignment of STRNs is coordinated by the National Technical Information Service (NTIS), which also maintains an assignment registry.</description>
+    <name>Standard Technical Report Number</name>
+    <description>International Standard Technical Report number (ISRN) or a Standard Technical Report Number (STRN)assigned to a technical report. Assignment of STRNs is coordinated by the National Technical Information Service (NTIS), which also maintains an assignment registry.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Standard technical report number</description>
     </subfield>
@@ -304,16 +382,16 @@
     </subfield>
   </field>
   <field tag="028" repeatable="true">
-    <name>PUBLISHER NUMBER</name>
-    <description>The formatted number used for sound recordings, printed music, and videorecordings. Publisher's numbers that are given in an unformatted form are recorded in field 500 (General Note). A print constant identifying the kind of publisher number may be generated based on the value in the first indicator position.</description>
+    <name>Publisher Number</name>
+    <description>Formatted number used for sound recordings, printed music, and videorecordings. Publisher's numbers that are given in an unformatted form are recorded in field 500 (General Note). A print constant identifying the kind of publisher number may be generated based on the value in the first indicator position.</description>
     <indicator position="1" value="0">
-      <description>Issue number Assigned by the publisher to identify the issue or continuing resource designation.</description>
+      <description>Issue number</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Matrix number Identifies the master from which the recording was pressed.</description>
+      <description>Matrix number</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Plate number Assigned by a publisher to a printed music publication.</description>
+      <description>Plate number</description>
     </indicator>
     <indicator position="1" value="3">
       <description>Other music number</description>
@@ -350,8 +428,14 @@
     </subfield>
   </field>
   <field tag="030" repeatable="true">
-    <name>CODEN DESIGNATION</name>
-    <description>The CODEN designation for a bibliographic title. (The CODEN is assigned by the International CODEN Section of Chemical Abstracts Service.)</description>
+    <name>CODEN Designation</name>
+    <description>CODEN designation for a bibliographic title. The CODEN is assigned by the International CODEN Section of Chemical Abstracts Service.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>CODEN</description>
     </subfield>
@@ -366,10 +450,16 @@
     </subfield>
   </field>
   <field tag="031" repeatable="true">
-    <name>MUSICAL INCIPITS INFORMATION</name>
-    <description>Coded data representing the musical incipit for music using established notation schemes that employ ordinary ASCII symbols. It is primarily used to identify music manuscripts, but can be applied to any material containing music.</description>
-    <subfield code="" repeatable="false">
-      <description/>
+    <name>Musical Incipits Information</name>
+    <description>Coded data representing the musical incipit for music using established notation schemes that employ ordinary ASCII symbols. Primarily used to identify music manuscripts, but can be applied to any material containing music.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Number of work</description>
     </subfield>
     <subfield code="b" repeatable="false">
       <description>Number of movement</description>
@@ -430,13 +520,19 @@
     </subfield>
   </field>
   <field tag="032" repeatable="true">
-    <name>POSTAL REGISTRATION NUMBER</name>
-    <description>The number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.</description>
+    <name>Postal Registration Number</name>
+    <description>Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Postal registration number</description>
     </subfield>
     <subfield code="b" repeatable="false">
-      <description>Source</description>
+      <description>Source agency assigning number</description>
     </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
@@ -446,31 +542,31 @@
     </subfield>
   </field>
   <field tag="033" repeatable="true">
-    <name>DATE/TIME AND PLACE OF AN EVENT</name>
-    <description>Formatted date/time and/or coded place of creation, capture, or broadcast associated with an event or the finding of a naturally occurring object. This information in textual form is contained in field 518 (Date/Time and Place of an Event Note).</description>
+    <name>Date/Time and Place of an Event</name>
+    <description>Formatted date/time and/or coded place of creation, capture, recording, filming, execution, or broadcast associated with an event or the finding of a naturally occurring object. This information in textual form is contained in field 518 (Date/Time and Place of an Event Note).</description>
     <indicator position="1" value="#">
-      <description>No date information The field contains no subfield $a.</description>
+      <description>No date information</description>
     </indicator>
     <indicator position="1" value="0">
       <description>Single date</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Multiple single dates This value is also used for two consecutive dates.</description>
+      <description>Multiple single dates</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Range of dates The creation, capture, or finding dates span more than two consecutive days and the individual dates are unknown or are too numerous to be specified.</description>
+      <description>Range of dates</description>
     </indicator>
     <indicator position="2" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Capture The recording of sound, the filming of visual images, the making or producing of an item, including the creation of an item not involving recording or filming.</description>
+      <description>Capture</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Broadcast The broadcasting or re-broadcasting of sound or visual images.</description>
+      <description>Broadcast</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Finding The finding of a naturally occurring object.</description>
+      <description>Finding</description>
     </indicator>
     <subfield code="a" repeatable="true">
       <description>Formatted date/time</description>
@@ -481,6 +577,15 @@
     <subfield code="c" repeatable="true">
       <description>Geographic classification subarea code</description>
     </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Place of event</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of term</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -492,10 +597,10 @@
     </subfield>
   </field>
   <field tag="034" repeatable="true">
-    <name>CODED CARTOGRAPHIC MATHEMATICAL DATA</name>
-    <description>The coded form of the mathematical data contained in field 255 (Mathematical Data Area) of the bibliographic record.</description>
+    <name>Coded Cartographic Mathematical Data</name>
+    <description>Coded form of the mathematical data contained in field 255 (Mathematical Data Area) of the bibliographic record.</description>
     <indicator position="1" value="0">
-      <description>Scale indeterminable/No scale recorded No representative fraction is given in field 255.</description>
+      <description>Scale indeterminable/No scale recorded</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Single scale</description>
@@ -521,32 +626,32 @@
     <subfield code="c" repeatable="true">
       <description>Constant ratio linear vertical scale</description>
     </subfield>
-    <subfield code="d" repeatable="false">
-      <description>Coordinates--westernmost longitude</description>
+    <subfield code="d" repeatable="true">
+      <description>Coordinates</description>
     </subfield>
-    <subfield code="e" repeatable="false">
-      <description>Coordinates--easternmost longitude</description>
+    <subfield code="e" repeatable="true">
+      <description>Coordinates</description>
     </subfield>
-    <subfield code="f" repeatable="false">
-      <description>Coordinates--northernmost latitude</description>
+    <subfield code="f" repeatable="true">
+      <description>Coordinates</description>
     </subfield>
-    <subfield code="g" repeatable="false">
-      <description>Coordinates--southernmost latitude</description>
+    <subfield code="g" repeatable="true">
+      <description>Coordinates</description>
     </subfield>
     <subfield code="h" repeatable="true">
       <description>Angular scale</description>
     </subfield>
-    <subfield code="j" repeatable="false">
-      <description>Declination--northern limit</description>
+    <subfield code="j" repeatable="true">
+      <description>Declination</description>
     </subfield>
-    <subfield code="k" repeatable="false">
-      <description>Declination--southern limit</description>
+    <subfield code="k" repeatable="true">
+      <description>Declination</description>
     </subfield>
-    <subfield code="m" repeatable="false">
-      <description>Right ascension--eastern limit</description>
+    <subfield code="m" repeatable="true">
+      <description>Right ascension</description>
     </subfield>
-    <subfield code="n" repeatable="false">
-      <description>Right ascension--western limit</description>
+    <subfield code="n" repeatable="true">
+      <description>Right ascension</description>
     </subfield>
     <subfield code="p" repeatable="false">
       <description>Equinox</description>
@@ -572,6 +677,9 @@
     <subfield code="2" repeatable="false">
       <description>Source</description>
     </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -580,8 +688,14 @@
     </subfield>
   </field>
   <field tag="035" repeatable="true">
-    <name>SYSTEM CONTROL NUMBER</name>
-    <description>A control number of a system other than the one whose control number is contained in field 001 (Control Number), field 010 (Library of Congress Control Number) or field 016 (National Bibliographic Agency Control Number).</description>
+    <name>System Control Number</name>
+    <description>Control number of a system other than the one whose control number is contained in field 001 (Control Number), field 010 (Library of Congress Control Number) or field 016 (National Bibliographic Agency Control Number).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>System control number</description>
     </subfield>
@@ -596,13 +710,19 @@
     </subfield>
   </field>
   <field tag="036" repeatable="false">
-    <name>ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES</name>
-    <description>The original study number assigned by the producer of the computer file. The introductory phrase Original study: may be generated based on the field tag.</description>
+    <name>Original Study Number for Computer Data Files</name>
+    <description>Original study number assigned by the producer of the computer file. Introductory phrase may be generated based on the field tag.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Original study number</description>
     </subfield>
     <subfield code="b" repeatable="false">
-      <description>Source</description>
+      <description>Source agency assigning number</description>
     </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
@@ -612,8 +732,14 @@
     </subfield>
   </field>
   <field tag="037" repeatable="true">
-    <name>SOURCE OF ACQUISITION</name>
-    <description>Information needed to order the item or its reproduction.</description>
+    <name>Source of Acquisition</name>
+    <description>Source of acquisition information for the item or its reproduction.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Stock number</description>
     </subfield>
@@ -640,8 +766,14 @@
     </subfield>
   </field>
   <field tag="038" repeatable="false">
-    <name>RECORD CONTENT LICENSOR</name>
-    <description>Contains the MARC code of the organization that licenses the intellectual property rights to the data contained in the record, such as with contractual arrangements.</description>
+    <name>Record Content Licensor</name>
+    <description>MARC code of the organization that licenses the intellectual property rights to the data contained in the record, such as with contractual arrangements. See Appendix I: for a listing of sources used in MARC 21 records.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Record content licensor</description>
     </subfield>
@@ -653,8 +785,14 @@
     </subfield>
   </field>
   <field tag="040" repeatable="false">
-    <name>CATALOGING SOURCE</name>
-    <description>The MARC code for or the name of the organization(s) that created the original bibliographic record, assigned MARC content designation and transcribed the record into machine-readable form, or modified (except for the addition of holdings symbols) an existing MARC record. These data and the code in 008/39 (Cataloging source) specify the parties responsible for the bibliographic record.</description>
+    <name>Cataloging Source</name>
+    <description>MARC code for or the name of the organization(s) that created the original bibliographic record, assigned MARC content designation and transcribed the record into machine-readable form, or modified (except for the addition of holdings symbols) an existing MARC record. These data and the code in 008/39 (Cataloging source) specify the parties responsible for the bibliographic record. See: for a listing of sources used in MARC 21 records.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Original cataloging agency</description>
     </subfield>
@@ -667,7 +805,7 @@
     <subfield code="d" repeatable="true">
       <description>Modifying agency</description>
     </subfield>
-    <subfield code="e" repeatable="false">
+    <subfield code="e" repeatable="true">
       <description>Description conventions</description>
     </subfield>
     <subfield code="6" repeatable="false">
@@ -678,8 +816,11 @@
     </subfield>
   </field>
   <field tag="041" repeatable="true">
-    <name>LANGUAGE CODE</name>
-    <description>Codes for languages associated with an item when the language code in field 008/35-37 of the record is insufficient to convey full information. This includes records for multilingual items, items that involve translation, and items where the medium of communication is a sign language. The sources of the codes are: MARC Code List for Languages or other code lists such as ISO 639-1 (Codes for the representation of names of languages - Part 1 : alpha-2 code).</description>
+    <name>Language Code</name>
+    <description>Codes for languages associated with an item when the language code in field 008/35-37 of the record is insufficient to convey full information. Includes records for multilingual items, items that involve translation, and items where the medium of communication is a sign language. Sources of the codes are: or other code lists such as ISO 639-1 ( ).</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
     <indicator position="1" value="0">
       <description>Item not a translation/does not include a translation</description>
     </indicator>
@@ -696,7 +837,7 @@
       <description>Language code of text/sound track or separate title</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Language code for summary, abstract, or subtitles</description>
+      <description>Language code of summary or abstract</description>
     </subfield>
     <subfield code="d" repeatable="true">
       <description>Language code of sung or spoken text</description>
@@ -713,6 +854,9 @@
     <subfield code="h" repeatable="true">
       <description>Language code of original and/or intermediate translations of text</description>
     </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Language code of subtitles or captions</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of code</description>
     </subfield>
@@ -724,36 +868,39 @@
     </subfield>
   </field>
   <field tag="042" repeatable="false">
-    <name>AUTHENTICATION CODE</name>
-    <description>One or more codes that indicate an authentication center has reviewed a national database record. The codes are associated with specifically designated authentication agencies.</description>
+    <name>Authentication Code</name>
+    <description>One or more authentication codes indicating that the record, existing in a national database, has been reviewed in a specific way. Used for codes associated with specifically designated authentication agencies. Code from: .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
-      <description>Time period code</description>
+      <description>Authentication code</description>
     </subfield>
-    <subfield code="b" repeatable="true">
-      <description>Formatted 9999 B.C. through C.E. time period</description>
-    </subfield>
-    <subfield code="c" repeatable="true">
-      <description>Formatted pre-9999 B.C. time period</description>
-    </subfield>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
-    </subfield>
-    <subfield code="8" repeatable="true">
-      <description>Field link and sequence number</description>
-    </subfield>
   </field>
   <field tag="043" repeatable="false">
-    <name>GEOGRAPHIC AREA CODE</name>
-    <description>Geographic area codes associated with an item. The source of the code in subfield $a is the MARC Code List for Geographic Areas . The source of a local code in subfield $b is indicated in subfield $2. The source of codes in subfield $c is ISO 3166, Codes for the representation of names of countries and their subdivisions - Part 1 : Country codes or Part 2 : Country subdivision codes.</description>
+    <name>Geographic Area Code</name>
+    <description>Geographic area codes associated with an item. Code from: . The source of a local code in subfield $b is indicated in subfield $2. The source of codes in subfield $c is or .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
-      <description>Time period code</description>
+      <description>Geographic area code</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Formatted 9999 B.C. through C.E. time period</description>
+      <description>Local GAC code</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Formatted pre-9999 B.C. time period</description>
+      <description>ISO code</description>
     </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of local code</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -762,17 +909,26 @@
     </subfield>
   </field>
   <field tag="044" repeatable="false">
-    <name>COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE</name>
-    <description>Codes for the country of producer when the code in field 008/15-17 (Place of publication, production, or execution) of the record is insufficient to convey full information for an item produced in more than one country. The source of the code is subfield $a is MARC Code List for Countries . Subfield $c may be used to include country and subentity codes from ISO 3166, Codes for the representation of names of countries and their subdivisions - Part 1 : Country codes or Part 2 : Country subdivision codes.</description>
+    <name>Country of Publishing/Producing Entity Code</name>
+    <description>Two- or three-character code for the country of the publishing or producing entity when field 008/15-17 (Place of publication, production, or execution) is insufficient to convey full information for an item published or produced in more than one country. Code from: . May be used to include country and subentity codes from or .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
-      <description>Time period code</description>
+      <description>MARC country code</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Formatted 9999 B.C. through C.E. time period</description>
+      <description>Local subentity code</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Formatted pre-9999 B.C. time period</description>
+      <description>ISO country code</description>
     </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of local subentity code</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -781,8 +937,8 @@
     </subfield>
   </field>
   <field tag="045" repeatable="false">
-    <name>TIME PERIOD OF CONTENT</name>
-    <description>A time period code (subfield $a) and/or a formatted time period (subfield $b and/or $c) associated with an item.</description>
+    <name>Time Period of Content</name>
+    <description>Time period code (subfield $a) and/or a formatted time period (subfield $b and/or $c) associated with an item.</description>
     <indicator position="1" value="#">
       <description>Subfield $b or $c not present</description>
     </indicator>
@@ -790,11 +946,14 @@
       <description>Single date/time</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Multiple single dates/times Multiple $b and/or $c subfields are present; each contains a formatted date/time.</description>
+      <description>Multiple single dates/times</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Range of dates/times Two $b and/or $c subfields are present and together express a range of dates and/or times.</description>
+      <description>Range of dates/times</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Time period code</description>
     </subfield>
@@ -812,22 +971,28 @@
     </subfield>
   </field>
   <field tag="046" repeatable="true">
-    <name>SPECIAL CODED DATES</name>
-    <description>The date of item information that cannot be recorded in 008/06-14 (Type of date/Publication status, Date 1, Date 2) because such information involves one or more Before Common Era (B.C.) dates, incorrect dates, dates when resources have been modified or created, and date spans when resources are valid. When field 046 is used for B.C. dates, 008/06 is set to code b (No date given; B.C. date involved) and field 008/07-10 and 008/11-14 contain blanks (####). When field 046 is used for incorrect dates, field 008/06 is coded for the type of corrected data and field 008/07-10 and 008/11-14 contain correct dates.</description>
+    <name>Special Coded Dates</name>
+    <description>Date of item information that cannot be recorded in 008/06-14 (Type of date/Publication status, Date 1, Date 2) because such information involves one or more Before Common Era (B.C.) dates, incorrect dates, dates when resources have been modified or created, and date spans when resources are valid. When field 046 is used for B.C. dates, 008/06 is set to code b (No date given; B.C. date involved) and field 008/07-10 and 008/11-14 contain blanks (####). When field 046 is used for incorrect dates, field 008/06 is coded for the type of corrected data and field 008/07-10 and 008/11-14 contain correct dates.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Type of date code</description>
     </subfield>
     <subfield code="b" repeatable="false">
-      <description>Date 1</description>
+      <description>Date 1, B.C. date</description>
     </subfield>
     <subfield code="c" repeatable="false">
-      <description>Date 1</description>
+      <description>Date 1, C.E. date</description>
     </subfield>
     <subfield code="d" repeatable="false">
-      <description>Date 2</description>
+      <description>Date 2, B.C. date</description>
     </subfield>
     <subfield code="e" repeatable="false">
-      <description>Date 2</description>
+      <description>Date 2, C.E. date</description>
     </subfield>
     <subfield code="j" repeatable="false">
       <description>Date resource modified</description>
@@ -855,8 +1020,11 @@
     </subfield>
   </field>
   <field tag="047" repeatable="true">
-    <name>FORM OF MUSICAL COMPOSITION CODE</name>
-    <description>Codes that indicate the form of musical composition of printed and manuscript music and musical sound recordings when character positions 18 and 19 (Form of composition) of field 008 (Fixed-Length Data Elements) for music contains the code mu for multiple forms or for non-MARC codes. MARC codes are listed under field 008 Music, /18-19 (Form of composition).</description>
+    <name>Form of Musical Composition Code</name>
+    <description>Codes that indicate the form of musical composition of printed and manuscript music and musical sound recordings when character positions 18 and 19 (Form of composition) of field 008 (Fixed-Length Data Elements) for music contains the code for multiple forms or for non-MARC codes. MARC codes are listed under field 008 Music, /18-19 (Form of composition).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="#">
       <description>MARC musical composition code</description>
     </indicator>
@@ -874,13 +1042,16 @@
     </subfield>
   </field>
   <field tag="048" repeatable="true">
-    <name>NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE</name>
-    <description>A two-character code that indicates the medium of performance for a musical group. Each code may be followed by a two-digit number (01-99) that indicates the number of parts or performers (e.g., va02, a two-part composition for Voices - Soprano). The number of parts may be omitted if not applicable.</description>
+    <name>Number of Musical Instruments or Voices Code</name>
+    <description>Two-character code that indicates the medium of performance for a musical composition. Also contains the of parts, indicated by a two-digit number immediately following the code for the musical instruments or voices (e.g., va02, a two-part composition for Voices - Soprano). The number of parts may be omitted if not specified.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="#">
       <description>MARC code</description>
     </indicator>
     <indicator position="2" value="7">
-      <description>Source specified in subfield $2</description>
+      <description>Source specified in subfield ‡2</description>
     </indicator>
     <subfield code="a" repeatable="true">
       <description>Performer or ensemble</description>
@@ -896,19 +1067,19 @@
     </subfield>
   </field>
   <field tag="050" repeatable="true">
-    <name>LIBRARY OF CONGRESS CALL NUMBER</name>
-    <description>A classification or call number that is taken from Library of Congress Classification or LC Classification Additions and Changes. The brackets that customarily surround alternate class/call numbers are not carried in the MARC record; they may be generated based on the presence of repeated $a subfields.</description>
+    <name>Library of Congress Call Number</name>
+    <description>Classification or call number that is taken from or . The brackets that customarily surround alternate class/call numbers are not carried in the MARC record; they may be generated based on the presence of repeated ‡a subfields.</description>
     <indicator position="1" value="#">
-      <description>No information provided A call number assigned by an organization other than LC.</description>
+      <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>Item is in LC May be used by organizations transcribing from LC copy on which the call number is neither enclosed within brackets nor preceded by a Maltese cross.</description>
+      <description>Item is in LC</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Item is not in LC May be used by organizations transcribing from LC copy on which the call number is enclosed within brackets or is preceded by a Maltese cross. The brackets that customarily surround call numbers for items not in LC are not carried in the MARC record; they may be generated for display.</description>
+      <description>Item is not in LC</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Assigned by LC May be used by organizations transcribing from LC copy.</description>
+      <description>Assigned by LC</description>
     </indicator>
     <indicator position="2" value="4">
       <description>Assigned by agency other than LC</description>
@@ -930,8 +1101,14 @@
     </subfield>
   </field>
   <field tag="051" repeatable="true">
-    <name>LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT</name>
-    <description>Information added to a bibliographic record by LC that relates to copies, issues, and/or offprints of the described item that are in its collections.</description>
+    <name>Library of Congress Copy, Issue, Offprint Statement</name>
+    <description>Information added to a bibliographic record by the Library of Congress that relates to copies, issues, and/or offprints, etc. of the described material that are in its collections.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Classification number</description>
     </subfield>
@@ -946,8 +1123,8 @@
     </subfield>
   </field>
   <field tag="052" repeatable="true">
-    <name>GEOGRAPHIC CLASSIFICATION</name>
-    <description>A code for the main geographic area and any applicable subareas associated with the item.</description>
+    <name>Geographic Classification</name>
+    <description>Geographic classification code that represents the geographic area and, if applicable, the geographic subarea and populated place name covered by an item.</description>
     <indicator position="1" value="#">
       <description>Library of Congress Classification</description>
     </indicator>
@@ -957,6 +1134,9 @@
     <indicator position="1" value="7">
       <description>Source specified in subfield $2</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Geographic classification area code</description>
     </subfield>
@@ -977,10 +1157,10 @@
     </subfield>
   </field>
   <field tag="055" repeatable="true">
-    <name>CLASSIFICATION NUMBERS ASSIGNED IN CANADA</name>
-    <description>A classification or call number that is assigned by the Library and Archives Canada or a contributing Canadian library.</description>
+    <name>Classification Numbers Assigned in Canada</name>
+    <description>Complete call number or a classification number assigned by Library and Archives Canada (LAC) or a library contributing to LAC.</description>
     <indicator position="1" value="#">
-      <description>Information not provided A call/class number assigned by an organization other than LAC.</description>
+      <description>Information not provided</description>
     </indicator>
     <indicator position="1" value="0">
       <description>Work held by LAC</description>
@@ -1035,10 +1215,10 @@
     </subfield>
   </field>
   <field tag="060" repeatable="true">
-    <name>NATIONAL LIBRARY OF MEDICINE CALL NUMBER</name>
-    <description>A classification or call number that is taken from National Library of Medicine Classification schedules QS-QZ and W or from Library of Congress Classification schedules as used by NLM for peripheral and related topics.</description>
+    <name>National Library of Medicine Call Number</name>
+    <description>Either a complete National Library of Medicine (NLM) call number or classification number assigned by either the National Library of Medicine or by other agencies using the . The second indicator values distinguish between content actually assigned by the National Library of Medicine and content assigned by an organization other than NLM.</description>
     <indicator position="1" value="#">
-      <description>No information provided A call number assigned by an organization other than NLM.</description>
+      <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
       <description>Item is in NLM</description>
@@ -1063,8 +1243,14 @@
     </subfield>
   </field>
   <field tag="061" repeatable="true">
-    <name>NATIONAL LIBRARY OF MEDICINE COPY STATEMENT</name>
-    <description>Information added to a bibliographic record by NLM that relates to second copies or sets of the described item that are in its collections.</description>
+    <name>National Library of Medicine Copy Statement</name>
+    <description>Information added to a bibliographic record by the National Library of Medicine that relates to second copies or sets of the described item that are in its collections.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Classification number</description>
     </subfield>
@@ -1079,8 +1265,14 @@
     </subfield>
   </field>
   <field tag="066" repeatable="false">
-    <name>CHARACTER SETS PRESENT</name>
-    <description>Information that indicates that the character set present in a record is other than ISO 10646 (or Unicode). A detailed description of the standard escape sequences used in MARC records is provided in MARC 21 Specifications for Record Structure, Character Sets, and Exchange Media .</description>
+    <name>Character Sets Present</name>
+    <description>Information that indicates that the records were encoded with characters from sets other than ISO 10646 (or Unicode). A detailed description of the standard escape sequences used in MARC records is provided in</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Primary G0 character set</description>
     </subfield>
@@ -1092,14 +1284,17 @@
     </subfield>
   </field>
   <field tag="070" repeatable="true">
-    <name>NATIONAL AGRICULTURAL LIBRARY CALL NUMBER</name>
-    <description>A classification or call number that is assigned by the National Agricultural Library.</description>
+    <name>National Agricultural Library Call Number</name>
+    <description>Classification or call number that is assigned by the National Agricultural Library (NAL).</description>
     <indicator position="1" value="0">
       <description>Item is in NAL</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Item is not in NAL</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Classification number</description>
     </subfield>
@@ -1111,15 +1306,21 @@
     </subfield>
   </field>
   <field tag="071" repeatable="true">
-    <name>NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT</name>
-    <description>Information added to a bibliographic record by NAL that relates to second copies or sets of the described item that are in its collections.</description>
+    <name>National Agricultural Library Copy Statement</name>
+    <description>Call number and other information added to a bibliographic record by the National Agricultural Library (NAL) that relates to second copies or sets of the described item that are in its collections.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Classification number</description>
     </subfield>
     <subfield code="b" repeatable="false">
       <description>Item number</description>
     </subfield>
-    <subfield code="c" repeatable="false">
+    <subfield code="c" repeatable="true">
       <description>Copy information</description>
     </subfield>
     <subfield code="8" repeatable="true">
@@ -1127,10 +1328,13 @@
     </subfield>
   </field>
   <field tag="072" repeatable="true">
-    <name>SUBJECT CATEGORY CODE</name>
-    <description>A code for the subject category that is associated with the described item.</description>
+    <name>Subject Category Code</name>
+    <description>Code for the subject category that is associated with the described item.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="0">
-      <description>NAL subject category code list The subject category code is taken from AGRIS: Subject Categories that is maintained by NAL.</description>
+      <description>NAL subject category code list</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -1152,8 +1356,14 @@
     </subfield>
   </field>
   <field tag="074" repeatable="true">
-    <name>GPO ITEM NUMBER</name>
-    <description>A number assigned by the U.S. Government Printing Office to publications to manage their distribution within its Depository Library System.</description>
+    <name>GPO Item Number</name>
+    <description>Item number assigned to publications by the U.S. Government Printing Office (GPO) to manage their distribution to libraries within its Depository Library System. Numbers are assigned from the .</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>GPO item number</description>
     </subfield>
@@ -1165,16 +1375,31 @@
     </subfield>
   </field>
   <field tag="080" repeatable="true">
-    <name>UNIVERSAL DECIMAL CLASSIFICATION NUMBER</name>
-    <description>A number taken from the Universal Decimal Classification scheme.</description>
-    <subfield code="a" repeatable="true">
-      <description>Classification number</description>
+    <name>Universal Decimal Classification Number</name>
+    <description>Number taken from the Universal Decimal Classification scheme.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Full</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Abridged</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Universal Decimal Classification number</description>
     </subfield>
     <subfield code="b" repeatable="false">
       <description>Item number</description>
     </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Common auxiliary subdivision</description>
+    </subfield>
     <subfield code="2" repeatable="false">
-      <description>Edition number</description>
+      <description>Edition identifier</description>
     </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
@@ -1184,8 +1409,8 @@
     </subfield>
   </field>
   <field tag="082" repeatable="true">
-    <name>DEWEY DECIMAL CLASSIFICATION NUMBER</name>
-    <description>The classification number is taken from Dewey Decimal Classification and Relative Index, the Abridged Dewey Decimal Classification and Relative Index, and electronic updates to either edition. Through 1997, updates where issued in DC&amp;: Dewey Decimal Classification Additions, Notes and Decisions.</description>
+    <name>Dewey Decimal Classification Number</name>
+    <description>Classification number is taken from , the , and electronic updates to either edition. Through 1997, updates were issued in .</description>
     <indicator position="1" value="0">
       <description>Full edition</description>
     </indicator>
@@ -1196,7 +1421,7 @@
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Assigned by LC May be used by organizations transcribing from LC copy.</description>
+      <description>Assigned by LC</description>
     </indicator>
     <indicator position="2" value="4">
       <description>Assigned by agency other than LC</description>
@@ -1207,6 +1432,12 @@
     <subfield code="b" repeatable="false">
       <description>Item number</description>
     </subfield>
+    <subfield code="m" repeatable="false">
+      <description>Standard or optional designation</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Assigning agency</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Edition number</description>
     </subfield>
@@ -1217,9 +1448,55 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="083" repeatable="true">
+    <name>Additional Dewey Decimal Classification Number</name>
+    <description>Classification number used for subject access. It is taken from , the , and electronic updates to either edition. Through 1997, updates were issued in .</description>
+    <indicator position="1" value="0">
+      <description>Full edition</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Abridged edition</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Classification number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Classification number--Ending number of span</description>
+    </subfield>
+    <subfield code="m" repeatable="false">
+      <description>Standard or optional designation</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Assigning agency</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Table sequence number for internal subarrangement or add table</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Table identification</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Edition number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="084" repeatable="true">
-    <name>OTHER CLASSIFICATION NUMBER</name>
-    <description>A classification number from a scheme not covered by one of the other number fields. The field should not be used for classification numbers assigned from a source for which a subfield $2 source of number code would not be assigned.</description>
+    <name>Other Classification Number</name>
+    <description>Classification number from a scheme not covered by one of the other number fields. The field should not be used for classification numbers assigned from a source for which a subfield $2 source of number code would not be assigned.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Classification number</description>
     </subfield>
@@ -1227,7 +1504,7 @@
       <description>Item number</description>
     </subfield>
     <subfield code="2" repeatable="false">
-      <description>Source of number</description>
+      <description>Number source</description>
     </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
@@ -1236,18 +1513,73 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="085" repeatable="true">
+    <name>Synthesized Classification Number Components</name>
+    <description>Information about how a synthesized classification number or a portion of a synthesized classification number was built. It traces the different components of a synthesized number, showing the different portions of the number and where the add instructions are given. If a number was built using two or more instructions, a separate field 085 is given for each instruction.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Number where instructions are found-single number or beginning number of span</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Base number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Classification number-ending number of span</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Facet designator</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Root number</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Digits added from classification number in schedule or external table</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Digits added from internal subarrangement or add table</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Number being analyzed</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Number in internal subarrangement or add table where instructions are found</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Table identification-Internal subarrangement or add table</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Table sequence number for internal subarrangement or add table</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Table identification</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="086" repeatable="true">
-    <name>GOVERNMENT DOCUMENT CLASSIFICATION NUMBER</name>
-    <description>The classification number assigned to documents by designated agencies in countries that have a government documents classification program.</description>
+    <name>Government Document Classification Number</name>
+    <description>Classification number assigned to documents by designated agencies in countries that have a government documents classification program.</description>
     <indicator position="1" value="#">
-      <description>Source specified in subfield $2 A classification number other than the U.S. or Canadian scheme.</description>
+      <description>Source specified in subfield $2</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>Superintendent of Documents Classification System Assigned by the U.S Government Printing Office. Supt. of Docs. no.: may be generated for display.</description>
+      <description>Superintendent of Documents Classification System</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Government of Canada Publications: Outline of Classification</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Classification number</description>
     </subfield>
@@ -1265,8 +1597,14 @@
     </subfield>
   </field>
   <field tag="088" repeatable="true">
-    <name>REPORT NUMBER</name>
-    <description>A report number that is not a Standard Technical Report Number (field 027)</description>
+    <name>Report Number</name>
+    <description>Report number that is not a Standard Technical Report Number (STRN), recorded in field 027.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Report number</description>
     </subfield>
@@ -1280,18 +1618,25 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="09X" repeatable="true">
+    <name>Local Call Numbers</name>
+    <description>Reserved for local call number use and local definition. For interchange purposes, documentation of the structure of the 09X fields and input conventions must be provided to exchange partners by the organization initiating the interchange.</description>
+  </field>
   <field tag="100" repeatable="false">
-    <name>MAIN ENTRY--PERSONAL NAME</name>
-    <description>A personal name used as a main entry in a bibliographic record.</description>
+    <name>Main Entry-Personal Name</name>
+    <description>Personal name used as a main entry in a bibliographic record.</description>
     <indicator position="1" value="0">
-      <description>Forename The name is a forename or is a name consisting of words, initials, letters, etc., that are formatted in direct order.</description>
+      <description>Forename</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Surname The name is a single or multiple surname formatted in inverted order or a single name without forenames that is known to be a surname.</description>
+      <description>Surname</description>
     </indicator>
     <indicator position="1" value="3">
-      <description>Family name The name represents a family, clan, dynasty, house, or other such group and may be formatted in direct or inverted order.</description>
+      <description>Family name</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Personal name</description>
     </subfield>
@@ -1299,7 +1644,7 @@
       <description>Numeration</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Titles and other words associated with a name</description>
+      <description>Titles and words associated with a name</description>
     </subfield>
     <subfield code="d" repeatable="false">
       <description>Dates associated with a name</description>
@@ -1337,6 +1682,9 @@
     <subfield code="u" repeatable="false">
       <description>Affiliation</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
@@ -1348,17 +1696,20 @@
     </subfield>
   </field>
   <field tag="110" repeatable="false">
-    <name>MAIN ENTRY--CORPORATE NAME</name>
-    <description>A corporate name used as a main entry in a bibliographic record.</description>
+    <name>Main Entry-Corporate Name</name>
+    <description>Corporate name used as a main entry in a bibliographic record.</description>
     <indicator position="1" value="0">
-      <description>Inverted name The corporate name begins with a personal name in inverted order.</description>
+      <description>Inverted name</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Jurisdiction name The entry element is a name of a jurisdiction that is also an ecclesiastical entity or is a jurisdiction name under which a corporate name or a title of a work is entered.</description>
+      <description>Jurisdiction name</description>
     </indicator>
     <indicator position="1" value="2">
       <description>Name in direct order</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Corporate name or jurisdiction name as entry element</description>
     </subfield>
@@ -1398,6 +1749,9 @@
     <subfield code="u" repeatable="false">
       <description>Affiliation</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
@@ -1409,17 +1763,20 @@
     </subfield>
   </field>
   <field tag="111" repeatable="false">
-    <name>MAIN ENTRY--MEETING NAME</name>
-    <description>A meeting name used as a main entry in a bibliographic record.</description>
+    <name>Main Entry-Meeting Name</name>
+    <description>Meeting or conference name used as a main entry in a bibliographic record.</description>
     <indicator position="1" value="0">
-      <description>Inverted name The meeting name begins with a personal name in inverted order.</description>
+      <description>Inverted name</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Jurisdiction name The entry element is a jurisdiction name under which a meeting name is entered.</description>
+      <description>Jurisdiction name</description>
     </indicator>
     <indicator position="1" value="2">
       <description>Name in direct order</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Meeting name or jurisdiction name as entry element</description>
     </subfield>
@@ -1462,6 +1819,9 @@
     <subfield code="u" repeatable="false">
       <description>Affiliation</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
@@ -1473,11 +1833,41 @@
     </subfield>
   </field>
   <field tag="130" repeatable="false">
-    <name>MAIN ENTRY--UNIFORM TITLE</name>
-    <description>A uniform title used as a main entry in a bibliographic record.</description>
-    <indicator position="1" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Main Entry-Uniform Title</name>
+    <description>Uniform title used as a main entry in a bibliographic record.</description>
+    <indicator position="1" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="1" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="1" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="1" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Uniform title</description>
     </subfield>
@@ -1520,6 +1910,9 @@
     <subfield code="t" repeatable="false">
       <description>Title of a work</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -1528,8 +1921,8 @@
     </subfield>
   </field>
   <field tag="210" repeatable="true">
-    <name>ABBREVIATED TITLE</name>
-    <description>Contains title as abbreviated for indexing or identification. An abbreviated key title is supplied by ISSN centers, based on the Key Title (Field 222). Other abbreviated titles are supplied by cataloging agencies, including abstracting and indexing services.</description>
+    <name>Abbreviated Title</name>
+    <description>Title as abbreviated for indexing or identification. An abbreviated title is supplied by ISSN centers, based on the Key Title (Field 222). Other abbreviated titles are supplied by cataloging agencies, including abstracting and indexing services.</description>
     <indicator position="1" value="0">
       <description>No added entry</description>
     </indicator>
@@ -1559,11 +1952,41 @@
     </subfield>
   </field>
   <field tag="222" repeatable="true">
-    <name>KEY TITLE</name>
-    <description>A unique title for a continuing resource that is assigned in conjunction with an ISSN recorded in field 022 by national centers under the auspices of the ISSN Network.</description>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Key Title</name>
+    <description>Unique title for a continuing resource that is assigned in conjunction with an ISSN recorded in field 022 by national centers under the auspices of the ISSN Network.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
     </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Key title</description>
     </subfield>
@@ -1578,17 +2001,44 @@
     </subfield>
   </field>
   <field tag="240" repeatable="false">
-    <name>UNIFORM TITLE</name>
-    <description>The uniform title for an item when the bibliographic description is entered under a main entry field that contains a personal (field 100), corporate (110), or meeting (111) name.</description>
+    <name>Uniform Title</name>
+    <description>Uniform title for an item when the bibliographic description is entered under a main entry field that contains a personal (field 100), corporate (110), or meeting (111) name.</description>
     <indicator position="1" value="0">
       <description>Not printed or displayed</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Printed or displayed</description>
     </indicator>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Uniform title</description>
     </subfield>
@@ -1628,6 +2078,9 @@
     <subfield code="s" repeatable="false">
       <description>Version</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -1636,17 +2089,44 @@
     </subfield>
   </field>
   <field tag="242" repeatable="true">
-    <name>TRANSLATION OF TITLE BY CATALOGING AGENCY</name>
-    <description>A translation of the title proper that is made by the cataloger when the translated title does not appear as a parallel title on the item. For a note, the introductory phrase Title translated: may be generated based on the field tag for display.</description>
+    <name>Translation of Title by Cataloging Agency</name>
+    <description>Translation of the title proper that is made by the cataloging agency when the translated title does not appear as a parallel title on the item. For a note, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>No added entry</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Added entry A value that indicates whether an added entry for the title is to be generated.</description>
+      <description>Added entry</description>
     </indicator>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Title</description>
     </subfield>
@@ -1676,17 +2156,44 @@
     </subfield>
   </field>
   <field tag="243" repeatable="false">
-    <name>COLLECTIVE UNIFORM TITLE</name>
-    <description>A generic title that is constructed by the cataloger to collect works by a prolific author. The brackets that customarily enclose a collective uniform title are not carried in the MARC record. They may be generated based on the field tag.</description>
+    <name>Collective Uniform Title</name>
+    <description>Generic title that is constructed by the cataloger to collect works by a prolific author. Brackets that customarily enclose a collective uniform title are not carried in the MARC record. They may be generated based on the field tag.</description>
     <indicator position="1" value="0">
       <description>Not printed or displayed</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Printed or displayed</description>
     </indicator>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Uniform title</description>
     </subfield>
@@ -1734,17 +2241,44 @@
     </subfield>
   </field>
   <field tag="245" repeatable="false">
-    <name>TITLE STATEMENT</name>
-    <description>The title and statement of responsibility area of the bibliographic description of a work.</description>
+    <name>Title Statement</name>
+    <description>Title and statement of responsibility area of the bibliographic description of a work.</description>
     <indicator position="1" value="0">
-      <description>No added entry No title added entry is made either because no title added entry is desired or because the title added entry is not traced the same as the title in field 245.</description>
+      <description>No added entry</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Added entry The desired title added entry is the same as the title in field 245.</description>
+      <description>Added entry</description>
     </indicator>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Title</description>
     </subfield>
@@ -1783,8 +2317,8 @@
     </subfield>
   </field>
   <field tag="246" repeatable="true">
-    <name>VARYING FORM OF TITLE</name>
-    <description>A form of the title appearing on different parts of an item or a portion of the title proper, or an alternative form of the title when the form differs significantly from the title contained in field 245.</description>
+    <name>Varying Form of Title</name>
+    <description>Varying forms of the title appearing on different parts of an item or a portion of the title proper, or an alternative form of the title when the form differs substantially from the title statement in field 245 and if they contribute to the further identification of the item.</description>
     <indicator position="1" value="0">
       <description>Note, no added entry</description>
     </indicator>
@@ -1792,7 +2326,7 @@
       <description>Note, added entry</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>No note, no title added entry</description>
+      <description>No note, no added entry</description>
     </indicator>
     <indicator position="1" value="3">
       <description>No note, added entry</description>
@@ -1801,31 +2335,31 @@
       <description>No type specified</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Portion of title An added entry may be generated by first indicator value 1. No note is generated.</description>
+      <description>Portion of title</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Parallel title The parallel title that is contained in subfield $b of field 245. No note is generated.</description>
+      <description>Parallel title</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Distinctive title A special title that appears in addition to the regular title on individual issues of an item and by which the issue may be known. Distinctive title: may be generated with the note for display.</description>
+      <description>Distinctive title</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>Other title A title that appears on the piece that is not more appropriately indicated by one of the other values. Other title: may be generated with the note for display.</description>
+      <description>Other title</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Cover title A title that is printed on the original cover of a publication or lettered or stamped on the publisher's binding and which is used when the cover is not the chief source of the bibliographic description. Cover title: may be generated with the note for display.</description>
+      <description>Cover title</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Added title page title A title in another language found on a title page that is not used as the chief source of the bibliographic description. Added title page title: may be generated with the note for display.</description>
+      <description>Added title page title</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>Caption title A title printed at the head of the first page of text. Caption title: may be generated with the note for display.</description>
+      <description>Caption title</description>
     </indicator>
     <indicator position="2" value="7">
-      <description>Running title A title printed at the top or bottom margin of each page of a publication. Running title: may be generated with the note for display.</description>
+      <description>Running title</description>
     </indicator>
     <indicator position="2" value="8">
-      <description>Spine title A publisher's title found on the spine of a publication. Spine title: may be generated with the note for display.</description>
+      <description>Spine title</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Title proper/short title</description>
@@ -1862,8 +2396,8 @@
     </subfield>
   </field>
   <field tag="247" repeatable="true">
-    <name>FORMER TITLE</name>
-    <description>A former title proper when one cataloging record represents several titles associated with an entity.</description>
+    <name>Former Title</name>
+    <description>Former title proper used when one cataloging record represents several titles associated with an entity.</description>
     <indicator position="1" value="0">
       <description>No added entry</description>
     </indicator>
@@ -1871,10 +2405,10 @@
       <description>Added entry</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Display noteTitle varies: may be generated with the note for display.</description>
+      <description>Display note</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Do not display note A textual note is contained in field 547 (Former Title Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Title</description>
@@ -1908,8 +2442,14 @@
     </subfield>
   </field>
   <field tag="250" repeatable="false">
-    <name>EDITION STATEMENT</name>
+    <name>Edition Statement</name>
     <description>Information relating to the edition of a work as determined by applicable cataloging rules.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Edition statement</description>
     </subfield>
@@ -1924,8 +2464,14 @@
     </subfield>
   </field>
   <field tag="254" repeatable="false">
-    <name>MUSICAL PRESENTATION STATEMENT</name>
-    <description>A description of the format of an edition of a work of printed or manuscript music that may differ from the format of another edition of the same work.</description>
+    <name>Musical Presentation Statement</name>
+    <description>Musical presentation statement for printed or manuscript music that describes the format of the edition, which may differ from that of another edition of the same work.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Musical presentation statement</description>
     </subfield>
@@ -1937,8 +2483,14 @@
     </subfield>
   </field>
   <field tag="255" repeatable="true">
-    <name>CARTOGRAPHIC MATHEMATICAL DATA</name>
-    <description>Mathematical data that is associated with map material, including celestial charts. This data may also be coded in field 034 (Coded Mathematical Data).</description>
+    <name>Cartographic Mathematical Data</name>
+    <description>Mathematical data associated with cartographic material, including celestial charts. This data may also be coded in field 034 (Coded Mathematical Data).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Statement of scale</description>
     </subfield>
@@ -1968,8 +2520,14 @@
     </subfield>
   </field>
   <field tag="256" repeatable="false">
-    <name>COMPUTER FILE CHARACTERISTICS</name>
-    <description>Characteristics of a computer file, such as the type of file, the number of records or statements.</description>
+    <name>Computer File Characteristics</name>
+    <description>Characteristics of a computer file, such as the type of file (e.g., Computer programs), the number of records, statements, etc. (e.g., 1250 records, 5076 bytes).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Computer file characteristics</description>
     </subfield>
@@ -1980,10 +2538,16 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="257" repeatable="false">
-    <name>COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS</name>
-    <description>The name or abbreviation of the name of the country where the principal offices of the producing entity of a moving image work are located.</description>
-    <subfield code="a" repeatable="false">
+  <field tag="257" repeatable="true">
+    <name>Country of Producing Entity</name>
+    <description>Name or abbreviation of the name of the country(s) where the principal offices of the producing entity(s) of a resource are located.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
       <description>Country of producing entity</description>
     </subfield>
     <subfield code="6" repeatable="false">
@@ -1994,8 +2558,14 @@
     </subfield>
   </field>
   <field tag="258" repeatable="true">
-    <name>PHILATELIC ISSUE DATA</name>
-    <description>Stamps, postal stationery and all other documents created and/or used to signify pre-payment or payment due for postal services; stamps or other labels resembling the material described above, but which have no postal value; cancellations or other marks created and/or used by a postal administration to show evidence of postal usage; material bearing one or more of the items described above.</description>
+    <name>Philatelic Issue Data</name>
+    <description>Issuing jurisdiction and denomination information about philatelic material, such as postage stamps, postal stationery (postal cards, etc., made available by a postal administration bearing a stamped impression (indicium) of denomination), revenue stamps (tax stamps), postage due stamps, and registered mail stamps. These are usually valid within a defined area and carry a value signifying prepayment or payment due for services or taxes.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Issuing jurisdiction</description>
     </subfield>
@@ -2009,8 +2579,8 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="260" repeatable="false">
-    <name>PUBLICATION, DISTRIBUTION, ETC.</name>
+  <field tag="260" repeatable="true">
+    <name>Publication, Distribution, etc. (Imprint)</name>
     <description>Information relating to the publication, printing, distribution, issue, release, or production of a work.</description>
     <indicator position="1" value="#">
       <description>Not applicable/No information provided/Earliest available publisher</description>
@@ -2021,6 +2591,9 @@
     <indicator position="1" value="3">
       <description>Current/latest publisher</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Place of publication, distribution, etc.</description>
     </subfield>
@@ -2050,65 +2623,17 @@
     </subfield>
   </field>
   <field tag="263" repeatable="false">
-    <name>PROJECTED PUBLICATION DATE</name>
-    <description>The projected date of publication used in bibliographic records for works that have not yet been published.</description>
-    <subfield code="a" repeatable="true">
-      <description>Address</description>
+    <name>Projected Publication Date</name>
+    <description>Projected date of publication used in bibliographic records for works that have not yet been published.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Projected publication date</description>
     </subfield>
-    <subfield code="b" repeatable="false">
-      <description>City</description>
-    </subfield>
-    <subfield code="c" repeatable="false">
-      <description>State or province</description>
-    </subfield>
-    <subfield code="d" repeatable="false">
-      <description>Country</description>
-    </subfield>
-    <subfield code="e" repeatable="false">
-      <description>Postal code</description>
-    </subfield>
-    <subfield code="f" repeatable="false">
-      <description>Terms preceding attention name</description>
-    </subfield>
-    <subfield code="g" repeatable="false">
-      <description>Attention name</description>
-    </subfield>
-    <subfield code="h" repeatable="false">
-      <description>Attention position</description>
-    </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Type of address</description>
-    </subfield>
-    <subfield code="j" repeatable="true">
-      <description>Specialized telephone number</description>
-    </subfield>
-    <subfield code="k" repeatable="true">
-      <description>Telephone number</description>
-    </subfield>
-    <subfield code="l" repeatable="true">
-      <description>Fax number</description>
-    </subfield>
-    <subfield code="m" repeatable="true">
-      <description>Electronic mail address</description>
-    </subfield>
-    <subfield code="n" repeatable="true">
-      <description>TDD or TTY number</description>
-    </subfield>
-    <subfield code="p" repeatable="true">
-      <description>Contact person</description>
-    </subfield>
-    <subfield code="q" repeatable="true">
-      <description>Title of contact person</description>
-    </subfield>
-    <subfield code="r" repeatable="true">
-      <description>Hours</description>
-    </subfield>
-    <subfield code="z" repeatable="true">
-      <description>Public note</description>
-    </subfield>
-    <subfield code="4" repeatable="true">
-      <description>Relator code</description>
-    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2117,8 +2642,8 @@
     </subfield>
   </field>
   <field tag="270" repeatable="true">
-    <name>ADDRESS</name>
-    <description>Contains an address (as well as electronic access data such as telephone, fax, TTY, etc. numbers) associated with a bibliographic item. Multiple addresses, such as mailing addresses and addresses corresponding to the physical location of an item or facilities, are recorded in separate occurrences of field 270.</description>
+    <name>Address</name>
+    <description>An address (as well as electronic access information such as email, telephone, fax, TTY, etc. numbers) for contacts related to the content of the bibliographic item. Multiple addresses, such as mailing addresses and addresses corresponding to the physical location of an item or facilities, are recorded in separate occurrences of field 270.</description>
     <indicator position="1" value="#">
       <description>No level specified</description>
     </indicator>
@@ -2202,8 +2727,14 @@
     </subfield>
   </field>
   <field tag="300" repeatable="true">
-    <name>PHYSICAL DESCRIPTION</name>
-    <description>A physical description of the described item, including its extent, dimensions, and such other physical details as a description of any accompanying materials and unit type and size.</description>
+    <name>Physical Description</name>
+    <description>Physical description of the described item, including its extent, dimensions, and such other physical details as a description of any accompanying materials and unit type and size.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Extent</description>
     </subfield>
@@ -2233,14 +2764,17 @@
     </subfield>
   </field>
   <field tag="306" repeatable="false">
-    <name>PLAYING TIME</name>
-    <description>Six numeric characters, in the pattern hhmmss, that represent the playing time for a sound recording or the stated duration of performance of printed or manuscript music. If the playing time is less than 1 hour, the hour (hh) is recorded as two zeroes; if less than a minute, the minute (mm) is also recorded as two zeroes.</description>
-    <subfield code="a" repeatable="false">
-      <description>Hours</description>
+    <name>Playing Time</name>
+    <description>Six numeric characters, in the pattern that represent the playing time for a sound recording, videorecording, etc. or the stated duration of performance of printed or manuscript music. If the playing time is less than 1 hour, the hour is recorded as two zeroes; if less than a minute, the minute is also recorded as two zeroes.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Playing time</description>
     </subfield>
-    <subfield code="b" repeatable="false">
-      <description>Additional information</description>
-    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2249,14 +2783,17 @@
     </subfield>
   </field>
   <field tag="307" repeatable="true">
-    <name>HOURS, ETC.</name>
-    <description>Chronological information identifying the days and/or times an item is available or accessible. It is used primarily in records for electronic resources.</description>
+    <name>Hours, Etc.</name>
+    <description>Chronological information identifying the days and/or times an item is available or accessible. Used primarily in records for electronic resources.</description>
     <indicator position="1" value="#">
       <description>Hours</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Hours</description>
     </subfield>
@@ -2271,8 +2808,14 @@
     </subfield>
   </field>
   <field tag="310" repeatable="false">
-    <name>CURRENT PUBLICATION FREQUENCY</name>
-    <description>The current stated publication frequency of either an item or an update to an item. Dates are included when the beginning date of the current frequency is not the same as the beginning date of publication. These data are related to coded data in field 008/18 (Frequency) and 008/19 (Regularity).</description>
+    <name>Current Publication Frequency</name>
+    <description>Current stated publication frequency of either an item or an update to an item. Dates are included when the beginning date of the current frequency is not the same as the beginning date of publication.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Current publication frequency</description>
     </subfield>
@@ -2287,8 +2830,14 @@
     </subfield>
   </field>
   <field tag="321" repeatable="true">
-    <name>FORMER PUBLICATION FREQUENCY</name>
-    <description>The former frequency of either an item or an update to an item when a current frequency is contained in field 310.</description>
+    <name>Former Publication Frequency</name>
+    <description>Former publication frequency of either an item or an update to an item when a current publication frequency is given in field 310 (Current Publication Frequency).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Former publication frequency</description>
     </subfield>
@@ -2302,9 +2851,99 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="336" repeatable="true">
+    <name>Content Type</name>
+    <description>The form of communication through which a work is expressed. Used in conjunction with Leader /06 (Type of record), which indicates the general type of content of the resource. Field 336 information enables expression of more specific content types and content types from various lists.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Content type term</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Content type code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="337" repeatable="true">
+    <name>Media Type</name>
+    <description>Media type reflects the general type of intermediation device required to view, play, run, etc., the content of a resource. Used as an alternative to or in addition to the coded expression of Media type in field 007/00 (Category of material). Field 337 information enables indication of more specific media types and media types from various lists.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Media type term</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Media type code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="338" repeatable="true">
+    <name>Carrier Type</name>
+    <description>Carrier type reflects the format of the storage medium and housing of a carrier in combination with the media type (which indicates the intermediation device required to view, play, run, etc., the content of a resource). Used as an alternative to or in addition to the coded expression of carrier type in field 007/01 (Specific material designation). Field 338 information enables indication of more specific carrier types and carrier types from various lists.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Carrier type term</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Carrier type code</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="340" repeatable="true">
-    <name>PHYSICAL MEDIUM</name>
+    <name>Physical Medium</name>
     <description>Physical description information for an item that requires technical equipment for its use or an item that has special conservation or storage needs.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Material base and configuration</description>
     </subfield>
@@ -2340,8 +2979,8 @@
     </subfield>
   </field>
   <field tag="342" repeatable="true">
-    <name>GEOSPATIAL REFERENCE DATA</name>
-    <description>A description of the frame of reference for the coordinates in a data set. To work with a data set a user must be able to identify how location accuracy has been affected through the application of a geospatial reference method, thus enabling the user to manipulate the data set to recover location accuracy.</description>
+    <name>Geospatial Reference Data</name>
+    <description>Description of the frame of reference for the coordinates in a data set. To work with a data set a user must be able to identify how location accuracy has been affected through the application of a geospatial reference method, thus enabling the user to manipulate the data set to recover location accuracy.</description>
     <indicator position="1" value="0">
       <description>Horizontal coordinate system</description>
     </indicator>
@@ -2379,7 +3018,7 @@
       <description>Name</description>
     </subfield>
     <subfield code="b" repeatable="false">
-      <description>Coordinate or distance units</description>
+      <description>Coordinate units or distance units</description>
     </subfield>
     <subfield code="c" repeatable="false">
       <description>Latitude resolution</description>
@@ -2397,7 +3036,7 @@
       <description>Longitude of central meridian or projection center</description>
     </subfield>
     <subfield code="h" repeatable="false">
-      <description>Latitude of projection origin or projection center</description>
+      <description>Latitude of projection center or projection origin</description>
     </subfield>
     <subfield code="i" repeatable="false">
       <description>False easting</description>
@@ -2455,8 +3094,14 @@
     </subfield>
   </field>
   <field tag="343" repeatable="true">
-    <name>PLANAR COORDINATE DATA</name>
+    <name>Planar Coordinate Data</name>
     <description>Information about the coordinate system developed on a planar surface. The information is provided to allow the user of a geospatial data set to identify the quantities of distances, or distances and angles. These define the position of a point on a reference plane onto which the surface of the Earth has been projected.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Planar coordinate encoding method</description>
     </subfield>
@@ -2492,8 +3137,14 @@
     </subfield>
   </field>
   <field tag="351" repeatable="true">
-    <name>ORGANIZATION AND ARRANGEMENT OF MATERIALS</name>
-    <description>Describes the organization and arrangement of a collection of items.</description>
+    <name>Organization and Arrangement of Materials</name>
+    <description>Information about the organization and arrangement of a collection of items.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Organization</description>
     </subfield>
@@ -2514,8 +3165,14 @@
     </subfield>
   </field>
   <field tag="352" repeatable="true">
-    <name>DIGITAL GRAPHIC REPRESENTATION</name>
-    <description>A description of the method of referencing and the mechanism used to represent graphic information in a data set. This information consists of the type of storage technique used, the number of items in the data set, and the format in which the data is stored.</description>
+    <name>Digital Graphic Representation</name>
+    <description>Description of the method of referencing and the mechanism used to represent graphic information in a data set. This information consists of the type of storage technique used, the number of items in the data set, and the format in which the data is stored.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Direct reference method</description>
     </subfield>
@@ -2540,7 +3197,7 @@
     <subfield code="i" repeatable="false">
       <description>Indirect reference description</description>
     </subfield>
-    <subfield code="q" repeatable="true">
+    <subfield code="q" repeatable="false">
       <description>Format of the digital image</description>
     </subfield>
     <subfield code="6" repeatable="false">
@@ -2551,8 +3208,8 @@
     </subfield>
   </field>
   <field tag="355" repeatable="true">
-    <name>SECURITY CLASSIFICATION CONTROL</name>
-    <description>Specifics pertaining to the security classification associated with the document, title, abstract, contents note, and/or the author. In addition, it can contain handling instructions and external dissemination information pertaining to the dissemination of the document, title, abstract, contents note, and author. The field may also contain downgrading or declassification data, the name of the classification system, and a country of origin code. Code from: MARC Code List for Countries</description>
+    <name>Security Classification Control</name>
+    <description>Specifics pertaining to the security classification associated with the document, title, abstract, contents note, and/or the author. In addition, it can contain handling instructions and external dissemination information pertaining to the dissemination of the document, title, abstract, contents note, and author. The field may also contain downgrading or declassification data, the name of the classification system, and a country of origin code.</description>
     <indicator position="1" value="0">
       <description>Document</description>
     </indicator>
@@ -2572,8 +3229,11 @@
       <description>Record</description>
     </indicator>
     <indicator position="1" value="8">
-      <description>Other element</description>
+      <description>None of the above</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Security classification</description>
     </subfield>
@@ -2609,14 +3269,26 @@
     </subfield>
   </field>
   <field tag="357" repeatable="false">
-    <name>ORIGINATOR DISSEMINATION CONTROL</name>
+    <name>Originator Dissemination Control</name>
     <description>Specifics pertaining to originator (i.e., author, producer) control of dissemination of the material in hand. Subfield $a contains a specific term denoting that the originator has control over the material.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
-      <description>Dates of publication and/or sequential designation</description>
+      <description>Originator control term</description>
     </subfield>
-    <subfield code="z" repeatable="false">
-      <description>Source of information</description>
+    <subfield code="b" repeatable="true">
+      <description>Originating agency</description>
     </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Authorized recipients of material</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Other restrictions</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2625,14 +3297,17 @@
     </subfield>
   </field>
   <field tag="362" repeatable="true">
-    <name>DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION</name>
-    <description>Contains the beginning/ending date(s) of an item and/or the sequential designations used on each part. Dates to be used in this field are chronological designations that identify individual issues of the continuing resource. The sequential designations are usually numeric but can be alphabetic as well. The information may be formatted or unformatted. If the date information has been obtained from a source other than the first and/or last issue of the item published, the information is given in an unformatted note and the source of the information is usually cited.</description>
+    <name>Dates of Publication and/or Sequential Designation</name>
+    <description>Beginning/ending date(s) of an item and/or the sequential designations used on each part. Dates to be used in this field are chronological designations that identify individual issues of the continuing resource. The sequential designations are usually numeric but can be alphabetic as well. The information may be formatted or unformatted. If the date information has been obtained from a source other than the first and/or last issue of the item published, the information is given in an unformatted note and the source of the information is usually cited.</description>
     <indicator position="1" value="0">
       <description>Formatted style</description>
     </indicator>
     <indicator position="1" value="1">
       <description>Unformatted note</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Dates of publication and/or sequential designation</description>
     </subfield>
@@ -2646,9 +3321,94 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="363" repeatable="true">
+    <name>Normalized Date and Sequential Designation</name>
+    <description>The numeric, alphabetic and/or normalized date designation used on the bibliographic item that identifies its parts and shows the relationship of the parts to the whole.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Starting information</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Ending information</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Not specified</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Closed</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Open</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="false">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="false">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="false">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="false">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="false">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="false">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="u" repeatable="false">
+      <description>First level textual designation</description>
+    </subfield>
+    <subfield code="v" repeatable="false">
+      <description>First level of chronology, issuance</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="false">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="365" repeatable="true">
-    <name>TRADE PRICE</name>
-    <description>Contains the current price of an item or records the special export price of an item in any currency.</description>
+    <name>Trade Price</name>
+    <description>Current price of an item or the special export price of an item in any currency.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Price type code</description>
     </subfield>
@@ -2696,8 +3456,14 @@
     </subfield>
   </field>
   <field tag="366" repeatable="true">
-    <name>TRADE AVAILABILITY INFORMATION</name>
-    <description>Contains detailed information relating to the availability of items from publishers.</description>
+    <name>Trade Availability Information</name>
+    <description>Detailed information relating to the availability of items from publishers.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Publishers' compressed title identification</description>
     </subfield>
@@ -2714,7 +3480,7 @@
       <description>Note</description>
     </subfield>
     <subfield code="f" repeatable="false">
-      <description>Publishers' discount category</description>
+      <description>Publisher's discount category</description>
     </subfield>
     <subfield code="g" repeatable="false">
       <description>Date made out of print</description>
@@ -2738,12 +3504,173 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="380" repeatable="true">
+    <name>Form of Work</name>
+    <description>A class or genre to which a work belongs. May be used to differentiate a work from another work with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Form of work</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="381" repeatable="true">
+    <name>Other Distinguishing Characteristics of Work or Expression</name>
+    <description>Any characteristic that is not accommodated in a special field that serves to characterize a work or expression. Examples are an issuing body, arranged statement of music, version, or a geographic term. May be used to differentiate a work from another work with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Other distinguishing characteristic</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="382" repeatable="true">
+    <name>Medium of Performance</name>
+    <description>The instrumental, vocal, and/or other medium of performance for which a musical work was originally conceived or for which a musical expression is written or performed. May be used to differentiate a musical work or expression from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Medium of performance</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of term</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="383" repeatable="true">
+    <name>Numeric Designation of Musical Work</name>
+    <description>A serial number, opus number, or thematic index number assigned to a musical work by the composer, publisher, or a musicologist. May be used to differentiate a musical work from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Serial number</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Opus number</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Thematic index number</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="384" repeatable="false">
+    <name>Key</name>
+    <description>The set of pitch relationships that establishes a single pitch class as a tonal centre for a musical work or expression. May be used to differentiate a musical work or expression from another with the same title.</description>
+    <indicator position="1" value="#">
+      <description>Relationship to original unknown</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Original key</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Transposed key</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Key</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="440" repeatable="true">
-    <name>SERIES STATEMENT/ADDED ENTRY--TITLE</name>
-    <description>A series statement consisting of a series title alone.</description>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Series Statement/Added Entry-Title</name>
+    <description>Series statement consisting of a series title alone.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
     </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Title</description>
     </subfield>
@@ -2754,11 +3681,17 @@
       <description>Name of part/section of a work</description>
     </subfield>
     <subfield code="v" repeatable="false">
-      <description>Volume number/sequential designation</description>
+      <description>Volume/sequential designation</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Bibliographic record control number</description>
+    </subfield>
     <subfield code="x" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2767,14 +3700,17 @@
     </subfield>
   </field>
   <field tag="490" repeatable="true">
-    <name>SERIES STATEMENT</name>
-    <description>A series statement for which no series added entry is traced or for which the added entry is traced in one of the 800-830 fields in a form different from the form contained in field 490.</description>
+    <name>Series Statement</name>
+    <description>Series statement for a series title.</description>
     <indicator position="1" value="0">
       <description>Series not traced</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Series traced differently</description>
+      <description>Series traced</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Series statement</description>
     </subfield>
@@ -2782,11 +3718,14 @@
       <description>Library of Congress call number</description>
     </subfield>
     <subfield code="v" repeatable="true">
-      <description>Volume number/sequential designation</description>
+      <description>Volume/sequential designation</description>
     </subfield>
-    <subfield code="x" repeatable="false">
+    <subfield code="x" repeatable="true">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2795,8 +3734,14 @@
     </subfield>
   </field>
   <field tag="500" repeatable="true">
-    <name>GENERAL NOTE</name>
+    <name>General Note</name>
     <description>General information for which a specialized 5XX note field has not been defined.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>General note</description>
     </subfield>
@@ -2814,8 +3759,14 @@
     </subfield>
   </field>
   <field tag="501" repeatable="true">
-    <name>WITH NOTE</name>
-    <description>A note that is used when more than one bibliographic work is contained in a physical item at the time of publishing, release, issue, or execution. The works usually have distinctive titles and lack a collective title.</description>
+    <name>With Note</name>
+    <description>Note indicating that more than one bibliographical work is contained in the physical item at the time of publishing, release, issue, or execution. The works that are contained in the item usually have distinctive titles and lack a collective title.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>With note</description>
     </subfield>
@@ -2830,11 +3781,32 @@
     </subfield>
   </field>
   <field tag="502" repeatable="true">
-    <name>DISSERTATION NOTE</name>
-    <description>The designation of an academic dissertation or thesis and the institution to which it was presented. (A note that describes the relationship of a work to a dissertation or thesis is recorded in field 500).</description>
+    <name>Dissertation Note</name>
+    <description>Designation of an academic dissertation or thesis and the institution to which it was presented. Other notes indicating the relationship between the item being cataloged and the author's dissertation or thesis, such as statements indicating that the work represents or is based on the author's thesis (e.g., ) are recorded in field 500 (General Note).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Dissertation note</description>
     </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Degree type</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Name of granting institution</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Year degree granted</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Miscellaneous information</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Dissertation identifier</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -2843,8 +3815,14 @@
     </subfield>
   </field>
   <field tag="504" repeatable="true">
-    <name>BIBLIOGRAPHY, ETC. NOTE</name>
+    <name>Bibliography, Etc. Note</name>
     <description>Information on the presence of one or more bibliographies, discographies, filmographies, and/or other bibliographic references in a described item or in accompanying material.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Bibliography, etc. note</description>
     </subfield>
@@ -2859,16 +3837,16 @@
     </subfield>
   </field>
   <field tag="505" repeatable="true">
-    <name>FORMATTED CONTENTS NOTE</name>
-    <description>The titles of separate works or parts of an item or the table of contents. The field may also contain statements of responsibility and volume numbers or other sequential designations.</description>
+    <name>Formatted Contents Note</name>
+    <description>Titles of separate works or parts of an item or the table of contents. The field may also contain statements of responsibility and volume numbers or other sequential designations.</description>
     <indicator position="1" value="0">
       <description>Contents</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Incomplete contents All parts of a multipart item are not listed because they were not available for analysis. Incomplete contents: may be generated for display.</description>
+      <description>Incomplete contents</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Partial contents All parts were available for analysis but only selected parts are listed. Partial contents: may be generated for display.</description>
+      <description>Partial contents</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
@@ -2902,8 +3880,8 @@
     </subfield>
   </field>
   <field tag="506" repeatable="true">
-    <name>RESTRICTIONS ON ACCESS NOTE</name>
-    <description>Information on the restrictions that govern access to or the limited distribution of the described materials.</description>
+    <name>Restrictions on Access Note</name>
+    <description>Information about restrictions imposed on access to the described materials.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
@@ -2913,6 +3891,9 @@
     <indicator position="1" value="1">
       <description>Restrictions apply</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Terms governing access</description>
     </subfield>
@@ -2951,8 +3932,14 @@
     </subfield>
   </field>
   <field tag="507" repeatable="false">
-    <name>SCALE NOTE FOR GRAPHIC MATERIAL</name>
-    <description>For visual materials, this field contains the scale of architectural drawings or three-dimensional artifacts. For maps, the scale of an item is contained in this field only in pre-AACR 2 cataloging records. Scale information is contained in field 255 (Mathematical Data Area) in AACR 2 formulated records.</description>
+    <name>Scale Note for Graphic Material</name>
+    <description>Scale of a graphic material item given as a note. For , this field contains the scale of architectural drawings or three-dimensional artifacts. For , the scale of an item is contained in this field only in pre-AACR 2 cataloging records. Scale information is contained in field 255 (Mathematical Data Area) in AACR 2 formulated records.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Representative fraction of scale note</description>
     </subfield>
@@ -2967,8 +3954,14 @@
     </subfield>
   </field>
   <field tag="508" repeatable="true">
-    <name>CREATION/PRODUCTION CREDITS NOTE</name>
-    <description>The names of the persons (other than members of the cast) or organizations who participated in the artistic or technical production of the work. The introductory term Credits: that customarily precedes the names is not carried in the MARC record. It may be generated based on the field tag.</description>
+    <name>Creation/Production Credits Note</name>
+    <description>Credits for persons or organizations, other than members of the cast, who have participated in the creation and/or production of the work. The introductory term is usually generated as a display constant.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Creation/production credits note</description>
     </subfield>
@@ -2980,23 +3973,17 @@
     </subfield>
   </field>
   <field tag="510" repeatable="true">
-    <name>CITATION/REFERENCES NOTE</name>
+    <name>Citation/References Note</name>
     <description>Citations or references to published bibliographic descriptions, reviews, abstracts, or indexes of the content of the described item.</description>
     <indicator position="1" value="0">
-      <description>Coverage unknown The abstracting and indexing coverage is not specified. Indexed by: may be generated for display.</description>
+      <description>Coverage unknown</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Coverage complete The abstracting and indexing coverage includes references to all articles in a journal and/or all issues within each volume. Indexed in its entirety by: may be generated for display.</description>
+      <description>Coverage complete</description>
     </indicator>
-    <indicator position="1" value="2">
-      <description>Coverage is selective The abstracting and indexing coverage is selective. Indexed selectively by: may be generated for display.</description>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
     </indicator>
-    <indicator position="1" value="3">
-      <description>Location in source not givenReferences: may be generated for display.</description>
-    </indicator>
-    <indicator position="1" value="4">
-      <description>Location in source givenReferences: may be generated for display.</description>
-    </indicator>
     <subfield code="a" repeatable="false">
       <description>Name of source</description>
     </subfield>
@@ -3020,14 +4007,17 @@
     </subfield>
   </field>
   <field tag="511" repeatable="true">
-    <name>PARTICIPANT OR PERFORMER NOTE</name>
-    <description>The names of the participants, players, narrators, presenters, or performers.</description>
+    <name>Participant or Performer Note</name>
+    <description>Information about the participants, players, narrators, presenters, or performers.</description>
     <indicator position="1" value="0">
       <description>No display constant generated</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>CastCast: may be generated for display.</description>
+      <description>Cast</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Participant or performer note</description>
     </subfield>
@@ -3039,8 +4029,14 @@
     </subfield>
   </field>
   <field tag="513" repeatable="true">
-    <name>TYPE OF REPORT AND PERIOD COVERED NOTE</name>
+    <name>Type of Report and Period Covered Note</name>
     <description>Information on the type of report and the period covered by the report.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Type of report</description>
     </subfield>
@@ -3055,8 +4051,14 @@
     </subfield>
   </field>
   <field tag="514" repeatable="false">
-    <name>DATA QUALITY NOTE</name>
+    <name>Data Quality Note</name>
     <description>Provides a general assessment of the quality of the data set constituting the item.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Attribute accuracy report</description>
     </subfield>
@@ -3107,8 +4109,14 @@
     </subfield>
   </field>
   <field tag="515" repeatable="true">
-    <name>NUMBERING PECULIARITIES NOTE</name>
-    <description>An unformatted description of irregularities and peculiarities in numbering or publishing patterns, report year coverage, revised editions, and/or issuance in parts.</description>
+    <name>Numbering Peculiarities Note</name>
+    <description>Unformatted note giving irregularities and peculiarities in numbering or publishing patterns, report year coverage, revised editions, and/or issuance in parts.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Numbering peculiarities note</description>
     </subfield>
@@ -3120,14 +4128,17 @@
     </subfield>
   </field>
   <field tag="516" repeatable="true">
-    <name>TYPE OF COMPUTER FILE OR DATA NOTE</name>
-    <description>A general descriptor that characterizes a file (e.g., text, computer program, numeric). Specific information such as the form or genre of textual material (e.g., biography, indexes) also may be included. The general type of file is coded in field 008/26 (Type of computer file).</description>
+    <name>Type of Computer File or Data Note</name>
+    <description>General descriptor that characterizes the file (e.g., text, computer program, numeric). Specific information, such as the form or genre of textual material (e.g., biography, dictionaries, indexes) may be included. The general type of computer file information in coded form is recorded in 008/26 (Type of computer file).</description>
     <indicator position="1" value="#">
       <description>Type of file</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Type of computer file or data note</description>
     </subfield>
@@ -3139,11 +4150,32 @@
     </subfield>
   </field>
   <field tag="518" repeatable="true">
-    <name>DATE/TIME AND PLACE OF AN EVENT NOTE</name>
-    <description>Textual information on the date/time and/or place of creation, capture, or broadcast associated with an event or the finding of a naturally occurring object. This information in coded form is contained in field 033 (Date/Time and Place of an Event).</description>
+    <name>Date/Time and Place of an Event Note</name>
+    <description>Note on the date/time and/or place of creation, capture, recording, filming, execution, or broadcast associated with an event or the finding of a naturally occurring object. Field 033 (Date/Time and Place of an Event) contains the same information in coded form.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Date/time and place of an event note</description>
     </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Date of event</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Other event information</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Place of event</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of term</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -3155,8 +4187,8 @@
     </subfield>
   </field>
   <field tag="520" repeatable="true">
-    <name>SUMMARY, ETC.</name>
-    <description>Unformatted information that describes the scope and general contents of the materials. This could be a summary, abstract, annotation, review, or only a phrase describing the material.</description>
+    <name>Summary, Etc.</name>
+    <description>Unformatted information that describes the scope and general contents of the materials.</description>
     <indicator position="1" value="#">
       <description>Summary</description>
     </indicator>
@@ -3172,18 +4204,30 @@
     <indicator position="1" value="3">
       <description>Abstract</description>
     </indicator>
+    <indicator position="1" value="4">
+      <description>Content advice</description>
+    </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
-      <description>Summary, etc. note</description>
+      <description>Summary, etc.</description>
     </subfield>
     <subfield code="b" repeatable="false">
       <description>Expansion of summary note</description>
     </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Assigning source</description>
+    </subfield>
     <subfield code="u" repeatable="true">
       <description>Uniform Resource Identifier</description>
     </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -3195,7 +4239,7 @@
     </subfield>
   </field>
   <field tag="521" repeatable="true">
-    <name>TARGET AUDIENCE NOTE</name>
+    <name>Target Audience Note</name>
     <description>Information that identifies the specific audience or intellectual level for which the content of the described item is considered appropriate.</description>
     <indicator position="1" value="#">
       <description>Audience</description>
@@ -3213,11 +4257,14 @@
       <description>Special audience characteristics</description>
     </indicator>
     <indicator position="1" value="4">
-      <description>Motivation interest level</description>
+      <description>Motivation/interest level</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Target audience note</description>
     </subfield>
@@ -3235,14 +4282,17 @@
     </subfield>
   </field>
   <field tag="522" repeatable="true">
-    <name>GEOGRAPHIC COVERAGE NOTE</name>
-    <description>Information on the geographic coverage of the described material (usually survey material). This information in coded form may be contained in field 052 (Geographic Classification Code).</description>
+    <name>Geographic Coverage Note</name>
+    <description>Information about the geographic coverage of the described material (usually survey material). This information in coded form may be contained in field 052 (Geographic Classification Code).</description>
     <indicator position="1" value="#">
       <description>Geographic coverage</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Geographic coverage note</description>
     </subfield>
@@ -3254,14 +4304,17 @@
     </subfield>
   </field>
   <field tag="524" repeatable="true">
-    <name>PREFERRED CITATION OF DESCRIBED MATERIALS NOTE</name>
-    <description>The format of the citation of the described materials that is preferred by the custodian.</description>
+    <name>Preferred Citation of Described Materials Note</name>
+    <description>Format for the citation of the described materials that is preferred by the custodian.</description>
     <indicator position="1" value="#">
       <description>Cite as</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Preferred citation of described materials note</description>
     </subfield>
@@ -3279,8 +4332,14 @@
     </subfield>
   </field>
   <field tag="525" repeatable="true">
-    <name>SUPPLEMENT NOTE</name>
-    <description>Information on the existence of supplements or special issues (usually unnamed) that are neither cataloged as separate records nor recorded in field 770 (Supplement/Special Issue Entry).</description>
+    <name>Supplement Note</name>
+    <description>Information on the existence of supplements or special issues that are neither cataloged in separate records nor recorded in a linking entry field 770 (Supplement/Special Issue Entry).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Supplement note</description>
     </subfield>
@@ -3292,14 +4351,17 @@
     </subfield>
   </field>
   <field tag="526" repeatable="true">
-    <name>STUDY PROGRAM INFORMATION NOTE</name>
-    <description>A note giving the name of a study program which uses the title described in the record. Details about the study program data elements are also contained in the field. Field 526 is generally used for formal curriculum-based study or reading programs.</description>
+    <name>Study Program Information Note</name>
+    <description>Note giving the name of a study program which uses the title described in the record. Details about the study program data elements are also contained in the field. Field 526 is generally used for formal curriculum-based study or reading programs.</description>
     <indicator position="1" value="0">
       <description>Reading program</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Program name</description>
     </subfield>
@@ -3332,8 +4394,14 @@
     </subfield>
   </field>
   <field tag="530" repeatable="true">
-    <name>ADDITIONAL PHYSICAL FORM AVAILABLE NOTE</name>
-    <description>Availability information concerning a different physical format in which the described item is available.</description>
+    <name>Additional Physical Form Available Note</name>
+    <description>Information concerning a different physical format in which the described item is available.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Additional physical form available note</description>
     </subfield>
@@ -3360,8 +4428,14 @@
     </subfield>
   </field>
   <field tag="533" repeatable="true">
-    <name>REPRODUCTION NOTE</name>
+    <name>Reproduction Note</name>
     <description>Descriptive data for a reproduction of an original item when the main portion of the bibliographic record describes the original item and the data differ.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Type of reproduction</description>
     </subfield>
@@ -3389,19 +4463,28 @@
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
     </subfield>
     <subfield code="7" repeatable="false">
       <description>Fixed-length data elements of reproduction</description>
     </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="534" repeatable="true">
-    <name>ORIGINAL VERSION NOTE</name>
+    <name>Original Version Note</name>
     <description>Descriptive data for an original item when the main portion of the bibliographic record describes a reproduction of that item and the data differ. Details relevant to the original are given in field 534.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Main entry of original</description>
     </subfield>
@@ -3429,6 +4512,9 @@
     <subfield code="n" repeatable="true">
       <description>Note about original</description>
     </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Other resource identifier</description>
+    </subfield>
     <subfield code="p" repeatable="false">
       <description>Introductory phrase</description>
     </subfield>
@@ -3441,6 +4527,9 @@
     <subfield code="z" repeatable="true">
       <description>International Standard Book Number</description>
     </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -3449,14 +4538,17 @@
     </subfield>
   </field>
   <field tag="535" repeatable="true">
-    <name>LOCATION OF ORIGINALS/DUPLICATES NOTE</name>
-    <description>The name and address of the repository that has custody of the original or a duplicate copy of the described material when either is housed in a repository different from that of the material being described.</description>
+    <name>Location of Originals/Duplicates Note</name>
+    <description>Name and address of the repository with custody over originals or duplicates of the described materials. This field is used only when the originals or duplicates are housed in a repository different from that of the materials being described.</description>
     <indicator position="1" value="1">
       <description>Holder of originals</description>
     </indicator>
     <indicator position="1" value="2">
       <description>Holder of duplicates</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Custodian</description>
     </subfield>
@@ -3483,8 +4575,14 @@
     </subfield>
   </field>
   <field tag="536" repeatable="true">
-    <name>FUNDING INFORMATION NOTE</name>
-    <description>Contract, grant, and/or project numbers when the described material is the result of a funded project. Information concerning the sponsor or funding agency also may be included.</description>
+    <name>Funding Information Note</name>
+    <description>Contract, grant, and project numbers when the material results from a funded project. Information concerning the sponsor or funding agency also may be included.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Text of note</description>
     </subfield>
@@ -3517,8 +4615,14 @@
     </subfield>
   </field>
   <field tag="538" repeatable="true">
-    <name>SYSTEM DETAILS NOTE</name>
+    <name>System Details Note</name>
     <description>Technical information about an item, such as the presence or absence of certain kinds of codes; or the physical characteristics of a computer file, such as recording densities, parity, blocking factors, mode of access, software programming language, computer requirements, peripheral requirements, trade name or recording systems, number of lines of resolution, and modulation frequency. For sound and videorecordings, information about the trade name or recording system(s) (e.g., VHS), modulation frequency and number of lines of resolution may be included.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>System details note</description>
     </subfield>
@@ -3531,6 +4635,9 @@
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -3539,8 +4646,14 @@
     </subfield>
   </field>
   <field tag="540" repeatable="true">
-    <name>TERMS GOVERNING USE AND REPRODUCTION NOTE</name>
-    <description>Terms governing the use of the described materials (e.g., copyrights, film rights, trade rights) after access has been provided.</description>
+    <name>Terms Governing Use and Reproduction Note</name>
+    <description>Terms governing the use of the materials after access has been provided. The field includes, but is not limited to, copyrights, film rights, trade restrictions, etc. that restrict the right to reproduce, exhibit, fictionalize, quote, etc.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Terms governing use and reproduction</description>
     </subfield>
@@ -3570,8 +4683,8 @@
     </subfield>
   </field>
   <field tag="541" repeatable="true">
-    <name>IMMEDIATE SOURCE OF ACQUISITION NOTE</name>
-    <description>Information on the immediate source of acquisition of the described materials. The field is used primarily for original or historical items or other archival collections.</description>
+    <name>Immediate Source of Acquisition Note</name>
+    <description>Information about the immediate source of acquisition of the described materials and is used primarily with original or historical items, or other archival collections.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
@@ -3581,6 +4694,9 @@
     <indicator position="1" value="1">
       <description>Not private</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Source of acquisition</description>
     </subfield>
@@ -3621,18 +4737,106 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="542" repeatable="true">
+    <name>Information Relating to Copyright Status</name>
+    <description>Information known about the item that may be used to determine copyright status.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="0">
+      <description>Private</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Not private</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Personal creator</description>
+    </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Personal creator death date</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Corporate creator</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Copyright holder</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Copyright holder contact information</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Copyright statement</description>
+    </subfield>
+    <subfield code="g" repeatable="false">
+      <description>Copyright date</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Copyright renewal date</description>
+    </subfield>
+    <subfield code="i" repeatable="false">
+      <description>Publication date</description>
+    </subfield>
+    <subfield code="j" repeatable="false">
+      <description>Creation date</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Publisher</description>
+    </subfield>
+    <subfield code="l" repeatable="false">
+      <description>Copyright status</description>
+    </subfield>
+    <subfield code="m" repeatable="false">
+      <description>Publication status</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Note</description>
+    </subfield>
+    <subfield code="o" repeatable="false">
+      <description>Research date</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Country of publication or creation</description>
+    </subfield>
+    <subfield code="q" repeatable="false">
+      <description>Supplying agency</description>
+    </subfield>
+    <subfield code="r" repeatable="false">
+      <description>Jurisdiction of copyright assessment</description>
+    </subfield>
+    <subfield code="s" repeatable="false">
+      <description>Source of information</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="544" repeatable="true">
-    <name>LOCATION OF OTHER ARCHIVAL MATERIALS NOTE</name>
-    <description>The name and address of the custodian of materials that, at a previous time, have been part of the same collection or record group as the described materials.</description>
+    <name>Location of Other Archival Materials Note</name>
+    <description>Name and address of custodians of archival materials related to the described materials by provenance, specifically by having been, at a previous time, a part of the same collection or record group.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>Associated materials Indicates that the other materials identified in the note have the same provenance but reside in a different repository.</description>
+      <description>Associated materials</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Related materials Indicates that the other materials identified in the note share the sphere of activity, reside in the same repository, but have different provenance.</description>
+      <description>Related materials</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Custodian</description>
     </subfield>
@@ -3662,8 +4866,8 @@
     </subfield>
   </field>
   <field tag="545" repeatable="true">
-    <name>BIOGRAPHICAL OR HISTORICAL DATA</name>
-    <description>Biographical information about an individual or historical information about an institution or an event used as the main entry of the bibliographic record for the described materials. When a distinction between levels of detail is required, a brief summary is given in subfield $a and a fuller annotation is given in subfield $b.</description>
+    <name>Biographical or Historical Data</name>
+    <description>Biographical information about an individual or historical information about an institution or event used as the main entry for the item being cataloged. When a distinction between levels of detail is required, a brief summary is given in subfield $a and a fuller annotation is given in subfield $b.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
@@ -3673,8 +4877,11 @@
     <indicator position="1" value="1">
       <description>Administrative history</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
-      <description>Biographical or historical note</description>
+      <description>Biographical or historical data</description>
     </subfield>
     <subfield code="b" repeatable="false">
       <description>Expansion</description>
@@ -3690,8 +4897,14 @@
     </subfield>
   </field>
   <field tag="546" repeatable="true">
-    <name>LANGUAGE NOTE</name>
+    <name>Language Note</name>
     <description>Textual information on the language of the described materials. A description of the alphabet, script, or other symbol system (e.g., arabic alphabet, ASCII, musical notation system, bar code, logarithmic graphing) may also be included. Coded language information is contained in fields 008/35-37 (Language) and/or 041 (Language code).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Language note</description>
     </subfield>
@@ -3709,8 +4922,14 @@
     </subfield>
   </field>
   <field tag="547" repeatable="true">
-    <name>FORMER TITLE COMPLEXITY NOTE</name>
-    <description>A description of the complex relationship between former titles proper whenever an intelligible note cannot be generated from the data in field 247 (Former Title).</description>
+    <name>Former Title Complexity Note</name>
+    <description>Description of the complex relationship between titles proper whenever an intelligible note cannot be system generated from the data in field 247 (Former Title).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Former title complexity note</description>
     </subfield>
@@ -3722,8 +4941,14 @@
     </subfield>
   </field>
   <field tag="550" repeatable="true">
-    <name>ISSUING BODY NOTE</name>
+    <name>Issuing Body Note</name>
     <description>Information about the current and former issuing bodies of a continuing resource.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Issuing body note</description>
     </subfield>
@@ -3735,8 +4960,14 @@
     </subfield>
   </field>
   <field tag="552" repeatable="true">
-    <name>ENTITY AND ATTRIBUTE INFORMATION NOTE</name>
-    <description>A description of the information content of the data set, including the entity types, their attributes, and the domains from which attribute values may be assigned.</description>
+    <name>Entity and Attribute Information Note</name>
+    <description>Description of the information content of the data set, including the entity types, their attributes, and the domains from which attribute values may be assigned.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Entity type label</description>
     </subfield>
@@ -3768,7 +4999,7 @@
       <description>Attribute units of measurement and resolution</description>
     </subfield>
     <subfield code="k" repeatable="false">
-      <description>Beginning date and ending date of attribute values</description>
+      <description>Beginning and ending date of attribute values</description>
     </subfield>
     <subfield code="l" repeatable="false">
       <description>Attribute value accuracy</description>
@@ -3799,17 +5030,20 @@
     </subfield>
   </field>
   <field tag="555" repeatable="true">
-    <name>CUMULATIVE INDEX/FINDING AIDS NOTE</name>
-    <description>Information on the availability of cumulative indexes for continuing resources or finding aids and similar control materials for archival and manuscripts control and visual materials.</description>
+    <name>Cumulative Index/Finding Aids Note</name>
+    <description>Information on the availability of cumulative indexes for continuing resources or finding aids and similar control materials for archival and manuscripts control and visual materials whose only or major focus is the described material.</description>
     <indicator position="1" value="#">
-      <description>IndexesIndexes: may be generated for display.</description>
+      <description>Indexes</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>Finding aidsFinding aids: may be generated for display.</description>
+      <description>Finding aids</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Cumulative index/finding aids note</description>
     </subfield>
@@ -3836,14 +5070,17 @@
     </subfield>
   </field>
   <field tag="556" repeatable="true">
-    <name>INFORMATION ABOUT DOCUMENTATION NOTE</name>
-    <description>Information about the documentation of a file, e.g., codebooks that explain the content and use of the file.</description>
+    <name>Information About Documentation Note</name>
+    <description>Information about the documentation of the described materials, such as codebooks which explain the contents and use of the file or a users’ manual to a serial.</description>
     <indicator position="1" value="#">
-      <description>DocumentationDocumentation: may be generated for display.</description>
+      <description>Documentation</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Information about documentation note</description>
     </subfield>
@@ -3858,8 +5095,8 @@
     </subfield>
   </field>
   <field tag="561" repeatable="true">
-    <name>OWNERSHIP AND CUSTODIAL HISTORY</name>
-    <description>A copy-specific field that contains information concerning the ownership and custodial history of the described materials from the time of their creation to the time of their accessioning, including the time at which individual items or group of items were first brought together in their current arrangement or collation.</description>
+    <name>Ownership and Custodial History</name>
+    <description>Copy-specific field that contains information concerning the ownership and custodial history of the described materials from the time of their creation to the time of their accessioning, including the time at which individual items or groups of items were first brought together in their current arrangement or collation.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
@@ -3869,6 +5106,9 @@
     <indicator position="1" value="1">
       <description>Not private</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>History</description>
     </subfield>
@@ -3886,8 +5126,14 @@
     </subfield>
   </field>
   <field tag="562" repeatable="true">
-    <name>COPY AND VERSION IDENTIFICATION NOTE</name>
-    <description>Information that distinguishes the copy or version of materials held by an archive or manuscript repository when more than one copy or version exists or could exist.</description>
+    <name>Copy and Version Identification Note</name>
+    <description>Information that distinguishes the copy(s) or version(s) of materials held by an archive or manuscript repository when more than one copy or version exists or could exist.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Identifying markings</description>
     </subfield>
@@ -3917,8 +5163,14 @@
     </subfield>
   </field>
   <field tag="563" repeatable="true">
-    <name>BINDING INFORMATION</name>
-    <description>Intended primarily for use with antiquarian materials, rare books and other special collections.</description>
+    <name>Binding Information</name>
+    <description>Binding information intended primarily for use with antiquarian materials, rare books and other special collections.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Binding note</description>
     </subfield>
@@ -3939,8 +5191,8 @@
     </subfield>
   </field>
   <field tag="565" repeatable="true">
-    <name>CASE FILE CHARACTERISTICS NOTE</name>
-    <description>Information on the content, characteristics, and/or the number of cases or variables making up a case file or a database.</description>
+    <name>Case File Characteristics Note</name>
+    <description>Information about the content and characteristics of case files and/or the number of cases or variables making up a case file or a database.</description>
     <indicator position="1" value="#">
       <description>File size</description>
     </indicator>
@@ -3950,6 +5202,9 @@
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Number of cases/variables</description>
     </subfield>
@@ -3976,14 +5231,17 @@
     </subfield>
   </field>
   <field tag="567" repeatable="true">
-    <name>METHODOLOGY NOTE</name>
-    <description>Information on significant methodological characteristics of the material, such as the algorithm, sampling procedures, or validation characteristics.</description>
+    <name>Methodology Note</name>
+    <description>Information concerning significant methodological characteristics of the material, such as the algorithm, universe description, sampling procedures, classification, or validation characteristics.</description>
     <indicator position="1" value="#">
       <description>Methodology</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Methodology note</description>
     </subfield>
@@ -3995,8 +5253,14 @@
     </subfield>
   </field>
   <field tag="580" repeatable="true">
-    <name>LINKING ENTRY COMPLEXITY NOTE</name>
-    <description>A description of the complex relationship between the described item and other items when an intelligible note cannot be generated from data in the linking entry fields 760-787.</description>
+    <name>Linking Entry Complexity Note</name>
+    <description>Description of the complex relationship between the item described in the record and other items that cannot be adequately generated from the linking entry fields 760-787.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Linking entry complexity note</description>
     </subfield>
@@ -4008,14 +5272,17 @@
     </subfield>
   </field>
   <field tag="581" repeatable="true">
-    <name>PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE</name>
-    <description>A citation to or information about a publication that is a study or analysis of the described materials.</description>
+    <name>Publications About Described Materials Note</name>
+    <description>Citation or information about a publication that is based on the use, study, or analysis of the materials described in the record.</description>
     <indicator position="1" value="#">
       <description>Publications</description>
     </indicator>
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Publications about described materials note</description>
     </subfield>
@@ -4033,8 +5300,8 @@
     </subfield>
   </field>
   <field tag="583" repeatable="true">
-    <name>ACTION NOTE</name>
-    <description>Contains information about processing, reference, and preservation actions.</description>
+    <name>Action Note</name>
+    <description>Information about processing, reference, and preservation actions.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
@@ -4044,6 +5311,9 @@
     <indicator position="1" value="1">
       <description>Not private</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Action</description>
     </subfield>
@@ -4109,8 +5379,14 @@
     </subfield>
   </field>
   <field tag="584" repeatable="true">
-    <name>ACCUMULATION AND FREQUENCY OF USE NOTE</name>
-    <description>Information on the rates of accumulation (for continuing, open-ended accessions) and/or the rate of reference use of the described materials.</description>
+    <name>Accumulation and Frequency of Use Note</name>
+    <description>Measurements of and information about the rates of accumulation (for continuing, open-ended accessions) and/or the rate of reference use of the described materials.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Accumulation</description>
     </subfield>
@@ -4131,8 +5407,14 @@
     </subfield>
   </field>
   <field tag="585" repeatable="true">
-    <name>EXHIBITIONS NOTE</name>
-    <description>A copy-specific field that contains a citation to an exhibition where the described materials have been shown.</description>
+    <name>Exhibitions Note</name>
+    <description>Copy-specific field that contains a note which cites exhibitions where the material described has been shown.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Exhibitions note</description>
     </subfield>
@@ -4150,7 +5432,7 @@
     </subfield>
   </field>
   <field tag="586" repeatable="true">
-    <name>AWARDS NOTE</name>
+    <name>Awards Note</name>
     <description>Information on awards associated with the described item.</description>
     <indicator position="1" value="#">
       <description>Awards</description>
@@ -4158,6 +5440,9 @@
     <indicator position="1" value="8">
       <description>No display constant generated</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Awards note</description>
     </subfield>
@@ -4171,123 +5456,21 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="59X" repeatable="false">
-    <name/>
-    <description>The 590-599 fields are reserved for local use and local definition.</description>
-    <indicator position="1" value="0">
-      <description>Forename</description>
+  <field tag="588" repeatable="true">
+    <name>Source of Description Note</name>
+    <description>Information used for tracking and controlling the metadata contained in the record. It includes general and specific source of description notes that are especially of interest to other catalogers.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
     </indicator>
-    <indicator position="1" value="1">
-      <description>Surname</description>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
     </indicator>
-    <indicator position="1" value="3">
-      <description>Family name</description>
-    </indicator>
-    <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
-    </indicator>
-    <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
-    </indicator>
-    <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
-    </indicator>
-    <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
-    </indicator>
-    <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
-    </indicator>
-    <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
-    </indicator>
-    <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
-    </indicator>
-    <indicator position="2" value="7">
-      <description>Source specified in subfield $2</description>
-    </indicator>
     <subfield code="a" repeatable="false">
-      <description>Personal name</description>
+      <description>Source of description note</description>
     </subfield>
-    <subfield code="b" repeatable="false">
-      <description>Numeration</description>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
     </subfield>
-    <subfield code="c" repeatable="true">
-      <description>Titles and other words associated with a name</description>
-    </subfield>
-    <subfield code="d" repeatable="false">
-      <description>Dates associated with a name</description>
-    </subfield>
-    <subfield code="e" repeatable="true">
-      <description>Relator term</description>
-    </subfield>
-    <subfield code="f" repeatable="false">
-      <description>Date of a work</description>
-    </subfield>
-    <subfield code="g" repeatable="false">
-      <description>Miscellaneous information</description>
-    </subfield>
-    <subfield code="h" repeatable="false">
-      <description>Medium</description>
-    </subfield>
-    <subfield code="j" repeatable="true">
-      <description>Attribution qualifier</description>
-    </subfield>
-    <subfield code="k" repeatable="true">
-      <description>Form subheading</description>
-    </subfield>
-    <subfield code="l" repeatable="false">
-      <description>Language of a work</description>
-    </subfield>
-    <subfield code="m" repeatable="true">
-      <description>Medium of performance for music</description>
-    </subfield>
-    <subfield code="n" repeatable="true">
-      <description>Number of part/section of a work</description>
-    </subfield>
-    <subfield code="o" repeatable="false">
-      <description>Arranged statement for music</description>
-    </subfield>
-    <subfield code="p" repeatable="true">
-      <description>Name of part/section of a work</description>
-    </subfield>
-    <subfield code="q" repeatable="false">
-      <description>Fuller form of name</description>
-    </subfield>
-    <subfield code="r" repeatable="false">
-      <description>Key for music</description>
-    </subfield>
-    <subfield code="s" repeatable="false">
-      <description>Version</description>
-    </subfield>
-    <subfield code="t" repeatable="false">
-      <description>Title of a work</description>
-    </subfield>
-    <subfield code="u" repeatable="false">
-      <description>Affiliation</description>
-    </subfield>
-    <subfield code="v" repeatable="true">
-      <description>Form subdivision</description>
-    </subfield>
-    <subfield code="x" repeatable="true">
-      <description>General subdivision</description>
-    </subfield>
-    <subfield code="y" repeatable="true">
-      <description>Chronological subdivision</description>
-    </subfield>
-    <subfield code="z" repeatable="true">
-      <description>Geographic subdivision</description>
-    </subfield>
-    <subfield code="2" repeatable="false">
-      <description>Source of heading or term</description>
-    </subfield>
-    <subfield code="3" repeatable="false">
-      <description>Materials specified</description>
-    </subfield>
-    <subfield code="4" repeatable="true">
-      <description>Relator code</description>
-    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -4295,9 +5478,13 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="59X" repeatable="true">
+    <name>Local Notes</name>
+    <description>Reserved in MARC for local use and local definition.</description>
+  </field>
   <field tag="600" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--PERSONAL NAME</name>
-    <description>A subject added entry in which the entry element is a personal name.</description>
+    <name>Subject Added Entry-Personal Name</name>
+    <description>Subject added entry in which the entry element is a personal name.</description>
     <indicator position="1" value="0">
       <description>Forename</description>
     </indicator>
@@ -4308,25 +5495,25 @@
       <description>Family name</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4403,6 +5590,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4420,8 +5610,8 @@
     </subfield>
   </field>
   <field tag="610" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--CORPORATE NAME</name>
-    <description>A subject added entry in which the entry element is a corporate name.</description>
+    <name>Subject Added Entry-Corporate Name</name>
+    <description>Subject added entry in which the entry element is a corporate name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -4432,25 +5622,25 @@
       <description>Name in direct order</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4521,6 +5711,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4538,8 +5731,8 @@
     </subfield>
   </field>
   <field tag="611" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--MEETING NAME</name>
-    <description>A subject added entry in which the entry element is a meeting name.</description>
+    <name>Subject Added Entry-Meeting Name</name>
+    <description>Subject added entry in which the entry element is a meeting or conference name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -4550,25 +5743,25 @@
       <description>Name in direct order</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4633,6 +5826,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4650,31 +5846,58 @@
     </subfield>
   </field>
   <field tag="630" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--UNIFORM TITLE</name>
-    <description>A subject added entry in which the entry element is a uniform title.</description>
-    <indicator position="1" value="0-9">
-      <description>Number of nonfiling characters A value that indicates the number of character positions associated with an initial definite or indefinite article at the beginning of a uniform title field that are to be disregarded in sorting and filing processes.</description>
+    <name>Subject Added Entry-Uniform Title</name>
+    <description>Subject added entry in which the entry element is a uniform title.</description>
+    <indicator position="1" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="1" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="1" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="1" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4736,6 +5959,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4753,28 +5979,31 @@
     </subfield>
   </field>
   <field tag="648" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM</name>
-    <description>A subject added entry in which the entry element is a chronological term.</description>
+    <name>Subject Added Entry-Chronological Term</name>
+    <description>Subject added entry in which the entry element is a chronological term.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4794,6 +6023,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4808,40 +6040,40 @@
     </subfield>
   </field>
   <field tag="650" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--TOPICAL TERM</name>
-    <description>A subject added entry in which the entry element is a topical term.</description>
+    <name>Subject Added Entry-Topical Term</name>
+    <description>Subject added entry in which the entry element is a topical term.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>No level specified The level of the term could be determined but is not specified.</description>
+      <description>No level specified</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Primary The term describes the main focus or subject content of the material.</description>
+      <description>Primary</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Secondary The subject term describes a less important aspect of the content of the material.</description>
+      <description>Secondary</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4873,6 +6105,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4890,28 +6125,31 @@
     </subfield>
   </field>
   <field tag="651" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--GEOGRAPHIC NAME</name>
-    <description>A subject added entry in which the entry element is a geographic name.</description>
+    <name>Subject Added Entry-Geographic Name</name>
+    <description>Subject added entry in which the entry element is a geographic name.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject added entry conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH) and the Name authority files.</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject added entry conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject added entry conforms to the NLM authority files.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject added entry conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject added entry conforms to and is appropriate for use in the Canadian Subject Headings and the LAC authority files.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject added entry conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re and the LAC authority fields</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -4934,6 +6172,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -4951,20 +6192,44 @@
     </subfield>
   </field>
   <field tag="653" repeatable="true">
-    <name>INDEX TERM--UNCONTROLLED</name>
-    <description>An index term added entry that is not constructed by standard subject heading/thesaurus-building conventions.</description>
+    <name>Index Term-Uncontrolled</name>
+    <description>Index term added entry that is not constructed by standard subject heading/thesaurus-building conventions.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>No level specified The level of the term could be determined but is not specified.</description>
+      <description>No level specified</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Primary The term describes the main focus or subject content of the material.</description>
+      <description>Primary</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Secondary The subject term describes a less important aspect of the content of the material.</description>
+      <description>Secondary</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Topical term</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Personal name</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Corporate name</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Meeting name</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Chronological term</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Geographic name</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Genre/form term</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Uncontrolled term</description>
     </subfield>
@@ -4976,20 +6241,23 @@
     </subfield>
   </field>
   <field tag="654" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS</name>
-    <description>A topical subject constructed from a faceted vocabulary.</description>
+    <name>Subject Added Entry-Faceted Topical Terms</name>
+    <description>Topical subject constructed from a faceted vocabulary.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>No level specified The level of the term could be determined but is not specified.</description>
+      <description>No level specified</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Primary The term describes the main focus or subject content of the material.</description>
+      <description>Primary</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Secondary The subject term describes a less important aspect of the content of the material.</description>
+      <description>Secondary</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Focus term</description>
     </subfield>
@@ -5011,6 +6279,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -5028,8 +6299,8 @@
     </subfield>
   </field>
   <field tag="655" repeatable="true">
-    <name>INDEX TERM--GENRE/FORM</name>
-    <description>Terms indicating the genre, form, and/or physical characteristics of the materials being described. A genre term designates the style or technique of the intellectual content of textual materials or, for graphic materials, aspects such as vantage point, intended purpose, or method of representation. A form term designates historically and functionally specific kinds of materials distinguished by their physical character, the subject of their intellectual content, or the order of information within them. Physical characteristic terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, subject of their intellectual content, or the order of information with them.</description>
+    <name>Index Term-Genre/Form</name>
+    <description>Terms indicating the genre, form, and/or physical characteristics of the materials being described. A designates the style or technique of the intellectual content of textual materials or, for graphic materials, aspects such as vantage point, intended purpose, characteristics of the creator, publication status, or method of representation. A designates historically and functionally specific kinds of materials distinguished by their physical character, the subject of their intellectual content, or the order of information within them. terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, subject of their intellectual content, or the order of information with them.</description>
     <indicator position="1" value="#">
       <description>Basic</description>
     </indicator>
@@ -5037,25 +6308,25 @@
       <description>Faceted</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Library of Congress Subject Headings The subject index term conforms to and is appropriate for use in the Library of Congress Subject Headings (LCSH).</description>
+      <description>Library of Congress Subject Headings</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>LC subject headings for children's literature The subject index term conforms to the "AC Subject Headings" section of the LCSH and is appropriate for use in the LC Annotated Card Program.</description>
+      <description>LC subject headings for children's literature</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Medical Subject Headings The subject index term conforms to the NLM subject authority file.</description>
+      <description>Medical Subject Headings</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>National Agricultural Library subject authority file The subject added entry conforms to the NAL subject authority file.</description>
+      <description>National Agricultural Library subject authority file</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Source not specified The subject index term conforms to a controlled list that cannot be identified by another defined value or by a code in subfield $2.</description>
+      <description>Source not specified</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Canadian Subject Headings The subject index term conforms to and is appropriate for use in the Canadian Subject Headings that is maintained by the National Library of Canada.</description>
+      <description>Canadian Subject Headings</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re The subject index term conforms to and is appropriate for use in the R&#xC3;&#xA9;pertoire de vedettes-mati&#xC3;&#xA8;re.</description>
+      <description>Répertoire de vedettes-matière</description>
     </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
@@ -5081,6 +6352,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of term</description>
     </subfield>
@@ -5098,8 +6372,11 @@
     </subfield>
   </field>
   <field tag="656" repeatable="true">
-    <name>INDEX TERM--OCCUPATION</name>
-    <description>An index term that is descriptive of the occupation reflected in the contents of the described materials.</description>
+    <name>Index Term-Occupation</name>
+    <description>Index term that is descriptive of the occupation (including avocation) reflected in the contents of the described materials.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
     </indicator>
@@ -5121,6 +6398,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of term</description>
     </subfield>
@@ -5135,8 +6415,11 @@
     </subfield>
   </field>
   <field tag="657" repeatable="true">
-    <name>INDEX TERM--FUNCTION</name>
-    <description>An index term that is descriptive of the activity or function that generated the described materials.</description>
+    <name>Index Term-Function</name>
+    <description>Index term that describes the activity or function that generated the described materials.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
     <indicator position="2" value="7">
       <description>Source specified in subfield $2</description>
     </indicator>
@@ -5155,6 +6438,9 @@
     <subfield code="z" repeatable="true">
       <description>Geographic subdivision</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of term</description>
     </subfield>
@@ -5169,8 +6455,14 @@
     </subfield>
   </field>
   <field tag="658" repeatable="true">
-    <name>INDEX TERM--CURRICULUM OBJECTIVE</name>
+    <name>Index Term-Curriculum Objective</name>
     <description>Index terms denoting curriculum or course-of-study objectives applicable to the content of the described materials. The field may also contain correlation factors indicating the degree to which the described materials meet an objective. Codes assigned to specific objectives in published lists are also recorded in this field.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Main curriculum objective</description>
     </subfield>
@@ -5194,8 +6486,14 @@
     </subfield>
   </field>
   <field tag="662" repeatable="true">
-    <name>SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME</name>
-    <description>Contains a hierarchical form of a geographic name used as a subject added entry.</description>
+    <name>Subject Added Entry-Hierarchical Place Name</name>
+    <description>Hierarchical form of a geographic name used as a subject added entry.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Country or larger entity</description>
     </subfield>
@@ -5220,6 +6518,9 @@
     <subfield code="h" repeatable="true">
       <description>Extraterrestrial area</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -5233,9 +6534,13 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="69X" repeatable="true">
+    <name>Local Subject Access Fields</name>
+    <description>Fields 690-699 are reserved for local subject use and local definition. For interchange purposes, documentation of the structure of the 69X fields and input conventions should be provided to exchange partners by the organization initiating the exchange.</description>
+  </field>
   <field tag="700" repeatable="true">
-    <name>ADDED ENTRY--PERSONAL NAME</name>
-    <description>An added entry in which the entry element is a personal name.</description>
+    <name>Added Entry-Personal Name</name>
+    <description>Added entry in which the entry element is a personal name.</description>
     <indicator position="1" value="0">
       <description>Forename</description>
     </indicator>
@@ -5249,7 +6554,7 @@
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Analytical entry The item represented by the added entry is contained in the item described by the bibliographic record.</description>
+      <description>Analytical entry</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Personal name</description>
@@ -5314,6 +6619,9 @@
     <subfield code="x" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -5331,8 +6639,8 @@
     </subfield>
   </field>
   <field tag="710" repeatable="true">
-    <name>ADDED ENTRY--CORPORATE NAME</name>
-    <description>An added entry in which the entry element is a corporate name.</description>
+    <name>Added Entry-Corporate Name</name>
+    <description>Added entry in which the entry element is a corporate name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -5346,7 +6654,7 @@
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Analytical entry The item represented by the added entry is contained in the item described by the bibliographic record.</description>
+      <description>Analytical entry</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Corporate name or jurisdiction name as entry element</description>
@@ -5405,6 +6713,9 @@
     <subfield code="x" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -5422,8 +6733,8 @@
     </subfield>
   </field>
   <field tag="711" repeatable="true">
-    <name>ADDED ENTRY--MEETING NAME</name>
-    <description>An added entry in which the entry element is a meeting name.</description>
+    <name>Added Entry-Meeting Name</name>
+    <description>Added entry in which the entry element is a meeting name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -5437,7 +6748,7 @@
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Analytical entry The item represented by the added entry is contained in the item described by the bibliographic record.</description>
+      <description>Analytical entry</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Meeting name or jurisdiction name as entry element</description>
@@ -5490,6 +6801,9 @@
     <subfield code="x" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -5507,8 +6821,8 @@
     </subfield>
   </field>
   <field tag="720" repeatable="true">
-    <name>ADDED ENTRY--UNCONTROLLED NAME</name>
-    <description>An added entry in which the name is not controlled in an authority file or list. It is also used for names that have not been formulated according to cataloging rules. Names may be of any type (e.g., personal, corporate, meeting).</description>
+    <name>Added Entry-Uncontrolled Name</name>
+    <description>Added entry in which the name is not controlled in an authority file or list. It is also used for names that have not been formulated according to cataloging rules. Names may be of any type (e.g., personal, corporate, meeting).</description>
     <indicator position="1" value="#">
       <description>Not specified</description>
     </indicator>
@@ -5518,6 +6832,9 @@
     <indicator position="1" value="2">
       <description>Other</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Name</description>
     </subfield>
@@ -5535,16 +6852,43 @@
     </subfield>
   </field>
   <field tag="730" repeatable="true">
-    <name>ADDED ENTRY--UNIFORM TITLE</name>
-    <description>Contains a related or an analytical title that is controlled by an authority file or list.</description>
-    <indicator position="1" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Added Entry-Uniform Title</name>
+    <description>Uniform title, a related or an analytical title that is controlled by an authority file or list, used as an added entry.</description>
+    <indicator position="1" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="1" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="1" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="1" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <indicator position="2" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Analytical entry The item represented by the added entry is contained in the item described by the bibliographic record.</description>
+      <description>Analytical entry</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Uniform title</description>
@@ -5591,6 +6935,9 @@
     <subfield code="x" repeatable="false">
       <description>International Standard Serial Number</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="3" repeatable="false">
       <description>Materials specified</description>
     </subfield>
@@ -5605,16 +6952,43 @@
     </subfield>
   </field>
   <field tag="740" repeatable="true">
-    <name>ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE</name>
-    <description>Contains related or analytical titles that are not controlled through an authority file or list. (If related or analytical titles are controlled by an authority file, use field 730 (Added entry - uniform title)).</description>
-    <indicator position="1" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Added Entry-Uncontrolled Related/Analytical Title</name>
+    <description>Added entries for related or analytical titles that are not controlled through an authority file or list. (If related or analytical titles are controlled by an authority file, use field 730 (Added entry - uniform title)).</description>
+    <indicator position="1" value="0">
+      <description>No nonfiling characters</description>
     </indicator>
+    <indicator position="1" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="1" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="1" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="1" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="1" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <indicator position="2" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Analytical entry The item represented by the added entry is contained in the item described by the bibliographic record.</description>
+      <description>Analytical entry</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Uncontrolled related/analytical title</description>
@@ -5638,9 +7012,49 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
+  <field tag="751" repeatable="true">
+    <name>Added Entry-Geographic Name</name>
+    <description>Added entry in which the entry element is a geographic name that is related to a particular attribute of the described item, e.g., the place of publication for a rare book, place of distribution, place of a university to which a dissertation is submitted, place of an event such as a conference, etc.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Geographic name</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Relator term</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="2" repeatable="false">
+      <description>Source of heading or term</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="4" repeatable="true">
+      <description>Relator code</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
   <field tag="752" repeatable="true">
-    <name>ADDED ENTRY--HIERARCHICAL PLACE NAME</name>
-    <description>An added entry in which the entry element is a hierarchical form of place name that is related to a particular attribute of the described item, e.g., the place of publication for a rare book. For display, a dash (--) may be generated to separate the subelements of the place name, e.g., Canada -- British Columbia -- Vancouver.</description>
+    <name>Added Entry-Hierarchical Place Name</name>
+    <description>Added entry in which the entry element is a hierarchical form of place name that is related to a particular attribute of the described item, e.g., the place of publication for a rare book. For display, a dash (--) may be generated to separate the subelements of the place name, e.g., Canada -- British Columbia -- Vancouver.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Country or larger entity</description>
     </subfield>
@@ -5662,6 +7076,9 @@
     <subfield code="h" repeatable="true">
       <description>Extraterrestrial area</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of heading or term</description>
     </subfield>
@@ -5673,8 +7090,14 @@
     </subfield>
   </field>
   <field tag="753" repeatable="true">
-    <name>SYSTEM DETAILS ACCESS TO COMPUTER FILES</name>
+    <name>System Details Access to Computer Files</name>
     <description>Information on the technical aspects of a computer file and any accompanying material that may be used to select and arrange the record with other records in a printed index.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Make and model of machine</description>
     </subfield>
@@ -5692,8 +7115,14 @@
     </subfield>
   </field>
   <field tag="754" repeatable="true">
-    <name>ADDED ENTRY--TAXONOMIC IDENTIFICATION</name>
-    <description>An added entry in which the entry element is the taxonomic name or category associated with the described item.</description>
+    <name>Added Entry-Taxonomic Identification</name>
+    <description>Added entry in which the entry element is the taxonomic name or category associated with the described item.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Taxonomic name</description>
     </subfield>
@@ -5709,6 +7138,9 @@
     <subfield code="z" repeatable="true">
       <description>Public note</description>
     </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
     <subfield code="2" repeatable="false">
       <description>Source of taxonomic identification</description>
     </subfield>
@@ -5720,13 +7152,13 @@
     </subfield>
   </field>
   <field tag="760" repeatable="true">
-    <name>MAIN SERIES ENTRY</name>
-    <description>Information concerning the related main series when the target item is a subseries (vertical relationship). When a note is generated from this field, the introductory phrase Main series: or Subseries of: may be generated based on the field tag for display.</description>
+    <name>Main Series Entry</name>
+    <description>Information concerning the related main series when the target item is a subseries (vertical relationship). When a note is generated from this field, the introductory phrase or may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Main series</description>
@@ -5747,13 +7179,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="m" repeatable="false">
       <description>Material-specific details</description>
@@ -5785,18 +7217,120 @@
     <subfield code="7" repeatable="false">
       <description>Control subfield</description>
     </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Personal name</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Corporate name</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Meeting name</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform title</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Forename</description>
+    </subfield>
+    <subfield code="1" repeatable="true">
+      <description>Single surname</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Multiple surname</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Family name</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Inverted name</description>
+    </subfield>
+    <subfield code="1" repeatable="true">
+      <description>Jurisdiction name</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Name in direct order</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Not applicable</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Language material</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Notated music</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Manuscript notated music</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Cartographic material</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Manuscript cartographic material</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Projected medium</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Nonmusical sound recording</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Musical sound recording</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Two-dimensional nonprojectable graphic</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Computer file</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Kit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Mixed material</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Three-dimensional artifact or naturally occurring object</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Manuscript language material</description>
+    </subfield>
+    <subfield code="a" repeatable="true">
+      <description>Monographic component part</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Serial component part</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Collection</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Subunit</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Monograph/item</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Serial</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>Integrating resource</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="762" repeatable="true">
-    <name>SUBSERIES ENTRY</name>
-    <description>Information concerning a related subseries when the target item is a main series or a parent subseries (vertical relationship). When a note is generated from this field, the introductory phrase Has subseries: may be generated based on the field tag for display.</description>
+    <name>Subseries Entry</name>
+    <description>Information concerning a related subseries when the target item is a main series or a parent subseries (vertical relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Has subseries</description>
@@ -5817,13 +7351,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="m" repeatable="false">
       <description>Material-specific details</description>
@@ -5860,13 +7394,13 @@
     </subfield>
   </field>
   <field tag="765" repeatable="true">
-    <name>ORIGINAL LANGUAGE ENTRY</name>
-    <description>Information concerning the publication in its original language when the target item is a translation (horizontal relationship). When a note is generated from this field, the introductory phrase Translation of: may be generated based on the field tag for display.</description>
+    <name>Original Language Entry</name>
+    <description>Information concerning the publication in its original language when the target item is a translation (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Translation of</description>
@@ -5887,13 +7421,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -5942,13 +7476,13 @@
     </subfield>
   </field>
   <field tag="767" repeatable="true">
-    <name>TRANSLATION ENTRY</name>
-    <description>Information concerning the publication in some other language other than the original when the target item is in the original language or is another translation (horizontal relationship). When a note is generated from this field, the introductory phrase Translated as: may be generated based on the field tag for display.</description>
+    <name>Translation Entry</name>
+    <description>Information concerning the publication in some other language other than the original when the target item is in the original language or is another translation (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Translated as</description>
@@ -5969,13 +7503,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6024,13 +7558,13 @@
     </subfield>
   </field>
   <field tag="770" repeatable="true">
-    <name>SUPPLEMENT/SPECIAL ISSUE ENTRY</name>
-    <description>Information concerning the supplement or special issue associated with the target item but cataloged and/or input as a separate record (vertical relationship). When a note is generated from this field, the introductory phrase Has supplement: may be generated based on the field tag for display.</description>
+    <name>Supplement/Special Issue Entry</name>
+    <description>Information concerning the supplement or special issue associated with the target item but cataloged and/or input as a separate record (vertical relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Has supplement</description>
@@ -6051,13 +7585,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6106,13 +7640,13 @@
     </subfield>
   </field>
   <field tag="772" repeatable="true">
-    <name>SUPPLEMENT PARENT ENTRY</name>
-    <description>Information concerning the related parent record when the target item is a single issue, supplement or special issue (vertical relationship) of the parent item. When a note is generated from this field, the introductory phrase Supplement to: may be generated based on the field tag for display.</description>
+    <name>Supplement Parent Entry</name>
+    <description>Information concerning the related parent record when the target item is a single issue, supplement or special issue (vertical relationship) of the parent item. When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Supplement to</description>
@@ -6136,13 +7670,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6191,13 +7725,13 @@
     </subfield>
   </field>
   <field tag="773" repeatable="true">
-    <name>HOST ITEM ENTRY</name>
+    <name>Host Item Entry</name>
     <description>Information concerning the host item for the constituent unit described in the record (vertical relationship). In the case of host items that are serial or multi-volume in nature, information in subfields $g and $q is necessary to point to the exact location of the component part within the bibliographic item.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>In</description>
@@ -6215,13 +7749,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6279,13 +7813,13 @@
     </subfield>
   </field>
   <field tag="774" repeatable="true">
-    <name>CONSTITUENT UNIT ENTRY</name>
-    <description>Information concerning a constituent unit associated with a larger bibliographic unit (vertical relationship). When a note is generated from this field, the introductory term Constituent unit: may be generated based on the field tag for display.</description>
+    <name>Constituent Unit Entry</name>
+    <description>Information concerning a constituent unit associated with a larger bibliographic unit (vertical relationship). When a note is generated from this field, the introductory term may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Constituent unit</description>
@@ -6306,13 +7840,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6361,13 +7895,13 @@
     </subfield>
   </field>
   <field tag="775" repeatable="true">
-    <name>OTHER EDITION ENTRY</name>
-    <description>The entry for another available edition of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase Other editions available: may be generated based on the field tag for display.</description>
+    <name>Other Edition Entry</name>
+    <description>Entry for another available edition of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Other edition available</description>
@@ -6394,13 +7928,13 @@
       <description>Country code</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6449,13 +7983,13 @@
     </subfield>
   </field>
   <field tag="776" repeatable="true">
-    <name>ADDITIONAL PHYSICAL FORM ENTRY</name>
-    <description>Information concerning another available physical form of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase Available in other form: may be generated based on the field tag for display.</description>
+    <name>Additional Physical Form Entry</name>
+    <description>Information concerning another available physical form of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Available in another form</description>
@@ -6476,13 +8010,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6531,13 +8065,13 @@
     </subfield>
   </field>
   <field tag="777" repeatable="true">
-    <name>ISSUED WITH ENTRY</name>
-    <description>Information concerning the publication that is separately cataloged but that is issued with or included in the target item (horizontal relationship). When a note is generated from this field, the introductory phrase Issued with: may be generated based on the field tag for display.</description>
+    <name>Issued With Entry</name>
+    <description>Information concerning the publication that is separately cataloged but that is issued with or included in the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Issued with</description>
@@ -6558,13 +8092,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6604,37 +8138,37 @@
     </subfield>
   </field>
   <field tag="780" repeatable="true">
-    <name>PRECEDING ENTRY</name>
+    <name>Preceding Entry</name>
     <description>Information concerning the immediate predecessor of the target item (chronological relationship). When a note is generated from this field, the introductory term or phrase may be generated based on the value in the second indicator position for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>ContinuesContinues: may be generated for display.</description>
+      <description>Continues</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Continues in partContinues in part: may be generated for display.</description>
+      <description>Continues in part</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>SupersedesSupersedes: may be generated for display.</description>
+      <description>Supersedes</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>Supersedes in partSupersedes in part: may be generated for display.</description>
+      <description>Supersedes in part</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Formed by the union of... and ...Formed by the union:... and ... may be generated for display.</description>
+      <description>Formed by the union of ... and ...</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>AbsorbedAbsorbed: may be generated for display.</description>
+      <description>Absorbed</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>Absorbed in partAbsorbed in part: may be generated for display.</description>
+      <description>Absorbed in part</description>
     </indicator>
     <indicator position="2" value="7">
-      <description>Separated fromSeparated from: may be generated for display.</description>
+      <description>Separated from</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Main entry heading</description>
@@ -6649,13 +8183,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6704,40 +8238,40 @@
     </subfield>
   </field>
   <field tag="785" repeatable="true">
-    <name>SUCCEEDING ENTRY</name>
+    <name>Succeeding Entry</name>
     <description>Information concerning the immediate successor to the target item (chronological relationship). When a note is generated from this field, the introductory phrase may be generated based on the value in the second indicator position for display.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Continued byContinued by: may be generated for display.</description>
+      <description>Continued by</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Continued in part byContinued in part by: may be generated for display.</description>
+      <description>Continued in part by</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Superseded bySuperseded by: may be generated for display.</description>
+      <description>Superseded by</description>
     </indicator>
     <indicator position="2" value="3">
-      <description>Superseded in part bySuperseded in part by: may be generated for display.</description>
+      <description>Superseded in part by</description>
     </indicator>
     <indicator position="2" value="4">
-      <description>Absorbed byAbsorbed by: may be generated for display.</description>
+      <description>Absorbed by</description>
     </indicator>
     <indicator position="2" value="5">
-      <description>Absorbed in part byAbsorbed in part by: may be generated for display.</description>
+      <description>Absorbed in part by</description>
     </indicator>
     <indicator position="2" value="6">
-      <description>Split into... and...Split into:... and... may be generated for display.</description>
+      <description>Split into ... and ...</description>
     </indicator>
     <indicator position="2" value="7">
-      <description>Merged with... to form ...Merged with:... to form... may be generated for display.</description>
+      <description>Merged with ... to form ...</description>
     </indicator>
     <indicator position="2" value="8">
-      <description>Changed back toChanged back to: may be generated for display.</description>
+      <description>Changed back to</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Main entry heading</description>
@@ -6752,13 +8286,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6807,13 +8341,13 @@
     </subfield>
   </field>
   <field tag="786" repeatable="true">
-    <name>DATA SOURCE ENTRY</name>
+    <name>Data Source Entry</name>
     <description>Information pertaining to a data source to which the described item is related. It may contain information about other files, printed sources, or collection procedures.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Data source</description>
@@ -6834,13 +8368,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="j" repeatable="false">
       <description>Period of content</description>
@@ -6898,13 +8432,13 @@
     </subfield>
   </field>
   <field tag="787" repeatable="true">
-    <name>NONSPECIFIC RELATIONSHIP ENTRY</name>
+    <name>Other Relationship Entry</name>
     <description>Information concerning the work related to the target item when the relationship does not fit any of those defined in fields 760-785.</description>
     <indicator position="1" value="0">
       <description>Display note</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>Do not display note A textual note is contained in field 580 (Linking Entry Complexity Note).</description>
+      <description>Do not display note</description>
     </indicator>
     <indicator position="2" value="#">
       <description>Related item</description>
@@ -6925,13 +8459,13 @@
       <description>Place, publisher, and date of publication</description>
     </subfield>
     <subfield code="g" repeatable="true">
-      <description>Relationship information</description>
+      <description>Related parts</description>
     </subfield>
     <subfield code="h" repeatable="false">
       <description>Physical description</description>
     </subfield>
-    <subfield code="i" repeatable="false">
-      <description>Display text</description>
+    <subfield code="i" repeatable="true">
+      <description>Relationship information</description>
     </subfield>
     <subfield code="k" repeatable="true">
       <description>Series data for related item</description>
@@ -6980,8 +8514,8 @@
     </subfield>
   </field>
   <field tag="800" repeatable="true">
-    <name>SERIES ADDED ENTRY--PERSONAL NAME</name>
-    <description>An author/title series added entry in which the author portion is a personal name.</description>
+    <name>Series Added Entry-Personal Name</name>
+    <description>Author/title series added entry in which the author portion is a personal name.</description>
     <indicator position="1" value="0">
       <description>Forename</description>
     </indicator>
@@ -6991,6 +8525,9 @@
     <indicator position="1" value="3">
       <description>Family name</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Personal name</description>
     </subfield>
@@ -7054,9 +8591,24 @@
     <subfield code="v" repeatable="false">
       <description>Volume/sequential designation</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Bibliographic record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -7065,8 +8617,8 @@
     </subfield>
   </field>
   <field tag="810" repeatable="true">
-    <name>SERIES ADDED ENTRY--CORPORATE NAME</name>
-    <description>An author/title series added entry in which the author portion is a corporate name.</description>
+    <name>Series Added Entry-Corporate Name</name>
+    <description>Author/title series added entry in which the author portion is a corporate name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -7076,6 +8628,9 @@
     <indicator position="1" value="2">
       <description>Name in direct order</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Corporate name or jurisdiction name as entry element</description>
     </subfield>
@@ -7133,9 +8688,24 @@
     <subfield code="v" repeatable="false">
       <description>Volume/sequential designation</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Bibliographic record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -7144,8 +8714,8 @@
     </subfield>
   </field>
   <field tag="811" repeatable="true">
-    <name>SERIES ADDED ENTRY--MEETING NAME</name>
-    <description>An author/title series added entry in which the author portion is a meeting name.</description>
+    <name>Series Added Entry-Meeting Name</name>
+    <description>Author/title series added entry in which the author portion is a meeting name or conference name.</description>
     <indicator position="1" value="0">
       <description>Inverted name</description>
     </indicator>
@@ -7155,6 +8725,9 @@
     <indicator position="1" value="2">
       <description>Name in direct order</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Meeting name or jurisdiction name as entry element</description>
     </subfield>
@@ -7206,9 +8779,24 @@
     <subfield code="v" repeatable="false">
       <description>Volume/sequential designation</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Bibliographic record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
     <subfield code="4" repeatable="true">
       <description>Relator code</description>
     </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -7217,11 +8805,41 @@
     </subfield>
   </field>
   <field tag="830" repeatable="true">
-    <name>SERIES ADDED ENTRY--UNIFORM TITLE</name>
-    <description>A series added entry consisting of a series title alone.</description>
-    <indicator position="2" value="0-9">
-      <description>Number of nonfiling characters</description>
+    <name>Series Added Entry-Uniform Title</name>
+    <description>Series added entry consisting of a series title alone.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
     </indicator>
+    <indicator position="2" value="0">
+      <description>No nonfiling characters</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Number of nonfiling characters - 1</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>Number of nonfiling characters - 2</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Number of nonfiling characters - 3</description>
+    </indicator>
+    <indicator position="2" value="4">
+      <description>Number of nonfiling characters - 4</description>
+    </indicator>
+    <indicator position="2" value="5">
+      <description>Number of nonfiling characters - 5</description>
+    </indicator>
+    <indicator position="2" value="6">
+      <description>Number of nonfiling characters - 6</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Number of nonfiling characters - 7</description>
+    </indicator>
+    <indicator position="2" value="8">
+      <description>Number of nonfiling characters - 8</description>
+    </indicator>
+    <indicator position="2" value="9">
+      <description>Number of nonfiling characters - 9</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Uniform title</description>
     </subfield>
@@ -7267,6 +8885,21 @@
     <subfield code="v" repeatable="false">
       <description>Volume/sequential designation</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Bibliographic record control number</description>
+    </subfield>
+    <subfield code="x" repeatable="false">
+      <description>International Standard Serial Number</description>
+    </subfield>
+    <subfield code="0" repeatable="true">
+      <description>Authority record control number</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="true">
+      <description>Institution to which field applies</description>
+    </subfield>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
@@ -7275,58 +8908,157 @@
     </subfield>
   </field>
   <field tag="841" repeatable="false">
-    <name>HOLDINGS CODED DATA VALUES</name>
-    <description>[Described in full under field 841 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="a" repeatable="true">
-      <description>Holding institution</description>
+    <name>Holdings Coded Data Values</name>
+    <description>When holdings data are embedded in a bibliographic record, this field contains certain coded information that would apply to the holdings information if it were in a separate holdings record in field 008 (Fixed-Length Data Elements).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Type of record</description>
     </subfield>
-    <subfield code="8" repeatable="true">
-      <description>Field link and sequence number</description>
+    <subfield code="b" repeatable="false">
+      <description>Fixed-length data elements</description>
     </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Encoding level</description>
+    </subfield>
   </field>
   <field tag="842" repeatable="false">
-    <name>TEXTUAL PHYSICAL FORM DESIGNATOR</name>
-    <description>[Described in full under field 842 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="a" repeatable="true">
-      <description>Holding institution</description>
+    <name>Textual Physical Form Designator</name>
+    <description>Designation in textual form of the physical form of the item. The physical form designator specifies the physical medium or form, or type of material of the unit held. The general physical form designator in coded form is recorded in field 007 (Physical Description Fixed Field).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Textual physical form designator</description>
     </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="843" repeatable="true">
-    <name>REPRODUCTION NOTE</name>
-    <description>[Described in full under field 843 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="a" repeatable="true">
-      <description>Holding institution</description>
+    <name>Reproduction Note</name>
+    <description>Description of an item that is a reproduction of original materials. Used when an institution chooses to have the main portion of the bibliographic record description reflect the original and the notes in field 843 reflect information about the copy.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Type of reproduction</description>
     </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Place of reproduction</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Agency responsible for reproduction</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Date of reproduction</description>
+    </subfield>
+    <subfield code="e" repeatable="false">
+      <description>Physical description of reproduction</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Series statement of reproduction</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Dates of publication and/or sequential designation of issues reproduced</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Note about reproduction</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="7" repeatable="false">
+      <description>Fixed-length data elements of reproduction</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="844" repeatable="false">
-    <name>NAME OF UNIT</name>
-    <description>[Described in full under field 844 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="a" repeatable="true">
-      <description>Holding institution</description>
+    <name>Name of Unit</name>
+    <description>Bibliographic title or a supplied designation describing a basic bibliographic unit, supplementary material, or an index. A supplement or index designation used as a caption is contained in fields 853-855 (Captions and Pattern), subfield $a-$h (Enumeration captions).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Name of unit</description>
     </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="845" repeatable="true">
-    <name>TERMS GOVERNING USE AND REPRODUCTION NOTE</name>
-    <description>[Described in full under field 845 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="a" repeatable="true">
-      <description>Holding institution</description>
+    <name>Terms Governing Use and Reproduction Note</name>
+    <description>Terms governing the use and reproduction of a bibliographic item when the holding organization will lend (008/20, Lending policy, code a) and reproduce (008/21, Reproduction policy, code a) the item.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="false">
+      <description>Terms governing use and reproduction</description>
     </subfield>
+    <subfield code="b" repeatable="false">
+      <description>Jurisdiction</description>
+    </subfield>
+    <subfield code="c" repeatable="false">
+      <description>Authorization</description>
+    </subfield>
+    <subfield code="d" repeatable="false">
+      <description>Authorized users</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Uniform Resource Identifier</description>
+    </subfield>
+    <subfield code="3" repeatable="false">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="5" repeatable="false">
+      <description>Institution to which field applies</description>
+    </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
   <field tag="850" repeatable="true">
-    <name>HOLDING INSTITUTION</name>
+    <name>Holding Institution</name>
     <description>Information concerning holdings of the described item by the specified institution.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="true">
       <description>Holding institution</description>
     </subfield>
@@ -7335,7 +9067,7 @@
     </subfield>
   </field>
   <field tag="852" repeatable="true">
-    <name>LOCATION</name>
+    <name>Location</name>
     <description>Identifies the organization holding the item or from which it is available. May also contain detailed information about how to locate the item in a collection.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
@@ -7356,7 +9088,7 @@
       <description>Shelving control number</description>
     </indicator>
     <indicator position="1" value="5">
-      <description>Title Indicates that the item is shelved by a title. If necessary, this title is contained in subfield $l (Shelving form of title).</description>
+      <description>Title</description>
     </indicator>
     <indicator position="1" value="6">
       <description>Shelved separately</description>
@@ -7374,10 +9106,10 @@
       <description>Not enumeration</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Primary enumeration This value is also used when only one numbering scheme is applicable.</description>
+      <description>Primary enumeration</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Alternative enumeration Item carries two numbering schemes and is shelved by the secondary scheme.</description>
+      <description>Alternative enumeration</description>
     </indicator>
     <subfield code="a" repeatable="false">
       <description>Location</description>
@@ -7388,6 +9120,9 @@
     <subfield code="c" repeatable="true">
       <description>Shelving location</description>
     </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Former shelving location</description>
+    </subfield>
     <subfield code="e" repeatable="true">
       <description>Address</description>
     </subfield>
@@ -7453,137 +9188,322 @@
     </subfield>
   </field>
   <field tag="853" repeatable="true">
-    <name>CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT</name>
-    <description>[Described in full under field 853 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <indicator position="1" value="#">
-      <description>No information provided</description>
-    </indicator>
+    <name>Captions and Pattern - Basic Bibliographic Unit</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
     <indicator position="1" value="0">
-      <description>Email Access to the electronic resource is through electronic mail (email).</description>
+      <description>Cannot compress or expand</description>
     </indicator>
     <indicator position="1" value="1">
-      <description>FTP</description>
+      <description>Can compress but not expand</description>
     </indicator>
     <indicator position="1" value="2">
-      <description>Remote login (Telnet)</description>
+      <description>Can compress or expand</description>
     </indicator>
     <indicator position="1" value="3">
-      <description>Dial-up Indicates that access to the electronic resource is through a conventional telephone line.</description>
+      <description>Unknown</description>
     </indicator>
-    <indicator position="1" value="4">
-      <description>HTTP Indicates that access to the electronic resource is through the Hypertext Transfer Protocol.</description>
+    <indicator position="2" value="0">
+      <description>Captions verified; all levels present</description>
     </indicator>
-    <indicator position="1" value="7">
-      <description>Method specified in subfield $2</description>
+    <indicator position="2" value="1">
+      <description>Captions verified; all levels may not be present</description>
     </indicator>
-    <indicator position="2" value="#">
-      <description>No information provided</description>
+    <indicator position="2" value="2">
+      <description>Captions unverified; all levels present</description>
     </indicator>
+    <indicator position="2" value="3">
+      <description>Captions unverified; all levels may not be present</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy</description>
+    </subfield>
+    <subfield code="u" repeatable="true">
+      <description>Bibliographic units per next higher level</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Numbering continuity</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Frequency</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Calendar change</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Regularity pattern</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Numbering scheme</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="854" repeatable="true">
+    <name>Captions and Pattern - Supplementary Material</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="0">
+      <description>Cannot compress or expand</description>
+    </indicator>
+    <indicator position="1" value="1">
+      <description>Can compress but not expand</description>
+    </indicator>
+    <indicator position="1" value="2">
+      <description>Can compress or expand</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Unknown</description>
+    </indicator>
     <indicator position="2" value="0">
-      <description>Resource Indicates that the electronic location in field 856 is for the same resource described by the record as a whole. In this case, the item represented by the bibliographic record is an electronic resource. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Captions verified; all levels present</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Version of resource Indicates that the location in field 856 is for an electronic version of the resource described by the record. In this case, the item represented by the bibliographic record is not electronic but an electronic version is available. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Captions verified; all levels may not be present</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Related resource Indicates that the location in field 856 is for an electronic resource that is related to the item described by the record. In this case, the item represented by the bibliographic record is not the electronic resource itself. Subfield $3 can be used to further characterize the relationship between the electronic item identified in field 856 and the item represented by the bibliographic record as a whole.</description>
+      <description>Captions unverified; all levels present</description>
     </indicator>
-    <indicator position="2" value="8">
-      <description>No display constant generated</description>
+    <indicator position="2" value="3">
+      <description>Captions unverified; all levels may not be present</description>
     </indicator>
     <subfield code="a" repeatable="true">
-      <description>Host name</description>
+      <description>First level of enumeration</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Access number</description>
+      <description>Second level of enumeration</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Compression information</description>
+      <description>Third level of enumeration</description>
     </subfield>
     <subfield code="d" repeatable="true">
-      <description>Path</description>
+      <description>Fourth level of enumeration</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
     <subfield code="f" repeatable="true">
-      <description>Electronic name</description>
+      <description>Sixth level of enumeration</description>
     </subfield>
-    <subfield code="h" repeatable="false">
-      <description>Processor of request</description>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
     </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
     <subfield code="i" repeatable="true">
-      <description>Instruction</description>
+      <description>First level of chronology</description>
     </subfield>
-    <subfield code="j" repeatable="false">
-      <description>Bits per second</description>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
     </subfield>
-    <subfield code="k" repeatable="false">
-      <description>Password</description>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
     </subfield>
-    <subfield code="l" repeatable="false">
-      <description>Logon</description>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
     </subfield>
     <subfield code="m" repeatable="true">
-      <description>Contact for access assistance</description>
+      <description>Alternative numbering scheme, chronology</description>
     </subfield>
-    <subfield code="n" repeatable="false">
-      <description>Name of location of host</description>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
     </subfield>
-    <subfield code="o" repeatable="false">
-      <description>Operating system</description>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
     </subfield>
-    <subfield code="p" repeatable="false">
-      <description>Port</description>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
     </subfield>
-    <subfield code="q" repeatable="false">
-      <description>Electronic format type</description>
+    <subfield code="t" repeatable="true">
+      <description>Copy</description>
     </subfield>
-    <subfield code="r" repeatable="false">
-      <description>Settings</description>
+    <subfield code="u" repeatable="true">
+      <description>Bibliographic units per next higher level</description>
     </subfield>
-    <subfield code="s" repeatable="true">
-      <description>File size</description>
+    <subfield code="v" repeatable="true">
+      <description>Numbering continuity</description>
     </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Frequency</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Calendar change</description>
+    </subfield>
+    <subfield code="y" repeatable="true">
+      <description>Regularity pattern</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Numbering scheme</description>
+    </subfield>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
+  </field>
+  <field tag="855" repeatable="true">
+    <name>Captions and Pattern - Indexes</name>
+    <description>Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
+    </subfield>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
+    </subfield>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
+    </subfield>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
+    </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
+    </subfield>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
+    </subfield>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
+    </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Pattern note</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Number of pieces per issuance</description>
+    </subfield>
     <subfield code="t" repeatable="true">
-      <description>Terminal emulation</description>
+      <description>Copy</description>
     </subfield>
     <subfield code="u" repeatable="true">
-      <description>Uniform Resource Identifier</description>
+      <description>Bibliographic units per next higher level</description>
     </subfield>
     <subfield code="v" repeatable="true">
-      <description>Hours access method available</description>
+      <description>Numbering continuity</description>
     </subfield>
     <subfield code="w" repeatable="true">
-      <description>Record control number</description>
+      <description>Frequency</description>
     </subfield>
     <subfield code="x" repeatable="true">
-      <description>Nonpublic note</description>
+      <description>Calendar change</description>
     </subfield>
     <subfield code="y" repeatable="true">
-      <description>Link text</description>
+      <description>Regularity pattern</description>
     </subfield>
     <subfield code="z" repeatable="true">
-      <description>Public note</description>
+      <description>Numbering scheme</description>
     </subfield>
-    <subfield code="2" repeatable="false">
-      <description>Access method</description>
+    <subfield code="2" repeatable="true">
+      <description>Source of caption abbreviation</description>
     </subfield>
-    <subfield code="3" repeatable="false">
+    <subfield code="3" repeatable="true">
       <description>Materials specified</description>
     </subfield>
-    <subfield code="6" repeatable="false">
+    <subfield code="6" repeatable="true">
       <description>Linkage</description>
     </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="854" repeatable="true">
-    <name>CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL</name>
-    <description>[Described in full under field 854 in the MARC 21 Concise Format for Holdings Data.]</description>
+  <field tag="856" repeatable="true">
+    <name>Electronic Location and Access</name>
+    <description>Information needed to locate and access an electronic resource. The field may be used in a bibliographic record for a resource when that resource or a subset of it is available electronically. In addition, it may be used to locate and access an electronic version of a non-electronic resource described in the bibliographic record or a related electronic resource.</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="1" value="0">
-      <description>Email Access to the electronic resource is through electronic mail (email).</description>
+      <description>Email</description>
     </indicator>
     <indicator position="1" value="1">
       <description>FTP</description>
@@ -7592,10 +9512,10 @@
       <description>Remote login (Telnet)</description>
     </indicator>
     <indicator position="1" value="3">
-      <description>Dial-up Indicates that access to the electronic resource is through a conventional telephone line.</description>
+      <description>Dial-up</description>
     </indicator>
     <indicator position="1" value="4">
-      <description>HTTP Indicates that access to the electronic resource is through the Hypertext Transfer Protocol.</description>
+      <description>HTTP</description>
     </indicator>
     <indicator position="1" value="7">
       <description>Method specified in subfield $2</description>
@@ -7604,13 +9524,13 @@
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Resource Indicates that the electronic location in field 856 is for the same resource described by the record as a whole. In this case, the item represented by the bibliographic record is an electronic resource. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Resource</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Version of resource Indicates that the location in field 856 is for an electronic version of the resource described by the record. In this case, the item represented by the bibliographic record is not electronic but an electronic version is available. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Version of resource</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Related resource Indicates that the location in field 856 is for an electronic resource that is related to the item described by the record. In this case, the item represented by the bibliographic record is not the electronic resource itself. Subfield $3 can be used to further characterize the relationship between the electronic item identified in field 856 and the item represented by the bibliographic record as a whole.</description>
+      <description>Related resource</description>
     </indicator>
     <indicator position="2" value="8">
       <description>No display constant generated</description>
@@ -7700,416 +9620,667 @@
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="855" repeatable="true">
-    <name>CAPTIONS AND PATTERN--INDEXES</name>
-    <description>[Described in full under field 855 in the MARC 21 Concise Format for Holdings Data.]</description>
+  <field tag="863" repeatable="true">
+    <name>Enumeration and Chronology - Basic Bibliographic Unit</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
-    <indicator position="1" value="0">
-      <description>Email Access to the electronic resource is through electronic mail (email).</description>
-    </indicator>
-    <indicator position="1" value="1">
-      <description>FTP</description>
-    </indicator>
-    <indicator position="1" value="2">
-      <description>Remote login (Telnet)</description>
-    </indicator>
     <indicator position="1" value="3">
-      <description>Dial-up Indicates that access to the electronic resource is through a conventional telephone line.</description>
+      <description>Holdings level 3</description>
     </indicator>
     <indicator position="1" value="4">
-      <description>HTTP Indicates that access to the electronic resource is through the Hypertext Transfer Protocol.</description>
+      <description>Holdings level 4</description>
     </indicator>
-    <indicator position="1" value="7">
-      <description>Method specified in subfield $2</description>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
     </indicator>
     <indicator position="2" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Resource Indicates that the electronic location in field 856 is for the same resource described by the record as a whole. In this case, the item represented by the bibliographic record is an electronic resource. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Compressed</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Version of resource Indicates that the location in field 856 is for an electronic version of the resource described by the record. In this case, the item represented by the bibliographic record is not electronic but an electronic version is available. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Uncompressed</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Related resource Indicates that the location in field 856 is for an electronic resource that is related to the item described by the record. In this case, the item represented by the bibliographic record is not the electronic resource itself. Subfield $3 can be used to further characterize the relationship between the electronic item identified in field 856 and the item represented by the bibliographic record as a whole.</description>
+      <description>Compressed, use textual display</description>
     </indicator>
-    <indicator position="2" value="8">
-      <description>No display constant generated</description>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
     </indicator>
+    <indicator position="2" value="4">
+      <description>Item(s) not published</description>
+    </indicator>
     <subfield code="a" repeatable="true">
-      <description>Host name</description>
+      <description>First level of enumeration</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Access number</description>
+      <description>Second level of enumeration</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Compression information</description>
+      <description>Third level of enumeration</description>
     </subfield>
     <subfield code="d" repeatable="true">
-      <description>Path</description>
+      <description>Fourth level of enumeration</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
     <subfield code="f" repeatable="true">
-      <description>Electronic name</description>
+      <description>Sixth level of enumeration</description>
     </subfield>
-    <subfield code="h" repeatable="false">
-      <description>Processor of request</description>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
     </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
     <subfield code="i" repeatable="true">
-      <description>Instruction</description>
+      <description>First level of chronology</description>
     </subfield>
-    <subfield code="j" repeatable="false">
-      <description>Bits per second</description>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
     </subfield>
-    <subfield code="k" repeatable="false">
-      <description>Password</description>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
     </subfield>
-    <subfield code="l" repeatable="false">
-      <description>Logon</description>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
     </subfield>
     <subfield code="m" repeatable="true">
-      <description>Contact for access assistance</description>
+      <description>Alternative numbering scheme, chronology</description>
     </subfield>
-    <subfield code="n" repeatable="false">
-      <description>Name of location of host</description>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
     </subfield>
-    <subfield code="o" repeatable="false">
-      <description>Operating system</description>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
     </subfield>
-    <subfield code="p" repeatable="false">
-      <description>Port</description>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
     </subfield>
-    <subfield code="q" repeatable="false">
-      <description>Electronic format type</description>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
     </subfield>
-    <subfield code="r" repeatable="false">
-      <description>Settings</description>
-    </subfield>
     <subfield code="s" repeatable="true">
-      <description>File size</description>
+      <description>Copyright article-fee code</description>
     </subfield>
     <subfield code="t" repeatable="true">
-      <description>Terminal emulation</description>
+      <description>Copy number</description>
     </subfield>
-    <subfield code="u" repeatable="true">
-      <description>Uniform Resource Identifier</description>
-    </subfield>
     <subfield code="v" repeatable="true">
-      <description>Hours access method available</description>
+      <description>Issuing date</description>
     </subfield>
     <subfield code="w" repeatable="true">
-      <description>Record control number</description>
+      <description>Break indicator</description>
     </subfield>
     <subfield code="x" repeatable="true">
       <description>Nonpublic note</description>
     </subfield>
-    <subfield code="y" repeatable="true">
-      <description>Link text</description>
-    </subfield>
     <subfield code="z" repeatable="true">
       <description>Public note</description>
     </subfield>
-    <subfield code="2" repeatable="false">
-      <description>Access method</description>
-    </subfield>
-    <subfield code="3" repeatable="false">
-      <description>Materials specified</description>
-    </subfield>
-    <subfield code="6" repeatable="false">
+    <subfield code="6" repeatable="true">
       <description>Linkage</description>
     </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="856" repeatable="true">
-    <name>ELECTRONIC LOCATION AND ACCESS</name>
-    <description>The information needed to locate and access an electronic resource. The field may be used in a bibliographic record for a resource when that resource or a subset of it is available electronically. In addition, it may be used to locate and access an electronic version of a non-electronic resource described in the bibliographic record or a related electronic resource.</description>
+  <field tag="864" repeatable="true">
+    <name>Enumeration and Chronology - Supplementary Material</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
     <indicator position="1" value="#">
       <description>No information provided</description>
     </indicator>
-    <indicator position="1" value="0">
-      <description>Email Access to the electronic resource is through electronic mail (email).</description>
-    </indicator>
-    <indicator position="1" value="1">
-      <description>FTP</description>
-    </indicator>
-    <indicator position="1" value="2">
-      <description>Remote login (Telnet)</description>
-    </indicator>
     <indicator position="1" value="3">
-      <description>Dial-up Indicates that access to the electronic resource is through a conventional telephone line.</description>
+      <description>Holdings level 3</description>
     </indicator>
     <indicator position="1" value="4">
-      <description>HTTP Indicates that access to the electronic resource is through the Hypertext Transfer Protocol.</description>
+      <description>Holdings level 4</description>
     </indicator>
-    <indicator position="1" value="7">
-      <description>Method specified in subfield $2</description>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
     </indicator>
     <indicator position="2" value="#">
       <description>No information provided</description>
     </indicator>
     <indicator position="2" value="0">
-      <description>Resource Indicates that the electronic location in field 856 is for the same resource described by the record as a whole. In this case, the item represented by the bibliographic record is an electronic resource. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Compressed</description>
     </indicator>
     <indicator position="2" value="1">
-      <description>Version of resource Indicates that the location in field 856 is for an electronic version of the resource described by the record. In this case, the item represented by the bibliographic record is not electronic but an electronic version is available. If the data in field 856 relates to a constituent unit of the resource represented by the record, subfield $3 is used to specify the portion(s) to which the field applies.</description>
+      <description>Uncompressed</description>
     </indicator>
     <indicator position="2" value="2">
-      <description>Related resource Indicates that the location in field 856 is for an electronic resource that is related to the item described by the record. In this case, the item represented by the bibliographic record is not the electronic resource itself. Subfield $3 can be used to further characterize the relationship between the electronic item identified in field 856 and the item represented by the bibliographic record as a whole.</description>
+      <description>Compressed, use textual display</description>
     </indicator>
-    <indicator position="2" value="8">
-      <description>No display constant generated</description>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
     </indicator>
+    <indicator position="2" value="4">
+      <description>Item(s) not published</description>
+    </indicator>
     <subfield code="a" repeatable="true">
-      <description>Host name</description>
+      <description>First level of enumeration</description>
     </subfield>
     <subfield code="b" repeatable="true">
-      <description>Access number</description>
+      <description>Second level of enumeration</description>
     </subfield>
     <subfield code="c" repeatable="true">
-      <description>Compression information</description>
+      <description>Third level of enumeration</description>
     </subfield>
     <subfield code="d" repeatable="true">
-      <description>Path</description>
+      <description>Fourth level of enumeration</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
+    </subfield>
     <subfield code="f" repeatable="true">
-      <description>Electronic name</description>
+      <description>Sixth level of enumeration</description>
     </subfield>
-    <subfield code="h" repeatable="false">
-      <description>Processor of request</description>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
     </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
+    </subfield>
     <subfield code="i" repeatable="true">
-      <description>Instruction</description>
+      <description>First level of chronology</description>
     </subfield>
-    <subfield code="j" repeatable="false">
-      <description>Bits per second</description>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
     </subfield>
-    <subfield code="k" repeatable="false">
-      <description>Password</description>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
     </subfield>
-    <subfield code="l" repeatable="false">
-      <description>Logon</description>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
     </subfield>
     <subfield code="m" repeatable="true">
-      <description>Contact for access assistance</description>
+      <description>Alternative numbering scheme, chronology</description>
     </subfield>
-    <subfield code="n" repeatable="false">
-      <description>Name of location of host</description>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
     </subfield>
-    <subfield code="o" repeatable="false">
-      <description>Operating system</description>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
     </subfield>
-    <subfield code="p" repeatable="false">
-      <description>Port</description>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
     </subfield>
-    <subfield code="q" repeatable="false">
-      <description>Electronic format type</description>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
     </subfield>
-    <subfield code="r" repeatable="false">
-      <description>Settings</description>
-    </subfield>
     <subfield code="s" repeatable="true">
-      <description>File size</description>
+      <description>Copyright article-fee code</description>
     </subfield>
     <subfield code="t" repeatable="true">
-      <description>Terminal emulation</description>
+      <description>Copy number</description>
     </subfield>
-    <subfield code="u" repeatable="true">
-      <description>Uniform Resource Identifier</description>
-    </subfield>
     <subfield code="v" repeatable="true">
-      <description>Hours access method available</description>
+      <description>Issuing date</description>
     </subfield>
     <subfield code="w" repeatable="true">
-      <description>Record control number</description>
+      <description>Break indicator</description>
     </subfield>
     <subfield code="x" repeatable="true">
       <description>Nonpublic note</description>
     </subfield>
-    <subfield code="y" repeatable="true">
-      <description>Link text</description>
-    </subfield>
     <subfield code="z" repeatable="true">
       <description>Public note</description>
     </subfield>
-    <subfield code="2" repeatable="false">
-      <description>Access method</description>
-    </subfield>
-    <subfield code="3" repeatable="false">
-      <description>Materials specified</description>
-    </subfield>
-    <subfield code="6" repeatable="false">
+    <subfield code="6" repeatable="true">
       <description>Linkage</description>
     </subfield>
     <subfield code="8" repeatable="true">
       <description>Field link and sequence number</description>
     </subfield>
   </field>
-  <field tag="863" repeatable="true">
-    <name>ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT</name>
-    <description>[Described in full under field 863 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+  <field tag="865" repeatable="true">
+    <name>Enumeration and Chronology - Indexes</name>
+    <description>Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>Uncompressed</description>
+    </indicator>
+    <indicator position="2" value="3">
+      <description>Uncompressed, use textual display</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>First level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="b" repeatable="true">
+      <description>Second level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="c" repeatable="true">
+      <description>Third level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="d" repeatable="true">
+      <description>Fourth level of enumeration</description>
     </subfield>
-  </field>
-  <field tag="864" repeatable="true">
-    <name>ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL</name>
-    <description>[Described in full under field 864 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <subfield code="e" repeatable="true">
+      <description>Fifth level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="f" repeatable="true">
+      <description>Sixth level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="g" repeatable="true">
+      <description>Alternative numbering scheme, first level of enumeration</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="h" repeatable="true">
+      <description>Alternative numbering scheme, second level of enumeration</description>
     </subfield>
-  </field>
-  <field tag="865" repeatable="true">
-    <name>ENUMERATION AND CHRONOLOGY--INDEXES</name>
-    <description>[Described in full under field 865 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <subfield code="i" repeatable="true">
+      <description>First level of chronology</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="j" repeatable="true">
+      <description>Second level of chronology</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="k" repeatable="true">
+      <description>Third level of chronology</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="l" repeatable="true">
+      <description>Fourth level of chronology</description>
     </subfield>
+    <subfield code="m" repeatable="true">
+      <description>Alternative numbering scheme, chronology</description>
+    </subfield>
+    <subfield code="n" repeatable="true">
+      <description>Converted Gregorian year</description>
+    </subfield>
+    <subfield code="o" repeatable="true">
+      <description>Type of unit</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="q" repeatable="true">
+      <description>Piece physical condition</description>
+    </subfield>
+    <subfield code="s" repeatable="true">
+      <description>Copyright article-fee code</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="v" repeatable="true">
+      <description>Issuing date</description>
+    </subfield>
+    <subfield code="w" repeatable="true">
+      <description>Break indicator</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="866" repeatable="true">
-    <name>TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT</name>
-    <description>[Described in full under field 866 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Textual Holdings - Basic Bibliographic Unit</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
     </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="867" repeatable="true">
-    <name>TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL</name>
-    <description>[Described in full under field 867 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Textual Holdings - Supplementary Material</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
     </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="868" repeatable="true">
-    <name>TEXTUAL HOLDINGS--INDEXES</name>
-    <description>[Described in full under field 868 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Textual Holdings - Indexes</name>
+    <description>Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.</description>
+    <indicator position="1" value="#">
+      <description>No information provided</description>
+    </indicator>
+    <indicator position="1" value="3">
+      <description>Holdings level 3</description>
+    </indicator>
+    <indicator position="1" value="4">
+      <description>Holdings level 4</description>
+    </indicator>
+    <indicator position="1" value="5">
+      <description>Holdings level 4 with piece designation</description>
+    </indicator>
+    <indicator position="2" value="0">
+      <description>Non-standard</description>
+    </indicator>
+    <indicator position="2" value="1">
+      <description>ANSI/NISO Z39.71 or ISO 10324</description>
+    </indicator>
+    <indicator position="2" value="2">
+      <description>ANSI Z39.42</description>
+    </indicator>
+    <indicator position="2" value="7">
+      <description>Source specified in subfield $2</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Textual holdings</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="2" repeatable="true">
+      <description>Source of notation</description>
     </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="876" repeatable="true">
-    <name>ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT</name>
-    <description>[Described in full under field 876 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Item Information - Basic Bibliographic Unit</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="877" repeatable="true">
-    <name>ITEM INFORMATION--SUPPLEMENTARY MATERIAL</name>
-    <description>[Described in full under field 877 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Item Information - Supplementary Material</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="878" repeatable="true">
-    <name>ITEM INFORMATION--INDEXES</name>
-    <description>[Described in full under field 878 in the MARC 21 Concise Format for Holdings Data.]</description>
-    <subfield code="6" repeatable="false">
-      <description>Linkage</description>
+    <name>Item Information - Indexes</name>
+    <description>Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.</description>
+    <indicator position="1" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+        <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="b" repeatable="true">
+      <description>Invalid or canceled internal item number</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="c" repeatable="true">
+      <description>Cost</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="d" repeatable="true">
+      <description>Date acquired</description>
     </subfield>
+    <subfield code="e" repeatable="true">
+      <description>Source of acquisition</description>
+    </subfield>
+    <subfield code="h" repeatable="true">
+      <description>Use restrictions</description>
+    </subfield>
+    <subfield code="j" repeatable="true">
+      <description>Item status</description>
+    </subfield>
+    <subfield code="l" repeatable="true">
+      <description>Temporary location</description>
+    </subfield>
+    <subfield code="p" repeatable="true">
+      <description>Piece designation</description>
+    </subfield>
+    <subfield code="r" repeatable="true">
+      <description>Invalid or canceled piece designation</description>
+    </subfield>
+    <subfield code="t" repeatable="true">
+      <description>Copy number</description>
+    </subfield>
+    <subfield code="x" repeatable="true">
+      <description>Nonpublic note</description>
+    </subfield>
+    <subfield code="z" repeatable="true">
+      <description>Public note</description>
+    </subfield>
+    <subfield code="3" repeatable="true">
+      <description>Materials specified</description>
+    </subfield>
+    <subfield code="6" repeatable="true">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="880" repeatable="true">
-    <name>ALTERNATE GRAPHIC REPRESENTATION</name>
-    <description>The fully content-designated representation, in a different script, of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). The first and second indicator positions in field 880 have the same definition and values as the indicators in the associated field. The subfield codes in field 880 are the same as those defined in the associated field except for subfield $6. The data in field 880 may be in more than one script.</description>
+    <name>Alternate Graphic Representation</name>
+    <description>Fully content-designated representation, in a different script, of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field also links that field to the 880 field. The data in field 880 may be in more than one script.</description>
     <subfield code="6" repeatable="false">
       <description>Linkage</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+  </field>
+  <field tag="882" repeatable="false">
+    <name>Replacement Record Information</name>
+    <description>Information about the replacement bibliographic record in a deleted record. The replacement title(s) may be contained in subfield(s) $a.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <subfield code="a" repeatable="true">
+      <description>Replacement title</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="i" repeatable="true">
+      <description>Explanatory text</description>
     </subfield>
-    <subfield code="" repeatable="false">
-      <description/>
+    <subfield code="w" repeatable="true">
+      <description>Replacement bibliographic record control number</description>
     </subfield>
+    <subfield code="6" repeatable="false">
+      <description>Linkage</description>
+    </subfield>
+    <subfield code="8" repeatable="true">
+      <description>Field link and sequence number</description>
+    </subfield>
   </field>
   <field tag="886" repeatable="true">
-    <name>FOREIGN MARC INFORMATION FIELD</name>
+    <name>Foreign MARC Information Field</name>
     <description>Used when converting foreign MARC records into the MARC format. Contains data from a foreign MARC record for which there is no corresponding MARC field.</description>
     <indicator position="1" value="0">
       <description>Leader</description>
@@ -8120,6 +10291,9 @@
     <indicator position="1" value="2">
       <description>Variable data fields (010-999)</description>
     </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Tag of the foreign MARC field</description>
     </subfield>
@@ -8129,16 +10303,16 @@
     <subfield code="2" repeatable="false">
       <description>Source of data</description>
     </subfield>
-    <subfield code="a" repeatable="true">
-      <description>Foreign MARC subfield</description>
-    </subfield>
-    <subfield code="0" repeatable="true">
-      <description>Foreign MARC subfield</description>
-    </subfield>
   </field>
   <field tag="887" repeatable="true">
-    <name>NON-MARC INFORMATION FIELD</name>
-    <description>Contains data from non-MARC records for which there are no corresponding MARC 21 fields. Used when converting non-MARC records into the MARC 21 format.</description>
+    <name>Non-MARC Information Field</name>
+    <description>Data from non-MARC records for which there are no corresponding MARC 21 fields. Used when converting non-MARC records into the MARC 21 format.</description>
+    <indicator position="1" value="#">
+      <description>Undefined</description>
+    </indicator>
+    <indicator position="2" value="#">
+      <description>Undefined</description>
+    </indicator>
     <subfield code="a" repeatable="false">
       <description>Content of non-MARC field</description>
     </subfield>



More information about the open-ils-commits mailing list