Bugzilla – Attachment 184610 Details for
Bug 40508
Set maxlength in marc21_framework_DEFAULT.yml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40508: Add maxlength to marc21_framework_DEFAULT.yml
Bug-40508-Add-maxlength-to-marc21frameworkDEFAULTy.patch (text/plain), 1001.88 KB, created by
David Cook
on 2025-07-25 02:55:48 UTC
(
hide
)
Description:
Bug 40508: Add maxlength to marc21_framework_DEFAULT.yml
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-07-25 02:55:48 UTC
Size:
1001.88 KB
patch
obsolete
>From 3b3fcedf926a092222fadcfd6fc8fecebdb0bd34 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 25 Jul 2025 02:53:21 +0000 >Subject: [PATCH] Bug 40508: Add maxlength to marc21_framework_DEFAULT.yml > >This patch adds maxlength to marc21_framework_DEFAULT.yml. >It uses the default of 9999 for most subfields except 000, 008, >and 952$p. The 000 and 008 use 24 and 40 respectively, although >this is already enforced by the sql_statements at the end of the >file. > >The 952$p is set to 20, since the barcode DB field has a length of 20. > >Test plan: >0. Apply the patch >1. Take down KTD >2. Bring up KTD >3. Look at the 000, 008, and 952 fields in the default framework >4. Note that 000 uses maxlength 24, 008 uses maxlength 40, 952$p uses >maxlength 20, and every other subfield uses 9999 >--- > .../mandatory/marc21_framework_DEFAULT.yml | 4442 +++++++++++++++++ > 1 file changed, 4442 insertions(+) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index a0717cccf7..03687e4181 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -46,6 +46,7 @@ tables: > rows: > - tagfield: "999" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Item type [OBSOLETE]" > libopac: "Item type [OBSOLETE]" > repeatable: 0 >@@ -64,6 +65,7 @@ tables: > > - tagfield: "999" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Koha Dewey Subclass [OBSOLETE]" > libopac: "Koha Dewey Subclass [OBSOLETE]" > repeatable: 0 >@@ -82,6 +84,7 @@ tables: > > - tagfield: "999" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Koha biblionumber" > libopac: "Koha biblionumber" > repeatable: 0 >@@ -100,6 +103,7 @@ tables: > > - tagfield: "999" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Koha biblioitemnumber" > libopac: "Koha biblioitemnumber" > repeatable: 0 >@@ -134,6 +138,7 @@ tables: > rows: > - tagfield: "942" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Koha issues (borrowed), all copies" > libopac: "Koha issues (borrowed), all copies" > repeatable: 0 >@@ -152,6 +157,7 @@ tables: > > - tagfield: "942" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of classification or shelving scheme" > libopac: "Source of classification or shelving scheme" > repeatable: 0 >@@ -170,6 +176,7 @@ tables: > > - tagfield: "942" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Koha normalized classification for sorting" > libopac: "Koha normalized classification for sorting" > repeatable: 0 >@@ -188,6 +195,7 @@ tables: > > - tagfield: "942" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Institution code [OBSOLETE]" > libopac: "Institution code [OBSOLETE]" > repeatable: 0 >@@ -206,6 +214,7 @@ tables: > > - tagfield: "942" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Koha item type" > libopac: "Koha item type" > repeatable: 0 >@@ -224,6 +233,7 @@ tables: > > - tagfield: "942" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -242,6 +252,7 @@ tables: > > - tagfield: "942" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Classification part" > libopac: "Classification part" > repeatable: 0 >@@ -260,6 +271,7 @@ tables: > > - tagfield: "942" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Item part" > libopac: "Item part" > repeatable: 1 >@@ -278,6 +290,7 @@ tables: > > - tagfield: "942" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Call number prefix" > libopac: "Call number prefix" > repeatable: 0 >@@ -296,6 +309,7 @@ tables: > > - tagfield: "942" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Call number suffix" > libopac: "Call number suffix" > repeatable: 0 >@@ -314,6 +328,7 @@ tables: > > - tagfield: "942" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Suppress in OPAC" > libopac: "Suppress in OPAC" > repeatable: 0 >@@ -332,6 +347,7 @@ tables: > > - tagfield: "942" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Serial record flag" > libopac: "Serial record flag" > repeatable: 0 >@@ -366,6 +382,7 @@ tables: > rows: > - tagfield: "952" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Withdrawn status" > libopac: "Withdrawn status" > repeatable: 0 >@@ -384,6 +401,7 @@ tables: > > - tagfield: "952" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Lost status" > libopac: "Lost status" > repeatable: 0 >@@ -402,6 +420,7 @@ tables: > > - tagfield: "952" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of classification or shelving scheme" > libopac: "Source of classification or shelving scheme" > repeatable: 0 >@@ -420,6 +439,7 @@ tables: > > - tagfield: "952" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified (bound volume or other part)" > libopac: "Materials specified (bound volume or other part)" > repeatable: 0 >@@ -438,6 +458,7 @@ tables: > > - tagfield: "952" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Damaged status" > libopac: "Damaged status" > repeatable: 0 >@@ -456,6 +477,7 @@ tables: > > - tagfield: "952" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Use restrictions" > libopac: "Use restrictions" > repeatable: 0 >@@ -474,6 +496,7 @@ tables: > > - tagfield: "952" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Koha normalized classification for sorting" > libopac: "Koha normalized classification for sorting" > repeatable: 0 >@@ -492,6 +515,7 @@ tables: > > - tagfield: "952" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Not for loan" > libopac: "Not for loan" > repeatable: 0 >@@ -510,6 +534,7 @@ tables: > > - tagfield: "952" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Collection" > libopac: "Collection" > repeatable: 0 >@@ -528,6 +553,7 @@ tables: > > - tagfield: "952" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "Koha itemnumber (autogenerated)" > libopac: "Koha itemnumber (autogenerated)" > repeatable: 0 >@@ -546,6 +572,7 @@ tables: > > - tagfield: "952" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Home library" > libopac: "Home library" > repeatable: 0 >@@ -564,6 +591,7 @@ tables: > > - tagfield: "952" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Current library" > libopac: "Current library" > repeatable: 0 >@@ -582,6 +610,7 @@ tables: > > - tagfield: "952" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Shelving location" > libopac: "Shelving location" > repeatable: 0 >@@ -600,6 +629,7 @@ tables: > > - tagfield: "952" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date acquired" > libopac: "Date acquired" > repeatable: 0 >@@ -618,6 +648,7 @@ tables: > > - tagfield: "952" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Source of acquisition" > libopac: "Source of acquisition" > repeatable: 0 >@@ -636,6 +667,7 @@ tables: > > - tagfield: "952" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Coded location qualifier" > libopac: "Coded location qualifier" > repeatable: 0 >@@ -654,6 +686,7 @@ tables: > > - tagfield: "952" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Cost, normal purchase price" > libopac: "Cost, normal purchase price" > repeatable: 0 >@@ -672,6 +705,7 @@ tables: > > - tagfield: "952" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Serial enumeration / chronology" > libopac: "Serial enumeration / chronology" > repeatable: 0 >@@ -690,6 +724,7 @@ tables: > > - tagfield: "952" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Inventory number" > libopac: "Inventory number" > repeatable: 0 >@@ -708,6 +743,7 @@ tables: > > - tagfield: "952" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Shelving control number" > libopac: "Shelving control number" > repeatable: 0 >@@ -726,6 +762,7 @@ tables: > > - tagfield: "952" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Total checkouts" > libopac: "Total checkouts" > repeatable: 0 >@@ -744,6 +781,7 @@ tables: > > - tagfield: "952" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Total renewals" > libopac: "Total renewals" > repeatable: 0 >@@ -762,6 +800,7 @@ tables: > > - tagfield: "952" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Total holds" > libopac: "Total holds" > repeatable: 0 >@@ -780,6 +819,7 @@ tables: > > - tagfield: "952" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Full call number" > libopac: "Full call number" > repeatable: 0 >@@ -798,6 +838,7 @@ tables: > > - tagfield: "952" > tagsubfield: "p" >+ maxlength: 20 > liblibrarian: "Barcode" > libopac: "Barcode" > repeatable: 0 >@@ -816,6 +857,7 @@ tables: > > - tagfield: "952" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Date due" > libopac: "Date due" > repeatable: 0 >@@ -834,6 +876,7 @@ tables: > > - tagfield: "952" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Date last seen" > libopac: "Date last seen" > repeatable: 0 >@@ -852,6 +895,7 @@ tables: > > - tagfield: "952" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Date last checked out" > libopac: "Date last checked out" > repeatable: 0 >@@ -870,6 +914,7 @@ tables: > > - tagfield: "952" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -888,6 +933,7 @@ tables: > > - tagfield: "952" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform resource identifier" > libopac: "Uniform resource identifier" > repeatable: 0 >@@ -906,6 +952,7 @@ tables: > > - tagfield: "952" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Cost, replacement price" > libopac: "Cost, replacement price" > repeatable: 0 >@@ -924,6 +971,7 @@ tables: > > - tagfield: "952" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Price effective from" > libopac: "Price effective from" > repeatable: 0 >@@ -942,6 +990,7 @@ tables: > > - tagfield: "952" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Non-public note" > libopac: "Non-public note" > repeatable: 0 >@@ -960,6 +1009,7 @@ tables: > > - tagfield: "952" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Koha item type" > libopac: "Koha item type" > repeatable: 0 >@@ -978,6 +1028,7 @@ tables: > > - tagfield: "952" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 0 >@@ -3828,6 +3879,7 @@ tables: > rows: > - tagfield: "000" > tagsubfield: "@" >+ maxlength: 24 > liblibrarian: "fixed length control field" > libopac: "fixed length control field" > repeatable: 0 >@@ -3846,6 +3898,7 @@ tables: > > - tagfield: "001" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "control field" > libopac: "control field" > repeatable: 0 >@@ -3864,6 +3917,7 @@ tables: > > - tagfield: "003" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "control field" > libopac: "control field" > repeatable: 0 >@@ -3882,6 +3936,7 @@ tables: > > - tagfield: "005" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "control field" > libopac: "control field" > repeatable: 0 >@@ -3900,6 +3955,7 @@ tables: > > - tagfield: "006" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "fixed length control field" > libopac: "fixed length control field" > repeatable: 0 >@@ -3918,6 +3974,7 @@ tables: > > - tagfield: "007" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "fixed length control field" > libopac: "fixed length control field" > repeatable: 0 >@@ -3936,6 +3993,7 @@ tables: > > - tagfield: "008" > tagsubfield: "@" >+ maxlength: 40 > liblibrarian: "fixed length control field" > libopac: "fixed length control field" > repeatable: 0 >@@ -3954,6 +4012,7 @@ tables: > > - tagfield: "009" > tagsubfield: "@" >+ maxlength: 9999 > liblibrarian: "fixed length control field" > libopac: "fixed length control field" > repeatable: 0 >@@ -3972,6 +4031,7 @@ tables: > > - tagfield: "010" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -3990,6 +4050,7 @@ tables: > > - tagfield: "010" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "LC control number" > libopac: "LC control number" > repeatable: 0 >@@ -4008,6 +4069,7 @@ tables: > > - tagfield: "010" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "NUCMC control number" > libopac: "NUCMC control number" > repeatable: 1 >@@ -4026,6 +4088,7 @@ tables: > > - tagfield: "010" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid LC control number" > libopac: "Canceled/invalid LC control number" > repeatable: 1 >@@ -4044,6 +4107,7 @@ tables: > > - tagfield: "011" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "LC control number" > libopac: "LC control number" > repeatable: 1 >@@ -4062,6 +4126,7 @@ tables: > > - tagfield: "013" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4080,6 +4145,7 @@ tables: > > - tagfield: "013" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4098,6 +4164,7 @@ tables: > > - tagfield: "013" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Number" > libopac: "Number" > repeatable: 0 >@@ -4116,6 +4183,7 @@ tables: > > - tagfield: "013" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Country" > libopac: "Country" > repeatable: 0 >@@ -4134,6 +4202,7 @@ tables: > > - tagfield: "013" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Type of number" > libopac: "Type of number" > repeatable: 0 >@@ -4152,6 +4221,7 @@ tables: > > - tagfield: "013" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date" > libopac: "Date" > repeatable: 1 >@@ -4170,6 +4240,7 @@ tables: > > - tagfield: "013" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Status" > libopac: "Status" > repeatable: 1 >@@ -4188,6 +4259,7 @@ tables: > > - tagfield: "013" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Party to document" > libopac: "Party to document" > repeatable: 1 >@@ -4206,6 +4278,7 @@ tables: > > - tagfield: "015" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -4224,6 +4297,7 @@ tables: > > - tagfield: "015" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4242,6 +4316,7 @@ tables: > > - tagfield: "015" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4260,6 +4335,7 @@ tables: > > - tagfield: "015" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "National bibliography number" > libopac: "National bibliography number" > repeatable: 1 >@@ -4278,6 +4354,7 @@ tables: > > - tagfield: "015" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 1 >@@ -4296,6 +4373,7 @@ tables: > > - tagfield: "015" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid national bibliography number" > libopac: "Canceled/invalid national bibliography number" > repeatable: 1 >@@ -4314,6 +4392,7 @@ tables: > > - tagfield: "016" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -4332,6 +4411,7 @@ tables: > > - tagfield: "016" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4350,6 +4430,7 @@ tables: > > - tagfield: "016" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 0 >@@ -4368,6 +4449,7 @@ tables: > > - tagfield: "016" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid control number" > libopac: "Canceled/invalid control number" > repeatable: 1 >@@ -4386,6 +4468,7 @@ tables: > > - tagfield: "017" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -4404,6 +4487,7 @@ tables: > > - tagfield: "017" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4422,6 +4506,7 @@ tables: > > - tagfield: "017" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4440,6 +4525,7 @@ tables: > > - tagfield: "017" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Copyright or legal deposit number" > libopac: "Copyright or legal deposit number" > repeatable: 1 >@@ -4458,6 +4544,7 @@ tables: > > - tagfield: "017" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Assigning agency" > libopac: "Assigning agency" > repeatable: 0 >@@ -4476,6 +4563,7 @@ tables: > > - tagfield: "017" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date" > libopac: "Date" > repeatable: 0 >@@ -4494,6 +4582,7 @@ tables: > > - tagfield: "017" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Display text" > libopac: "Display text" > repeatable: 0 >@@ -4512,6 +4601,7 @@ tables: > > - tagfield: "017" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid copyright or legal deposit number" > libopac: "Canceled/invalid copyright or legal deposit number" > repeatable: 1 >@@ -4530,6 +4620,7 @@ tables: > > - tagfield: "018" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4548,6 +4639,7 @@ tables: > > - tagfield: "018" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4566,6 +4658,7 @@ tables: > > - tagfield: "018" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Copyright article-fee code" > libopac: "Copyright article-fee code" > repeatable: 0 >@@ -4584,6 +4677,7 @@ tables: > > - tagfield: "020" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4602,6 +4696,7 @@ tables: > > - tagfield: "020" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4620,6 +4715,7 @@ tables: > > - tagfield: "020" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 0 >@@ -4638,6 +4734,7 @@ tables: > > - tagfield: "020" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Terms of availability" > libopac: "Terms of availability" > repeatable: 0 >@@ -4656,6 +4753,7 @@ tables: > > - tagfield: "020" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 1 >@@ -4674,6 +4772,7 @@ tables: > > - tagfield: "020" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid ISBN" > libopac: "Canceled/invalid ISBN" > repeatable: 1 >@@ -4692,6 +4791,7 @@ tables: > > - tagfield: "022" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 0 >@@ -4710,6 +4810,7 @@ tables: > > - tagfield: "022" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -4728,6 +4829,7 @@ tables: > > - tagfield: "022" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -4746,6 +4848,7 @@ tables: > > - tagfield: "022" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4764,6 +4867,7 @@ tables: > > - tagfield: "022" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4782,6 +4886,7 @@ tables: > > - tagfield: "022" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -4800,6 +4905,7 @@ tables: > > - tagfield: "022" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "ISSN-L [OBSOLETE]" > libopac: "ISSN-L [OBSOLETE]" > repeatable: 0 >@@ -4818,6 +4924,7 @@ tables: > > - tagfield: "022" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Canceled ISSN-L [OBSOLETE]" > libopac: "Canceled ISSN-L [OBSOLETE]" > repeatable: 1 >@@ -4836,6 +4943,7 @@ tables: > > - tagfield: "022" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Incorrect ISSN" > libopac: "Incorrect ISSN" > repeatable: 1 >@@ -4854,6 +4962,7 @@ tables: > > - tagfield: "022" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled ISSN" > libopac: "Canceled ISSN" > repeatable: 1 >@@ -4872,6 +4981,7 @@ tables: > > - tagfield: "023" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 0 >@@ -4890,6 +5000,7 @@ tables: > > - tagfield: "023" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -4908,6 +5019,7 @@ tables: > > - tagfield: "023" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -4926,6 +5038,7 @@ tables: > > - tagfield: "023" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -4944,6 +5057,7 @@ tables: > > - tagfield: "023" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -4962,6 +5076,7 @@ tables: > > - tagfield: "023" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Cluster ISSN" > libopac: "Cluster ISSN" > repeatable: 0 >@@ -4980,6 +5095,7 @@ tables: > > - tagfield: "023" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Incorrect Cluster ISSN" > libopac: "Incorrect Cluster ISSN" > repeatable: 1 >@@ -4998,6 +5114,7 @@ tables: > > - tagfield: "023" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled Cluster ISSN" > libopac: "Canceled Cluster ISSN" > repeatable: 1 >@@ -5016,6 +5133,7 @@ tables: > > - tagfield: "024" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of number or code" > libopac: "Source of number or code" > repeatable: 0 >@@ -5034,6 +5152,7 @@ tables: > > - tagfield: "024" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5052,6 +5171,7 @@ tables: > > - tagfield: "024" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5070,6 +5190,7 @@ tables: > > - tagfield: "024" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Standard number or code" > libopac: "Standard number or code" > repeatable: 0 >@@ -5088,6 +5209,7 @@ tables: > > - tagfield: "024" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Additional codes following the standard number [OBSOLETE]" > libopac: "Additional codes following the standard number [OBSOLETE]" > repeatable: 0 >@@ -5106,6 +5228,7 @@ tables: > > - tagfield: "024" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Terms of availability" > libopac: "Terms of availability" > repeatable: 0 >@@ -5124,6 +5247,7 @@ tables: > > - tagfield: "024" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Additional codes following the standard number or code" > libopac: "Additional codes following the standard number or code" > repeatable: 0 >@@ -5142,6 +5266,7 @@ tables: > > - tagfield: "024" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 1 >@@ -5160,6 +5285,7 @@ tables: > > - tagfield: "024" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid standard number or code" > libopac: "Canceled/invalid standard number or code" > repeatable: 1 >@@ -5178,6 +5304,7 @@ tables: > > - tagfield: "025" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5196,6 +5323,7 @@ tables: > > - tagfield: "025" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Overseas acquisition number" > libopac: "Overseas acquisition number" > repeatable: 1 >@@ -5214,6 +5342,7 @@ tables: > > - tagfield: "026" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -5232,6 +5361,7 @@ tables: > > - tagfield: "026" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -5250,6 +5380,7 @@ tables: > > - tagfield: "026" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5268,6 +5399,7 @@ tables: > > - tagfield: "026" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5286,6 +5418,7 @@ tables: > > - tagfield: "026" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First and second groups of characters" > libopac: "First and second groups of characters" > repeatable: 0 >@@ -5304,6 +5437,7 @@ tables: > > - tagfield: "026" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Third and fourth groups of characters" > libopac: "Third and fourth groups of characters" > repeatable: 0 >@@ -5322,6 +5456,7 @@ tables: > > - tagfield: "026" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date" > libopac: "Date" > repeatable: 0 >@@ -5340,6 +5475,7 @@ tables: > > - tagfield: "026" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Number of volume or part" > libopac: "Number of volume or part" > repeatable: 1 >@@ -5358,6 +5494,7 @@ tables: > > - tagfield: "026" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Unparsed fingerprint" > libopac: "Unparsed fingerprint" > repeatable: 0 >@@ -5376,6 +5513,7 @@ tables: > > - tagfield: "027" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5394,6 +5532,7 @@ tables: > > - tagfield: "027" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5412,6 +5551,7 @@ tables: > > - tagfield: "027" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Standard technical report number" > libopac: "Standard technical report number" > repeatable: 0 >@@ -5430,6 +5570,7 @@ tables: > > - tagfield: "027" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 1 >@@ -5448,6 +5589,7 @@ tables: > > - tagfield: "027" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid number" > libopac: "Canceled/invalid number" > repeatable: 1 >@@ -5466,6 +5608,7 @@ tables: > > - tagfield: "028" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5484,6 +5627,7 @@ tables: > > - tagfield: "028" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5502,6 +5646,7 @@ tables: > > - tagfield: "028" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Publisher or distributor number" > libopac: "Publisher or distributor number" > repeatable: 0 >@@ -5520,6 +5665,7 @@ tables: > > - tagfield: "028" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -5538,6 +5684,7 @@ tables: > > - tagfield: "028" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 1 >@@ -5556,6 +5703,7 @@ tables: > > - tagfield: "029" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "OCLC library identifier" > libopac: "OCLC library identifier" > repeatable: 0 >@@ -5574,6 +5722,7 @@ tables: > > - tagfield: "029" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "System control number" > libopac: "System control number" > repeatable: 0 >@@ -5592,6 +5741,7 @@ tables: > > - tagfield: "029" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "OAI set name" > libopac: "OAI set name" > repeatable: 0 >@@ -5610,6 +5760,7 @@ tables: > > - tagfield: "029" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Content type identifier" > libopac: "Content type identifier" > repeatable: 0 >@@ -5628,6 +5779,7 @@ tables: > > - tagfield: "030" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5646,6 +5798,7 @@ tables: > > - tagfield: "030" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5664,6 +5817,7 @@ tables: > > - tagfield: "030" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "CODEN" > libopac: "CODEN" > repeatable: 0 >@@ -5682,6 +5836,7 @@ tables: > > - tagfield: "030" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid CODEN" > libopac: "Canceled/invalid CODEN" > repeatable: 1 >@@ -5700,6 +5855,7 @@ tables: > > - tagfield: "031" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "System code" > libopac: "System code" > repeatable: 0 >@@ -5718,6 +5874,7 @@ tables: > > - tagfield: "031" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -5736,6 +5893,7 @@ tables: > > - tagfield: "031" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -5754,6 +5912,7 @@ tables: > > - tagfield: "031" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Number of work" > libopac: "Number of work" > repeatable: 0 >@@ -5772,6 +5931,7 @@ tables: > > - tagfield: "031" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number of movement" > libopac: "Number of movement" > repeatable: 0 >@@ -5790,6 +5950,7 @@ tables: > > - tagfield: "031" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Number of excerpt" > libopac: "Number of excerpt" > repeatable: 0 >@@ -5808,6 +5969,7 @@ tables: > > - tagfield: "031" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Caption or heading" > libopac: "Caption or heading" > repeatable: 1 >@@ -5826,6 +5988,7 @@ tables: > > - tagfield: "031" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Role" > libopac: "Role" > repeatable: 0 >@@ -5844,6 +6007,7 @@ tables: > > - tagfield: "031" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Clef" > libopac: "Clef" > repeatable: 0 >@@ -5862,6 +6026,7 @@ tables: > > - tagfield: "031" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Voice/instrument" > libopac: "Voice/instrument" > repeatable: 0 >@@ -5880,6 +6045,7 @@ tables: > > - tagfield: "031" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Key signature" > libopac: "Key signature" > repeatable: 0 >@@ -5898,6 +6064,7 @@ tables: > > - tagfield: "031" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Time signature" > libopac: "Time signature" > repeatable: 0 >@@ -5916,6 +6083,7 @@ tables: > > - tagfield: "031" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Musical notation" > libopac: "Musical notation" > repeatable: 0 >@@ -5934,6 +6102,7 @@ tables: > > - tagfield: "031" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "General note" > libopac: "General note" > repeatable: 1 >@@ -5952,6 +6121,7 @@ tables: > > - tagfield: "031" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key or mode" > libopac: "Key or mode" > repeatable: 0 >@@ -5970,6 +6140,7 @@ tables: > > - tagfield: "031" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Coded validity note" > libopac: "Coded validity note" > repeatable: 1 >@@ -5988,6 +6159,7 @@ tables: > > - tagfield: "031" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Text incipit" > libopac: "Text incipit" > repeatable: 1 >@@ -6006,6 +6178,7 @@ tables: > > - tagfield: "031" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -6024,6 +6197,7 @@ tables: > > - tagfield: "031" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Link text" > libopac: "Link text" > repeatable: 1 >@@ -6042,6 +6216,7 @@ tables: > > - tagfield: "031" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -6060,6 +6235,7 @@ tables: > > - tagfield: "032" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6078,6 +6254,7 @@ tables: > > - tagfield: "032" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6096,6 +6273,7 @@ tables: > > - tagfield: "032" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Postal registration number" > libopac: "Postal registration number" > repeatable: 0 >@@ -6114,6 +6292,7 @@ tables: > > - tagfield: "032" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Source agency assigning number" > libopac: "Source agency assigning number" > repeatable: 0 >@@ -6132,6 +6311,7 @@ tables: > > - tagfield: "033" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -6150,6 +6330,7 @@ tables: > > - tagfield: "033" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -6168,6 +6349,7 @@ tables: > > - tagfield: "033" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 1 >@@ -6186,6 +6368,7 @@ tables: > > - tagfield: "033" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -6204,6 +6387,7 @@ tables: > > - tagfield: "033" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6222,6 +6406,7 @@ tables: > > - tagfield: "033" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6240,6 +6425,7 @@ tables: > > - tagfield: "033" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Formatted date/time" > libopac: "Formatted date/time" > repeatable: 1 >@@ -6258,6 +6444,7 @@ tables: > > - tagfield: "033" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Geographic classification area code" > libopac: "Geographic classification area code" > repeatable: 1 >@@ -6276,6 +6463,7 @@ tables: > > - tagfield: "033" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Geographic classification subarea code" > libopac: "Geographic classification subarea code" > repeatable: 1 >@@ -6294,6 +6482,7 @@ tables: > > - tagfield: "033" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Place of event" > libopac: "Place of event" > repeatable: 1 >@@ -6312,6 +6501,7 @@ tables: > > - tagfield: "034" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -6330,6 +6520,7 @@ tables: > > - tagfield: "034" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -6348,6 +6539,7 @@ tables: > > - tagfield: "034" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -6366,6 +6558,7 @@ tables: > > - tagfield: "034" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -6384,6 +6577,7 @@ tables: > > - tagfield: "034" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6402,6 +6596,7 @@ tables: > > - tagfield: "034" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6420,6 +6615,7 @@ tables: > > - tagfield: "034" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Category of scale" > libopac: "Category of scale" > repeatable: 0 >@@ -6438,6 +6634,7 @@ tables: > > - tagfield: "034" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Constant ratio linear horizontal scale" > libopac: "Constant ratio linear horizontal scale" > repeatable: 1 >@@ -6456,6 +6653,7 @@ tables: > > - tagfield: "034" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Constant ratio linear vertical scale" > libopac: "Constant ratio linear vertical scale" > repeatable: 1 >@@ -6474,6 +6672,7 @@ tables: > > - tagfield: "034" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Coordinates--westernmost longitude" > libopac: "Coordinates--westernmost longitude" > repeatable: 0 >@@ -6492,6 +6691,7 @@ tables: > > - tagfield: "034" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Coordinates--easternmost longitude" > libopac: "Coordinates--easternmost longitude" > repeatable: 0 >@@ -6510,6 +6710,7 @@ tables: > > - tagfield: "034" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Coordinates--northernmost latitude" > libopac: "Coordinates--northernmost latitude" > repeatable: 0 >@@ -6528,6 +6729,7 @@ tables: > > - tagfield: "034" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Coordinates--southernmost latitude" > libopac: "Coordinates--southernmost latitude" > repeatable: 0 >@@ -6546,6 +6748,7 @@ tables: > > - tagfield: "034" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Angular scale" > libopac: "Angular scale" > repeatable: 1 >@@ -6564,6 +6767,7 @@ tables: > > - tagfield: "034" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Declination--northern limit" > libopac: "Declination--northern limit" > repeatable: 0 >@@ -6582,6 +6786,7 @@ tables: > > - tagfield: "034" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Declination--southern limit" > libopac: "Declination--southern limit" > repeatable: 0 >@@ -6600,6 +6805,7 @@ tables: > > - tagfield: "034" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Right ascension--eastern limit" > libopac: "Right ascension--eastern limit" > repeatable: 0 >@@ -6618,6 +6824,7 @@ tables: > > - tagfield: "034" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Right ascension--western limit" > libopac: "Right ascension--western limit" > repeatable: 0 >@@ -6636,6 +6843,7 @@ tables: > > - tagfield: "034" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Equinox" > libopac: "Equinox" > repeatable: 0 >@@ -6654,6 +6862,7 @@ tables: > > - tagfield: "034" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Distance from earth" > libopac: "Distance from earth" > repeatable: 0 >@@ -6672,6 +6881,7 @@ tables: > > - tagfield: "034" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "G-ring latitude" > libopac: "G-ring latitude" > repeatable: 1 >@@ -6690,6 +6900,7 @@ tables: > > - tagfield: "034" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "G-ring longitude" > libopac: "G-ring longitude" > repeatable: 1 >@@ -6708,6 +6919,7 @@ tables: > > - tagfield: "034" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Beginning date" > libopac: "Beginning date" > repeatable: 0 >@@ -6726,6 +6938,7 @@ tables: > > - tagfield: "034" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Ending date" > libopac: "Ending date" > repeatable: 0 >@@ -6744,6 +6957,7 @@ tables: > > - tagfield: "034" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Name of extraterrestrial body" > libopac: "Name of extraterrestrial body" > repeatable: 0 >@@ -6762,6 +6976,7 @@ tables: > > - tagfield: "035" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6780,6 +6995,7 @@ tables: > > - tagfield: "035" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6798,6 +7014,7 @@ tables: > > - tagfield: "035" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "System control number" > libopac: "System control number" > repeatable: 0 >@@ -6816,6 +7033,7 @@ tables: > > - tagfield: "035" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid control number" > libopac: "Canceled/invalid control number" > repeatable: 1 >@@ -6834,6 +7052,7 @@ tables: > > - tagfield: "036" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6852,6 +7071,7 @@ tables: > > - tagfield: "036" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6870,6 +7090,7 @@ tables: > > - tagfield: "036" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Original study number" > libopac: "Original study number" > repeatable: 0 >@@ -6888,6 +7109,7 @@ tables: > > - tagfield: "036" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Source agency assigning number" > libopac: "Source agency assigning number" > repeatable: 0 >@@ -6906,6 +7128,7 @@ tables: > > - tagfield: "037" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -6924,6 +7147,7 @@ tables: > > - tagfield: "037" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -6942,6 +7166,7 @@ tables: > > - tagfield: "037" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -6960,6 +7185,7 @@ tables: > > - tagfield: "037" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -6978,6 +7204,7 @@ tables: > > - tagfield: "037" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Stock number" > libopac: "Stock number" > repeatable: 0 >@@ -6996,6 +7223,7 @@ tables: > > - tagfield: "037" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Source of stock number/acquisition" > libopac: "Source of stock number/acquisition" > repeatable: 0 >@@ -7014,6 +7242,7 @@ tables: > > - tagfield: "037" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Terms of availability" > libopac: "Terms of availability" > repeatable: 1 >@@ -7032,6 +7261,7 @@ tables: > > - tagfield: "037" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Form of issue" > libopac: "Form of issue" > repeatable: 1 >@@ -7050,6 +7280,7 @@ tables: > > - tagfield: "037" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Additional format characteristics" > libopac: "Additional format characteristics" > repeatable: 1 >@@ -7068,6 +7299,7 @@ tables: > > - tagfield: "037" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -7086,6 +7318,7 @@ tables: > > - tagfield: "038" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -7104,6 +7337,7 @@ tables: > > - tagfield: "038" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -7122,6 +7356,7 @@ tables: > > - tagfield: "038" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Record content licensor" > libopac: "Record content licensor" > repeatable: 0 >@@ -7140,6 +7375,7 @@ tables: > > - tagfield: "039" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Level of rules in bibliographic description" > libopac: "Level of rules in bibliographic description" > repeatable: 0 >@@ -7158,6 +7394,7 @@ tables: > > - tagfield: "039" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Level of effort used to assign nonsubject heading access points" > libopac: "Level of effort used to assign nonsubject heading access points" > repeatable: 0 >@@ -7176,6 +7413,7 @@ tables: > > - tagfield: "039" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Level of effort used to assign subject headings" > libopac: "Level of effort used to assign subject headings" > repeatable: 0 >@@ -7194,6 +7432,7 @@ tables: > > - tagfield: "039" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Level of effort used to assign classification" > libopac: "Level of effort used to assign classification" > repeatable: 0 >@@ -7212,6 +7451,7 @@ tables: > > - tagfield: "039" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Number of fixed field character positions coded" > libopac: "Number of fixed field character positions coded" > repeatable: 0 >@@ -7230,6 +7470,7 @@ tables: > > - tagfield: "040" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -7248,6 +7489,7 @@ tables: > > - tagfield: "040" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -7266,6 +7508,7 @@ tables: > > - tagfield: "040" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Original cataloging agency" > libopac: "Original cataloging agency" > repeatable: 0 >@@ -7284,6 +7527,7 @@ tables: > > - tagfield: "040" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Language of cataloging" > libopac: "Language of cataloging" > repeatable: 0 >@@ -7302,6 +7546,7 @@ tables: > > - tagfield: "040" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Transcribing agency" > libopac: "Transcribing agency" > repeatable: 0 >@@ -7320,6 +7565,7 @@ tables: > > - tagfield: "040" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Modifying agency" > libopac: "Modifying agency" > repeatable: 1 >@@ -7338,6 +7584,7 @@ tables: > > - tagfield: "040" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Description conventions" > libopac: "Description conventions" > repeatable: 1 >@@ -7356,6 +7603,7 @@ tables: > > - tagfield: "041" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of code" > libopac: "Source of code" > repeatable: 0 >@@ -7374,6 +7622,7 @@ tables: > > - tagfield: "041" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -7392,6 +7641,7 @@ tables: > > - tagfield: "041" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -7410,6 +7660,7 @@ tables: > > - tagfield: "041" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -7428,6 +7679,7 @@ tables: > > - tagfield: "041" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -7446,6 +7698,7 @@ tables: > > - tagfield: "041" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Language code of text/sound track or separate title" > libopac: "Language code of text/sound track or separate title" > repeatable: 1 >@@ -7464,6 +7717,7 @@ tables: > > - tagfield: "041" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Language code of summary or abstract" > libopac: "Language code of summary or abstract" > repeatable: 1 >@@ -7482,6 +7736,7 @@ tables: > > - tagfield: "041" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]" > libopac: "Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]" > repeatable: 1 >@@ -7500,6 +7755,7 @@ tables: > > - tagfield: "041" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Language code of sung or spoken text" > libopac: "Language code of sung or spoken text" > repeatable: 1 >@@ -7518,6 +7774,7 @@ tables: > > - tagfield: "041" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Language code of librettos" > libopac: "Language code of librettos" > repeatable: 1 >@@ -7536,6 +7793,7 @@ tables: > > - tagfield: "041" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Language code of table of contents" > libopac: "Language code of table of contents" > repeatable: 1 >@@ -7554,6 +7812,7 @@ tables: > > - tagfield: "041" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Language code of accompanying material other than librettos and transcripts" > libopac: "Language code of accompanying material other than librettos and transcripts" > repeatable: 1 >@@ -7572,6 +7831,7 @@ tables: > > - tagfield: "041" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Language code of original" > libopac: "Language code of original" > repeatable: 1 >@@ -7590,6 +7850,7 @@ tables: > > - tagfield: "041" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Language code of intertitles" > libopac: "Language code of intertitles" > repeatable: 1 >@@ -7608,6 +7869,7 @@ tables: > > - tagfield: "041" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Language code of subtitles" > libopac: "Language code of subtitles" > repeatable: 1 >@@ -7626,6 +7888,7 @@ tables: > > - tagfield: "041" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Language code of intermediate translations" > libopac: "Language code of intermediate translations" > repeatable: 1 >@@ -7644,6 +7907,7 @@ tables: > > - tagfield: "041" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Language code of original accompanying materials other than librettos" > libopac: "Language code of original accompanying materials other than librettos" > repeatable: 1 >@@ -7662,6 +7926,7 @@ tables: > > - tagfield: "041" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Language code of original libretto" > libopac: "Language code of original libretto" > repeatable: 1 >@@ -7680,6 +7945,7 @@ tables: > > - tagfield: "041" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Language code of captions" > libopac: "Language code of captions" > repeatable: 1 >@@ -7698,6 +7964,7 @@ tables: > > - tagfield: "041" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Language code of accessible audio" > libopac: "Language code of accessible audio" > repeatable: 1 >@@ -7716,6 +7983,7 @@ tables: > > - tagfield: "041" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Language code of accessible visual language" > libopac: "Language code of accessible visual language" > repeatable: 1 >@@ -7734,6 +8002,7 @@ tables: > > - tagfield: "041" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Language code of accompanying transcripts for audiovisual materials" > libopac: "Language code of accompanying transcripts for audiovisual materials" > repeatable: 1 >@@ -7752,6 +8021,7 @@ tables: > > - tagfield: "042" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Authentication code" > libopac: "Authentication code" > repeatable: 1 >@@ -7770,6 +8040,7 @@ tables: > > - tagfield: "043" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -7788,6 +8059,7 @@ tables: > > - tagfield: "043" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -7806,6 +8078,7 @@ tables: > > - tagfield: "043" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of local code" > libopac: "Source of local code" > repeatable: 1 >@@ -7824,6 +8097,7 @@ tables: > > - tagfield: "043" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -7842,6 +8116,7 @@ tables: > > - tagfield: "043" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -7860,6 +8135,7 @@ tables: > > - tagfield: "043" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic area code" > libopac: "Geographic area code" > repeatable: 1 >@@ -7878,6 +8154,7 @@ tables: > > - tagfield: "043" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Local GAC code" > libopac: "Local GAC code" > repeatable: 1 >@@ -7896,6 +8173,7 @@ tables: > > - tagfield: "043" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "ISO code" > libopac: "ISO code" > repeatable: 1 >@@ -7914,6 +8192,7 @@ tables: > > - tagfield: "044" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of local subentity code" > libopac: "Source of local subentity code" > repeatable: 1 >@@ -7932,6 +8211,7 @@ tables: > > - tagfield: "044" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -7950,6 +8230,7 @@ tables: > > - tagfield: "044" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -7968,6 +8249,7 @@ tables: > > - tagfield: "044" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "MARC country code" > libopac: "MARC country code" > repeatable: 1 >@@ -7986,6 +8268,7 @@ tables: > > - tagfield: "044" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Local subentity code" > libopac: "Local subentity code" > repeatable: 1 >@@ -8004,6 +8287,7 @@ tables: > > - tagfield: "044" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "ISO country code" > libopac: "ISO country code" > repeatable: 1 >@@ -8022,6 +8306,7 @@ tables: > > - tagfield: "045" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -8040,6 +8325,7 @@ tables: > > - tagfield: "045" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8058,6 +8344,7 @@ tables: > > - tagfield: "045" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Time period code" > libopac: "Time period code" > repeatable: 1 >@@ -8076,6 +8363,7 @@ tables: > > - tagfield: "045" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Formatted 9999 B.C. through C.E. time period" > libopac: "Formatted 9999 B.C. through C.E. time period" > repeatable: 1 >@@ -8094,6 +8382,7 @@ tables: > > - tagfield: "045" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Formatted pre-9999 B.C. time period" > libopac: "Formatted pre-9999 B.C. time period" > repeatable: 1 >@@ -8112,6 +8401,7 @@ tables: > > - tagfield: "046" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of date" > libopac: "Source of date" > repeatable: 0 >@@ -8130,6 +8420,7 @@ tables: > > - tagfield: "046" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -8148,6 +8439,7 @@ tables: > > - tagfield: "046" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -8166,6 +8458,7 @@ tables: > > - tagfield: "046" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8184,6 +8477,7 @@ tables: > > - tagfield: "046" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of date code" > libopac: "Type of date code" > repeatable: 0 >@@ -8202,6 +8496,7 @@ tables: > > - tagfield: "046" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Date 1, B.C.E. date" > libopac: "Date 1, B.C.E. date" > repeatable: 0 >@@ -8220,6 +8515,7 @@ tables: > > - tagfield: "046" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date 1, C.E. date" > libopac: "Date 1, C.E. date" > repeatable: 0 >@@ -8238,6 +8534,7 @@ tables: > > - tagfield: "046" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date 2, B.C.E. date" > libopac: "Date 2, B.C.E. date" > repeatable: 0 >@@ -8256,6 +8553,7 @@ tables: > > - tagfield: "046" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Date 2, C.E. date" > libopac: "Date 2, C.E. date" > repeatable: 0 >@@ -8274,6 +8572,7 @@ tables: > > - tagfield: "046" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Date resource modified" > libopac: "Date resource modified" > repeatable: 0 >@@ -8292,6 +8591,7 @@ tables: > > - tagfield: "046" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Beginning or single date created" > libopac: "Beginning or single date created" > repeatable: 0 >@@ -8310,6 +8610,7 @@ tables: > > - tagfield: "046" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Ending date created" > libopac: "Ending date created" > repeatable: 0 >@@ -8328,6 +8629,7 @@ tables: > > - tagfield: "046" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Beginning of date valid" > libopac: "Beginning of date valid" > repeatable: 0 >@@ -8346,6 +8648,7 @@ tables: > > - tagfield: "046" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "End of date valid" > libopac: "End of date valid" > repeatable: 0 >@@ -8364,6 +8667,7 @@ tables: > > - tagfield: "046" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Single or starting date for aggregated content" > libopac: "Single or starting date for aggregated content" > repeatable: 0 >@@ -8382,6 +8686,7 @@ tables: > > - tagfield: "046" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Ending date for aggregated content" > libopac: "Ending date for aggregated content" > repeatable: 0 >@@ -8400,6 +8705,7 @@ tables: > > - tagfield: "046" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -8418,6 +8724,7 @@ tables: > > - tagfield: "046" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -8436,6 +8743,7 @@ tables: > > - tagfield: "047" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of code" > libopac: "Source of code" > repeatable: 0 >@@ -8454,6 +8762,7 @@ tables: > > - tagfield: "047" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8472,6 +8781,7 @@ tables: > > - tagfield: "047" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Form of musical composition code" > libopac: "Form of musical composition code" > repeatable: 1 >@@ -8490,6 +8800,7 @@ tables: > > - tagfield: "048" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of code" > libopac: "Source of code" > repeatable: 0 >@@ -8508,6 +8819,7 @@ tables: > > - tagfield: "048" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8526,6 +8838,7 @@ tables: > > - tagfield: "048" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Performer or ensemble" > libopac: "Performer or ensemble" > repeatable: 1 >@@ -8544,6 +8857,7 @@ tables: > > - tagfield: "048" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Soloist" > libopac: "Soloist" > repeatable: 1 >@@ -8562,6 +8876,7 @@ tables: > > - tagfield: "049" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Holding library" > libopac: "Holding library" > repeatable: 1 >@@ -8580,6 +8895,7 @@ tables: > > - tagfield: "049" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Copy statement" > libopac: "Copy statement" > repeatable: 1 >@@ -8598,6 +8914,7 @@ tables: > > - tagfield: "049" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Definition of bibliographic subdivisions" > libopac: "Definition of bibliographic subdivisions" > repeatable: 1 >@@ -8616,6 +8933,7 @@ tables: > > - tagfield: "049" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Local processing data" > libopac: "Local processing data" > repeatable: 1 >@@ -8634,6 +8952,7 @@ tables: > > - tagfield: "049" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Missing elements" > libopac: "Missing elements" > repeatable: 1 >@@ -8652,6 +8971,7 @@ tables: > > - tagfield: "049" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Notes about holdings" > libopac: "Notes about holdings" > repeatable: 0 >@@ -8670,6 +8990,7 @@ tables: > > - tagfield: "049" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Local processing data" > libopac: "Local processing data" > repeatable: 1 >@@ -8688,6 +9009,7 @@ tables: > > - tagfield: "049" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Secondary bibliographic subdivision" > libopac: "Secondary bibliographic subdivision" > repeatable: 1 >@@ -8706,6 +9028,7 @@ tables: > > - tagfield: "049" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Third bibliographic subdivision" > libopac: "Third bibliographic subdivision" > repeatable: 1 >@@ -8724,6 +9047,7 @@ tables: > > - tagfield: "049" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Fourth bibliographic subdivision" > libopac: "Fourth bibliographic subdivision" > repeatable: 1 >@@ -8742,6 +9066,7 @@ tables: > > - tagfield: "049" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Fifth bibliographic subdivision" > libopac: "Fifth bibliographic subdivision" > repeatable: 0 >@@ -8760,6 +9085,7 @@ tables: > > - tagfield: "049" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Sixth bibliographic subdivision" > libopac: "Sixth bibliographic subdivision" > repeatable: 1 >@@ -8778,6 +9104,7 @@ tables: > > - tagfield: "049" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Seventh bibliographic subdivision" > libopac: "Seventh bibliographic subdivision" > repeatable: 1 >@@ -8796,6 +9123,7 @@ tables: > > - tagfield: "049" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Primary bibliographic subdivision" > libopac: "Primary bibliographic subdivision" > repeatable: 1 >@@ -8814,6 +9142,7 @@ tables: > > - tagfield: "049" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Inclusive dates of publication or coverage" > libopac: "Inclusive dates of publication or coverage" > repeatable: 0 >@@ -8832,6 +9161,7 @@ tables: > > - tagfield: "050" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -8850,6 +9180,7 @@ tables: > > - tagfield: "050" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -8868,6 +9199,7 @@ tables: > > - tagfield: "050" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -8886,6 +9218,7 @@ tables: > > - tagfield: "050" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -8904,6 +9237,7 @@ tables: > > - tagfield: "050" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8922,6 +9256,7 @@ tables: > > - tagfield: "050" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -8940,6 +9275,7 @@ tables: > > - tagfield: "050" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -8958,6 +9294,7 @@ tables: > > - tagfield: "050" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Supplementary class number (MU) [OBSOLETE]" > libopac: "Supplementary class number (MU) [OBSOLETE]" > repeatable: 0 >@@ -8976,6 +9313,7 @@ tables: > > - tagfield: "051" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -8994,6 +9332,7 @@ tables: > > - tagfield: "051" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 0 >@@ -9012,6 +9351,7 @@ tables: > > - tagfield: "051" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9030,6 +9370,7 @@ tables: > > - tagfield: "051" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Copy information" > libopac: "Copy information" > repeatable: 0 >@@ -9048,6 +9389,7 @@ tables: > > - tagfield: "052" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -9066,6 +9408,7 @@ tables: > > - tagfield: "052" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -9084,6 +9427,7 @@ tables: > > - tagfield: "052" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Code source" > libopac: "Code source" > repeatable: 0 >@@ -9102,6 +9446,7 @@ tables: > > - tagfield: "052" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -9120,6 +9465,7 @@ tables: > > - tagfield: "052" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9138,6 +9484,7 @@ tables: > > - tagfield: "052" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic classification area code" > libopac: "Geographic classification area code" > repeatable: 0 >@@ -9156,6 +9503,7 @@ tables: > > - tagfield: "052" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Geographic classification subarea code" > libopac: "Geographic classification subarea code" > repeatable: 1 >@@ -9174,6 +9522,7 @@ tables: > > - tagfield: "052" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Subject (MP) [OBSOLETE]" > libopac: "Subject (MP) [OBSOLETE]" > repeatable: 0 >@@ -9192,6 +9541,7 @@ tables: > > - tagfield: "052" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Populated place name" > libopac: "Populated place name" > repeatable: 1 >@@ -9210,6 +9560,7 @@ tables: > > - tagfield: "055" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -9228,6 +9579,7 @@ tables: > > - tagfield: "055" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -9246,6 +9598,7 @@ tables: > > - tagfield: "055" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of call/class number" > libopac: "Source of call/class number" > repeatable: 0 >@@ -9264,6 +9617,7 @@ tables: > > - tagfield: "055" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -9282,6 +9636,7 @@ tables: > > - tagfield: "055" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9300,6 +9655,7 @@ tables: > > - tagfield: "055" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 0 >@@ -9318,6 +9674,7 @@ tables: > > - tagfield: "055" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9336,6 +9693,7 @@ tables: > > - tagfield: "060" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -9354,6 +9712,7 @@ tables: > > - tagfield: "060" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -9372,6 +9731,7 @@ tables: > > - tagfield: "060" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9390,6 +9750,7 @@ tables: > > - tagfield: "060" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -9408,6 +9769,7 @@ tables: > > - tagfield: "060" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9426,6 +9788,7 @@ tables: > > - tagfield: "061" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9444,6 +9807,7 @@ tables: > > - tagfield: "061" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -9462,6 +9826,7 @@ tables: > > - tagfield: "061" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9480,6 +9845,7 @@ tables: > > - tagfield: "061" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Copy information" > libopac: "Copy information" > repeatable: 0 >@@ -9498,6 +9864,7 @@ tables: > > - tagfield: "066" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Primary G0 character set" > libopac: "Primary G0 character set" > repeatable: 0 >@@ -9516,6 +9883,7 @@ tables: > > - tagfield: "066" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Primary G1 character set" > libopac: "Primary G1 character set" > repeatable: 0 >@@ -9534,6 +9902,7 @@ tables: > > - tagfield: "066" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Alternate G0 or G1 character set" > libopac: "Alternate G0 or G1 character set" > repeatable: 1 >@@ -9552,6 +9921,7 @@ tables: > > - tagfield: "070" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -9570,6 +9940,7 @@ tables: > > - tagfield: "070" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -9588,6 +9959,7 @@ tables: > > - tagfield: "070" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9606,6 +9978,7 @@ tables: > > - tagfield: "070" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -9624,6 +9997,7 @@ tables: > > - tagfield: "070" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9642,6 +10016,7 @@ tables: > > - tagfield: "071" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9660,6 +10035,7 @@ tables: > > - tagfield: "071" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -9678,6 +10054,7 @@ tables: > > - tagfield: "071" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9696,6 +10073,7 @@ tables: > > - tagfield: "071" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Copy information" > libopac: "Copy information" > repeatable: 1 >@@ -9714,6 +10092,7 @@ tables: > > - tagfield: "072" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -9732,6 +10111,7 @@ tables: > > - tagfield: "072" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -9750,6 +10130,7 @@ tables: > > - tagfield: "072" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9768,6 +10149,7 @@ tables: > > - tagfield: "072" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Subject category code" > libopac: "Subject category code" > repeatable: 0 >@@ -9786,6 +10168,7 @@ tables: > > - tagfield: "072" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Subject category code subdivision" > libopac: "Subject category code subdivision" > repeatable: 1 >@@ -9804,6 +10187,7 @@ tables: > > - tagfield: "074" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9822,6 +10206,7 @@ tables: > > - tagfield: "074" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "GPO item number" > libopac: "GPO item number" > repeatable: 0 >@@ -9840,6 +10225,7 @@ tables: > > - tagfield: "074" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid GPO item number" > libopac: "Canceled/invalid GPO item number" > repeatable: 1 >@@ -9858,6 +10244,7 @@ tables: > > - tagfield: "080" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -9876,6 +10263,7 @@ tables: > > - tagfield: "080" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -9894,6 +10282,7 @@ tables: > > - tagfield: "080" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Edition identifier" > libopac: "Edition identifier" > repeatable: 0 >@@ -9912,6 +10301,7 @@ tables: > > - tagfield: "080" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -9930,6 +10320,7 @@ tables: > > - tagfield: "080" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -9948,6 +10339,7 @@ tables: > > - tagfield: "080" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Universal Decimal Classification number" > libopac: "Universal Decimal Classification number" > repeatable: 0 >@@ -9966,6 +10358,7 @@ tables: > > - tagfield: "080" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -9984,6 +10377,7 @@ tables: > > - tagfield: "080" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Common auxiliary subdivision" > libopac: "Common auxiliary subdivision" > repeatable: 1 >@@ -10002,6 +10396,7 @@ tables: > > - tagfield: "082" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -10020,6 +10415,7 @@ tables: > > - tagfield: "082" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -10038,6 +10434,7 @@ tables: > > - tagfield: "082" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Edition information" > libopac: "Edition information" > repeatable: 0 >@@ -10056,6 +10453,7 @@ tables: > > - tagfield: "082" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -10074,6 +10472,7 @@ tables: > > - tagfield: "082" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -10092,6 +10491,7 @@ tables: > > - tagfield: "082" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -10110,6 +10510,7 @@ tables: > > - tagfield: "082" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -10128,6 +10529,7 @@ tables: > > - tagfield: "082" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -10146,6 +10548,7 @@ tables: > > - tagfield: "082" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Standard or optional designation" > libopac: "Standard or optional designation" > repeatable: 0 >@@ -10164,6 +10567,7 @@ tables: > > - tagfield: "082" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Assigning agency" > libopac: "Assigning agency" > repeatable: 0 >@@ -10182,6 +10586,7 @@ tables: > > - tagfield: "083" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -10200,6 +10605,7 @@ tables: > > - tagfield: "083" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -10218,6 +10624,7 @@ tables: > > - tagfield: "083" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Edition information" > libopac: "Edition information" > repeatable: 0 >@@ -10236,6 +10643,7 @@ tables: > > - tagfield: "083" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -10254,6 +10662,7 @@ tables: > > - tagfield: "083" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -10272,6 +10681,7 @@ tables: > > - tagfield: "083" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -10290,6 +10700,7 @@ tables: > > - tagfield: "083" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -10308,6 +10719,7 @@ tables: > > - tagfield: "083" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Classification number--Ending number of span" > libopac: "Classification number--Ending number of span" > repeatable: 1 >@@ -10326,6 +10738,7 @@ tables: > > - tagfield: "083" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Standard or optional designation" > libopac: "Standard or optional designation" > repeatable: 0 >@@ -10344,6 +10757,7 @@ tables: > > - tagfield: "083" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Assigning agency" > libopac: "Assigning agency" > repeatable: 0 >@@ -10362,6 +10776,7 @@ tables: > > - tagfield: "083" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Table sequence number for internal subarrangement or add table" > libopac: "Table sequence number for internal subarrangement or add table" > repeatable: 1 >@@ -10380,6 +10795,7 @@ tables: > > - tagfield: "083" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Table identification" > libopac: "Table identification" > repeatable: 1 >@@ -10398,6 +10814,7 @@ tables: > > - tagfield: "084" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -10416,6 +10833,7 @@ tables: > > - tagfield: "084" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -10434,6 +10852,7 @@ tables: > > - tagfield: "084" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Number source" > libopac: "Number source" > repeatable: 0 >@@ -10452,6 +10871,7 @@ tables: > > - tagfield: "084" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -10470,6 +10890,7 @@ tables: > > - tagfield: "084" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -10488,6 +10909,7 @@ tables: > > - tagfield: "084" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -10506,6 +10928,7 @@ tables: > > - tagfield: "084" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -10524,6 +10947,7 @@ tables: > > - tagfield: "084" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -10542,6 +10966,7 @@ tables: > > - tagfield: "084" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Assigning agency" > libopac: "Assigning agency" > repeatable: 0 >@@ -10560,6 +10985,7 @@ tables: > > - tagfield: "085" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -10578,6 +11004,7 @@ tables: > > - tagfield: "085" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -10596,6 +11023,7 @@ tables: > > - tagfield: "085" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -10614,6 +11042,7 @@ tables: > > - tagfield: "085" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -10632,6 +11061,7 @@ tables: > > - tagfield: "085" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Number where instructions are found-single number or beginning number of span" > libopac: "Number where instructions are found-single number or beginning number of span" > repeatable: 1 >@@ -10650,6 +11080,7 @@ tables: > > - tagfield: "085" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Base number" > libopac: "Base number" > repeatable: 1 >@@ -10668,6 +11099,7 @@ tables: > > - tagfield: "085" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Classification number-ending number of span" > libopac: "Classification number-ending number of span" > repeatable: 1 >@@ -10686,6 +11118,7 @@ tables: > > - tagfield: "085" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Facet designator" > libopac: "Facet designator" > repeatable: 1 >@@ -10704,6 +11137,7 @@ tables: > > - tagfield: "085" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Root number" > libopac: "Root number" > repeatable: 1 >@@ -10722,6 +11156,7 @@ tables: > > - tagfield: "085" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Digits added from classification number in schedule or external table" > libopac: "Digits added from classification number in schedule or external table" > repeatable: 1 >@@ -10740,6 +11175,7 @@ tables: > > - tagfield: "085" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Digits added from internal subarrangement or add table" > libopac: "Digits added from internal subarrangement or add table" > repeatable: 1 >@@ -10758,6 +11194,7 @@ tables: > > - tagfield: "085" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Number being analyzed" > libopac: "Number being analyzed" > repeatable: 1 >@@ -10776,6 +11213,7 @@ tables: > > - tagfield: "085" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Number in internal subarrangement or add table where instructions are found" > libopac: "Number in internal subarrangement or add table where instructions are found" > repeatable: 1 >@@ -10794,6 +11232,7 @@ tables: > > - tagfield: "085" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Table identification-Internal subarrangement or add table" > libopac: "Table identification-Internal subarrangement or add table" > repeatable: 1 >@@ -10812,6 +11251,7 @@ tables: > > - tagfield: "085" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Table sequence number for internal subarrangement or add table" > libopac: "Table sequence number for internal subarrangement or add table" > repeatable: 1 >@@ -10830,6 +11270,7 @@ tables: > > - tagfield: "085" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Table identification" > libopac: "Table identification" > repeatable: 1 >@@ -10848,6 +11289,7 @@ tables: > > - tagfield: "086" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -10866,6 +11308,7 @@ tables: > > - tagfield: "086" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -10884,6 +11327,7 @@ tables: > > - tagfield: "086" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Number source" > libopac: "Number source" > repeatable: 0 >@@ -10902,6 +11346,7 @@ tables: > > - tagfield: "086" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -10920,6 +11365,7 @@ tables: > > - tagfield: "086" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -10938,6 +11384,7 @@ tables: > > - tagfield: "086" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 0 >@@ -10956,6 +11403,7 @@ tables: > > - tagfield: "086" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid classification number" > libopac: "Canceled/invalid classification number" > repeatable: 1 >@@ -10974,6 +11422,7 @@ tables: > > - tagfield: "087" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Report number [OBSOLETE, CAN/MARC]" > libopac: "Report number [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -10992,6 +11441,7 @@ tables: > > - tagfield: "087" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid report number [OBSOLETE, CAN/MARC]" > libopac: "Canceled/invalid report number [OBSOLETE, CAN/MARC]" > repeatable: 1 >@@ -11010,6 +11460,7 @@ tables: > > - tagfield: "088" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -11028,6 +11479,7 @@ tables: > > - tagfield: "088" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -11046,6 +11498,7 @@ tables: > > - tagfield: "088" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 0 >@@ -11064,6 +11517,7 @@ tables: > > - tagfield: "088" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled/invalid report number" > libopac: "Canceled/invalid report number" > repeatable: 1 >@@ -11082,6 +11536,7 @@ tables: > > - tagfield: "090" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)" > libopac: "Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)" > repeatable: 1 >@@ -11100,6 +11555,7 @@ tables: > > - tagfield: "090" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)" > libopac: "Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)" > repeatable: 0 >@@ -11118,6 +11574,7 @@ tables: > > - tagfield: "090" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Feature heading (OCLC)" > libopac: "Feature heading (OCLC)" > repeatable: 0 >@@ -11136,6 +11593,7 @@ tables: > > - tagfield: "090" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Filing suffix (OCLC); Footnote, FNT (RLIN)" > libopac: "Filing suffix (OCLC); Footnote, FNT (RLIN)" > repeatable: 0 >@@ -11154,6 +11612,7 @@ tables: > > - tagfield: "090" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Output transaction history, HST (RLIN)" > libopac: "Output transaction history, HST (RLIN)" > repeatable: 0 >@@ -11172,6 +11631,7 @@ tables: > > - tagfield: "090" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Output transaction instruction, INS (RLIN)" > libopac: "Output transaction instruction, INS (RLIN)" > repeatable: 0 >@@ -11190,6 +11650,7 @@ tables: > > - tagfield: "090" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Extra card control statement, EXT (RLIN)" > libopac: "Extra card control statement, EXT (RLIN)" > repeatable: 0 >@@ -11208,6 +11669,7 @@ tables: > > - tagfield: "090" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Additional local notes, ANT (RLIN)" > libopac: "Additional local notes, ANT (RLIN)" > repeatable: 0 >@@ -11226,6 +11688,7 @@ tables: > > - tagfield: "090" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Pathfinder code, PTH (RLIN)" > libopac: "Pathfinder code, PTH (RLIN)" > repeatable: 0 >@@ -11244,6 +11707,7 @@ tables: > > - tagfield: "090" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Field suppresion, FSP (RLIN)" > libopac: "Field suppresion, FSP (RLIN)" > repeatable: 0 >@@ -11262,6 +11726,7 @@ tables: > > - tagfield: "090" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volumes, VOL (RLIN)" > libopac: "Volumes, VOL (RLIN)" > repeatable: 0 >@@ -11280,6 +11745,7 @@ tables: > > - tagfield: "090" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Date, VOL (RLIN)" > libopac: "Date, VOL (RLIN)" > repeatable: 0 >@@ -11298,6 +11764,7 @@ tables: > > - tagfield: "090" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Retention, VOL (RLIN)" > libopac: "Retention, VOL (RLIN)" > repeatable: 0 >@@ -11316,6 +11783,7 @@ tables: > > - tagfield: "091" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Microfilm shelf location" > libopac: "Microfilm shelf location" > repeatable: 0 >@@ -11334,6 +11802,7 @@ tables: > > - tagfield: "092" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Edition number" > libopac: "Edition number" > repeatable: 0 >@@ -11352,6 +11821,7 @@ tables: > > - tagfield: "092" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 0 >@@ -11370,6 +11840,7 @@ tables: > > - tagfield: "092" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -11388,6 +11859,7 @@ tables: > > - tagfield: "092" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Feature heading" > libopac: "Feature heading" > repeatable: 0 >@@ -11406,6 +11878,7 @@ tables: > > - tagfield: "092" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Filing suffix" > libopac: "Filing suffix" > repeatable: 0 >@@ -11424,6 +11897,7 @@ tables: > > - tagfield: "096" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 0 >@@ -11442,6 +11916,7 @@ tables: > > - tagfield: "096" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -11460,6 +11935,7 @@ tables: > > - tagfield: "096" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Feature heading" > libopac: "Feature heading" > repeatable: 0 >@@ -11478,6 +11954,7 @@ tables: > > - tagfield: "096" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Filing suffix" > libopac: "Filing suffix" > repeatable: 0 >@@ -11496,6 +11973,7 @@ tables: > > - tagfield: "098" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Call number based on other classification scheme" > libopac: "Call number based on other classification scheme" > repeatable: 0 >@@ -11514,6 +11992,7 @@ tables: > > - tagfield: "098" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Feature heading" > libopac: "Feature heading" > repeatable: 0 >@@ -11532,6 +12011,7 @@ tables: > > - tagfield: "098" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Filing suffix" > libopac: "Filing suffix" > repeatable: 0 >@@ -11550,6 +12030,7 @@ tables: > > - tagfield: "099" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number" > libopac: "Classification number" > repeatable: 1 >@@ -11568,6 +12049,7 @@ tables: > > - tagfield: "099" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Feature heading" > libopac: "Feature heading" > repeatable: 0 >@@ -11586,6 +12068,7 @@ tables: > > - tagfield: "099" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Filing suffix" > libopac: "Filing suffix" > repeatable: 0 >@@ -11604,6 +12087,7 @@ tables: > > - tagfield: "100" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -11622,6 +12106,7 @@ tables: > > - tagfield: "100" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -11640,6 +12125,7 @@ tables: > > - tagfield: "100" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -11658,6 +12144,7 @@ tables: > > - tagfield: "100" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -11676,6 +12163,7 @@ tables: > > - tagfield: "100" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -11694,6 +12182,7 @@ tables: > > - tagfield: "100" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -11712,6 +12201,7 @@ tables: > > - tagfield: "100" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -11730,6 +12220,7 @@ tables: > > - tagfield: "100" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -11748,6 +12239,7 @@ tables: > > - tagfield: "100" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -11766,6 +12258,7 @@ tables: > > - tagfield: "100" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -11784,6 +12277,7 @@ tables: > > - tagfield: "100" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and words associated with a name" > libopac: "Titles and words associated with a name" > repeatable: 1 >@@ -11802,6 +12296,7 @@ tables: > > - tagfield: "100" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -11820,6 +12315,7 @@ tables: > > - tagfield: "100" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -11838,6 +12334,7 @@ tables: > > - tagfield: "100" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -11856,6 +12353,7 @@ tables: > > - tagfield: "100" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -11874,6 +12372,7 @@ tables: > > - tagfield: "100" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -11892,6 +12391,7 @@ tables: > > - tagfield: "100" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -11910,6 +12410,7 @@ tables: > > - tagfield: "100" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -11928,6 +12429,7 @@ tables: > > - tagfield: "100" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -11946,6 +12448,7 @@ tables: > > - tagfield: "100" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -11964,6 +12467,7 @@ tables: > > - tagfield: "100" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -11982,6 +12486,7 @@ tables: > > - tagfield: "100" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -12000,6 +12505,7 @@ tables: > > - tagfield: "100" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -12018,6 +12524,7 @@ tables: > > - tagfield: "110" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -12036,6 +12543,7 @@ tables: > > - tagfield: "110" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -12054,6 +12562,7 @@ tables: > > - tagfield: "110" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -12072,6 +12581,7 @@ tables: > > - tagfield: "110" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -12090,6 +12600,7 @@ tables: > > - tagfield: "110" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -12108,6 +12619,7 @@ tables: > > - tagfield: "110" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -12126,6 +12638,7 @@ tables: > > - tagfield: "110" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -12144,6 +12657,7 @@ tables: > > - tagfield: "110" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -12162,6 +12676,7 @@ tables: > > - tagfield: "110" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -12180,6 +12695,7 @@ tables: > > - tagfield: "110" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -12198,6 +12714,7 @@ tables: > > - tagfield: "110" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -12216,6 +12733,7 @@ tables: > > - tagfield: "110" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -12234,6 +12752,7 @@ tables: > > - tagfield: "110" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -12252,6 +12771,7 @@ tables: > > - tagfield: "110" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -12270,6 +12790,7 @@ tables: > > - tagfield: "110" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -12288,6 +12809,7 @@ tables: > > - tagfield: "110" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -12306,6 +12828,7 @@ tables: > > - tagfield: "110" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -12324,6 +12847,7 @@ tables: > > - tagfield: "110" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -12342,6 +12866,7 @@ tables: > > - tagfield: "110" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -12360,6 +12885,7 @@ tables: > > - tagfield: "110" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -12378,6 +12904,7 @@ tables: > > - tagfield: "110" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -12396,6 +12923,7 @@ tables: > > - tagfield: "111" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -12414,6 +12942,7 @@ tables: > > - tagfield: "111" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -12432,6 +12961,7 @@ tables: > > - tagfield: "111" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -12450,6 +12980,7 @@ tables: > > - tagfield: "111" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -12468,6 +12999,7 @@ tables: > > - tagfield: "111" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -12486,6 +13018,7 @@ tables: > > - tagfield: "111" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -12504,6 +13037,7 @@ tables: > > - tagfield: "111" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -12522,6 +13056,7 @@ tables: > > - tagfield: "111" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -12540,6 +13075,7 @@ tables: > > - tagfield: "111" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -12558,6 +13094,7 @@ tables: > > - tagfield: "111" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number [OBSOLETE]" > libopac: "Number [OBSOLETE]" > repeatable: 0 >@@ -12576,6 +13113,7 @@ tables: > > - tagfield: "111" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -12594,6 +13132,7 @@ tables: > > - tagfield: "111" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -12612,6 +13151,7 @@ tables: > > - tagfield: "111" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -12630,6 +13170,7 @@ tables: > > - tagfield: "111" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -12648,6 +13189,7 @@ tables: > > - tagfield: "111" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -12666,6 +13208,7 @@ tables: > > - tagfield: "111" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -12684,6 +13227,7 @@ tables: > > - tagfield: "111" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -12702,6 +13246,7 @@ tables: > > - tagfield: "111" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -12720,6 +13265,7 @@ tables: > > - tagfield: "111" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -12738,6 +13284,7 @@ tables: > > - tagfield: "111" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -12756,6 +13303,7 @@ tables: > > - tagfield: "111" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -12774,6 +13322,7 @@ tables: > > - tagfield: "111" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -12792,6 +13341,7 @@ tables: > > - tagfield: "111" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -12810,6 +13360,7 @@ tables: > > - tagfield: "130" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -12828,6 +13379,7 @@ tables: > > - tagfield: "130" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -12846,6 +13398,7 @@ tables: > > - tagfield: "130" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -12864,6 +13417,7 @@ tables: > > - tagfield: "130" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -12882,6 +13436,7 @@ tables: > > - tagfield: "130" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -12900,6 +13455,7 @@ tables: > > - tagfield: "130" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -12918,6 +13474,7 @@ tables: > > - tagfield: "130" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -12936,6 +13493,7 @@ tables: > > - tagfield: "130" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -12954,6 +13512,7 @@ tables: > > - tagfield: "130" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -12972,6 +13531,7 @@ tables: > > - tagfield: "130" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -12990,6 +13550,7 @@ tables: > > - tagfield: "130" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -13008,6 +13569,7 @@ tables: > > - tagfield: "130" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -13026,6 +13588,7 @@ tables: > > - tagfield: "130" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -13044,6 +13607,7 @@ tables: > > - tagfield: "130" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -13062,6 +13626,7 @@ tables: > > - tagfield: "130" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -13080,6 +13645,7 @@ tables: > > - tagfield: "130" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -13098,6 +13664,7 @@ tables: > > - tagfield: "130" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -13116,6 +13683,7 @@ tables: > > - tagfield: "130" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -13134,6 +13702,7 @@ tables: > > - tagfield: "130" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -13152,6 +13721,7 @@ tables: > > - tagfield: "130" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -13170,6 +13740,7 @@ tables: > > - tagfield: "130" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -13188,6 +13759,7 @@ tables: > > - tagfield: "210" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 1 >@@ -13206,6 +13778,7 @@ tables: > > - tagfield: "210" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13224,6 +13797,7 @@ tables: > > - tagfield: "210" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -13242,6 +13816,7 @@ tables: > > - tagfield: "210" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -13260,6 +13835,7 @@ tables: > > - tagfield: "210" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Abbreviated title" > libopac: "Abbreviated title" > repeatable: 0 >@@ -13278,6 +13854,7 @@ tables: > > - tagfield: "210" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -13296,6 +13873,7 @@ tables: > > - tagfield: "211" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13314,6 +13892,7 @@ tables: > > - tagfield: "211" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Acronym or shortened title" > libopac: "Acronym or shortened title" > repeatable: 0 >@@ -13332,6 +13911,7 @@ tables: > > - tagfield: "212" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13350,6 +13930,7 @@ tables: > > - tagfield: "212" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Variant access title" > libopac: "Variant access title" > repeatable: 0 >@@ -13368,6 +13949,7 @@ tables: > > - tagfield: "214" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13386,6 +13968,7 @@ tables: > > - tagfield: "214" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Augmented title" > libopac: "Augmented title" > repeatable: 0 >@@ -13404,6 +13987,7 @@ tables: > > - tagfield: "222" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13422,6 +14006,7 @@ tables: > > - tagfield: "222" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -13440,6 +14025,7 @@ tables: > > - tagfield: "222" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Key title" > libopac: "Key title" > repeatable: 0 >@@ -13458,6 +14044,7 @@ tables: > > - tagfield: "222" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -13476,6 +14063,7 @@ tables: > > - tagfield: "240" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -13494,6 +14082,7 @@ tables: > > - tagfield: "240" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -13512,6 +14101,7 @@ tables: > > - tagfield: "240" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -13530,6 +14120,7 @@ tables: > > - tagfield: "240" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13548,6 +14139,7 @@ tables: > > - tagfield: "240" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -13566,6 +14158,7 @@ tables: > > - tagfield: "240" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -13584,6 +14177,7 @@ tables: > > - tagfield: "240" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -13602,6 +14196,7 @@ tables: > > - tagfield: "240" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -13620,6 +14215,7 @@ tables: > > - tagfield: "240" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -13638,6 +14234,7 @@ tables: > > - tagfield: "240" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -13656,6 +14253,7 @@ tables: > > - tagfield: "240" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -13674,6 +14272,7 @@ tables: > > - tagfield: "240" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -13692,6 +14291,7 @@ tables: > > - tagfield: "240" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -13710,6 +14310,7 @@ tables: > > - tagfield: "240" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -13728,6 +14329,7 @@ tables: > > - tagfield: "240" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -13746,6 +14348,7 @@ tables: > > - tagfield: "240" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -13764,6 +14367,7 @@ tables: > > - tagfield: "240" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -13782,6 +14386,7 @@ tables: > > - tagfield: "240" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -13800,6 +14405,7 @@ tables: > > - tagfield: "240" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -13818,6 +14424,7 @@ tables: > > - tagfield: "240" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -13836,6 +14443,7 @@ tables: > > - tagfield: "241" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Romanized title" > libopac: "Romanized title" > repeatable: 0 >@@ -13854,6 +14462,7 @@ tables: > > - tagfield: "241" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -13872,6 +14481,7 @@ tables: > > - tagfield: "242" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -13890,6 +14500,7 @@ tables: > > - tagfield: "242" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -13908,6 +14519,7 @@ tables: > > - tagfield: "242" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -13926,6 +14538,7 @@ tables: > > - tagfield: "242" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of title" > libopac: "Remainder of title" > repeatable: 0 >@@ -13944,6 +14557,7 @@ tables: > > - tagfield: "242" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Statement of responsibility, etc." > libopac: "Statement of responsibility, etc." > repeatable: 0 >@@ -13962,6 +14576,7 @@ tables: > > - tagfield: "242" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Designation of section (BK AM MP MU VM SE) [OBSOLETE]" > libopac: "Designation of section (BK AM MP MU VM SE) [OBSOLETE]" > repeatable: 0 >@@ -13980,6 +14595,7 @@ tables: > > - tagfield: "242" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Name of part/section (BK AM MP MU VM SE) [OBSOLETE]" > libopac: "Name of part/section (BK AM MP MU VM SE) [OBSOLETE]" > repeatable: 0 >@@ -13998,6 +14614,7 @@ tables: > > - tagfield: "242" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -14016,6 +14633,7 @@ tables: > > - tagfield: "242" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -14034,6 +14652,7 @@ tables: > > - tagfield: "242" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -14052,6 +14671,7 @@ tables: > > - tagfield: "242" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Language code of translated title" > libopac: "Language code of translated title" > repeatable: 0 >@@ -14070,6 +14690,7 @@ tables: > > - tagfield: "243" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -14088,6 +14709,7 @@ tables: > > - tagfield: "243" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -14106,6 +14728,7 @@ tables: > > - tagfield: "243" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -14124,6 +14747,7 @@ tables: > > - tagfield: "243" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -14142,6 +14766,7 @@ tables: > > - tagfield: "243" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -14160,6 +14785,7 @@ tables: > > - tagfield: "243" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -14178,6 +14804,7 @@ tables: > > - tagfield: "243" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -14196,6 +14823,7 @@ tables: > > - tagfield: "243" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -14214,6 +14842,7 @@ tables: > > - tagfield: "243" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -14232,6 +14861,7 @@ tables: > > - tagfield: "243" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -14250,6 +14880,7 @@ tables: > > - tagfield: "243" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -14268,6 +14899,7 @@ tables: > > - tagfield: "243" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -14286,6 +14918,7 @@ tables: > > - tagfield: "243" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -14304,6 +14937,7 @@ tables: > > - tagfield: "243" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -14322,6 +14956,7 @@ tables: > > - tagfield: "243" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -14340,6 +14975,7 @@ tables: > > - tagfield: "243" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -14358,6 +14994,7 @@ tables: > > - tagfield: "245" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -14376,6 +15013,7 @@ tables: > > - tagfield: "245" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -14394,6 +15032,7 @@ tables: > > - tagfield: "245" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -14412,6 +15051,7 @@ tables: > > - tagfield: "245" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -14430,6 +15070,7 @@ tables: > > - tagfield: "245" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of title" > libopac: "Remainder of title" > repeatable: 0 >@@ -14448,6 +15089,7 @@ tables: > > - tagfield: "245" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Statement of responsibility, etc." > libopac: "Statement of responsibility, etc." > repeatable: 0 >@@ -14466,6 +15108,7 @@ tables: > > - tagfield: "245" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Designation of section/part/series (SE) [OBSOLETE]" > libopac: "Designation of section/part/series (SE) [OBSOLETE]" > repeatable: 0 >@@ -14484,6 +15127,7 @@ tables: > > - tagfield: "245" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Name of part/section/series (SE) [OBSOLETE]" > libopac: "Name of part/section/series (SE) [OBSOLETE]" > repeatable: 0 >@@ -14502,6 +15146,7 @@ tables: > > - tagfield: "245" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Inclusive dates" > libopac: "Inclusive dates" > repeatable: 0 >@@ -14520,6 +15165,7 @@ tables: > > - tagfield: "245" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Bulk dates" > libopac: "Bulk dates" > repeatable: 0 >@@ -14538,6 +15184,7 @@ tables: > > - tagfield: "245" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -14556,6 +15203,7 @@ tables: > > - tagfield: "245" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form" > libopac: "Form" > repeatable: 1 >@@ -14574,6 +15222,7 @@ tables: > > - tagfield: "245" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -14592,6 +15241,7 @@ tables: > > - tagfield: "245" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -14610,6 +15260,7 @@ tables: > > - tagfield: "245" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -14628,6 +15279,7 @@ tables: > > - tagfield: "246" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -14646,6 +15298,7 @@ tables: > > - tagfield: "246" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -14664,6 +15317,7 @@ tables: > > - tagfield: "246" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -14682,6 +15336,7 @@ tables: > > - tagfield: "246" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -14700,6 +15355,7 @@ tables: > > - tagfield: "246" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title proper/short title" > libopac: "Title proper/short title" > repeatable: 0 >@@ -14718,6 +15374,7 @@ tables: > > - tagfield: "246" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of title" > libopac: "Remainder of title" > repeatable: 0 >@@ -14736,6 +15393,7 @@ tables: > > - tagfield: "246" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Designation of section/part/series (SE) [OBSOLETE]" > libopac: "Designation of section/part/series (SE) [OBSOLETE]" > repeatable: 0 >@@ -14754,6 +15412,7 @@ tables: > > - tagfield: "246" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Name of part/section/series (SE) [OBSOLETE]" > libopac: "Name of part/section/series (SE) [OBSOLETE]" > repeatable: 0 >@@ -14772,6 +15431,7 @@ tables: > > - tagfield: "246" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date or sequential designation" > libopac: "Date or sequential designation" > repeatable: 0 >@@ -14790,6 +15450,7 @@ tables: > > - tagfield: "246" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -14808,6 +15469,7 @@ tables: > > - tagfield: "246" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -14826,6 +15488,7 @@ tables: > > - tagfield: "246" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Display text" > libopac: "Display text" > repeatable: 0 >@@ -14844,6 +15507,7 @@ tables: > > - tagfield: "246" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -14862,6 +15526,7 @@ tables: > > - tagfield: "246" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -14880,6 +15545,7 @@ tables: > > - tagfield: "247" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -14898,6 +15564,7 @@ tables: > > - tagfield: "247" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -14916,6 +15583,7 @@ tables: > > - tagfield: "247" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -14934,6 +15602,7 @@ tables: > > - tagfield: "247" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -14952,6 +15621,7 @@ tables: > > - tagfield: "247" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of title" > libopac: "Remainder of title" > repeatable: 0 >@@ -14970,6 +15640,7 @@ tables: > > - tagfield: "247" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Designation of section (SE) [OBSOLETE]" > libopac: "Designation of section (SE) [OBSOLETE]" > repeatable: 0 >@@ -14988,6 +15659,7 @@ tables: > > - tagfield: "247" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Name of part/section (SE) [OBSOLETE]" > libopac: "Name of part/section (SE) [OBSOLETE]" > repeatable: 0 >@@ -15006,6 +15678,7 @@ tables: > > - tagfield: "247" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date or sequential designation" > libopac: "Date or sequential designation" > repeatable: 0 >@@ -15024,6 +15697,7 @@ tables: > > - tagfield: "247" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -15042,6 +15716,7 @@ tables: > > - tagfield: "247" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -15060,6 +15735,7 @@ tables: > > - tagfield: "247" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -15078,6 +15754,7 @@ tables: > > - tagfield: "247" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -15096,6 +15773,7 @@ tables: > > - tagfield: "247" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -15114,6 +15792,7 @@ tables: > > - tagfield: "250" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -15132,6 +15811,7 @@ tables: > > - tagfield: "250" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15150,6 +15830,7 @@ tables: > > - tagfield: "250" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -15168,6 +15849,7 @@ tables: > > - tagfield: "250" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15186,6 +15868,7 @@ tables: > > - tagfield: "250" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Edition statement" > libopac: "Edition statement" > repeatable: 0 >@@ -15204,6 +15887,7 @@ tables: > > - tagfield: "250" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of edition statement" > libopac: "Remainder of edition statement" > repeatable: 0 >@@ -15222,6 +15906,7 @@ tables: > > - tagfield: "251" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -15240,6 +15925,7 @@ tables: > > - tagfield: "251" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -15258,6 +15944,7 @@ tables: > > - tagfield: "251" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -15276,6 +15963,7 @@ tables: > > - tagfield: "251" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -15294,6 +15982,7 @@ tables: > > - tagfield: "251" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15312,6 +16001,7 @@ tables: > > - tagfield: "251" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15330,6 +16020,7 @@ tables: > > - tagfield: "251" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -15348,6 +16039,7 @@ tables: > > - tagfield: "254" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15366,6 +16058,7 @@ tables: > > - tagfield: "254" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15384,6 +16077,7 @@ tables: > > - tagfield: "254" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Musical presentation statement" > libopac: "Musical presentation statement" > repeatable: 0 >@@ -15402,6 +16096,7 @@ tables: > > - tagfield: "255" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15420,6 +16115,7 @@ tables: > > - tagfield: "255" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -15438,6 +16134,7 @@ tables: > > - tagfield: "255" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15456,6 +16153,7 @@ tables: > > - tagfield: "255" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Statement of scale" > libopac: "Statement of scale" > repeatable: 0 >@@ -15474,6 +16172,7 @@ tables: > > - tagfield: "255" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Statement of projection" > libopac: "Statement of projection" > repeatable: 0 >@@ -15492,6 +16191,7 @@ tables: > > - tagfield: "255" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Statement of coordinates" > libopac: "Statement of coordinates" > repeatable: 0 >@@ -15510,6 +16210,7 @@ tables: > > - tagfield: "255" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Statement of zone" > libopac: "Statement of zone" > repeatable: 0 >@@ -15528,6 +16229,7 @@ tables: > > - tagfield: "255" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Statement of equinox" > libopac: "Statement of equinox" > repeatable: 0 >@@ -15546,6 +16248,7 @@ tables: > > - tagfield: "255" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Outer G-ring coordinate pairs" > libopac: "Outer G-ring coordinate pairs" > repeatable: 0 >@@ -15564,6 +16267,7 @@ tables: > > - tagfield: "255" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Exclusion G-ring coordinate pairs" > libopac: "Exclusion G-ring coordinate pairs" > repeatable: 0 >@@ -15582,6 +16286,7 @@ tables: > > - tagfield: "256" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15600,6 +16305,7 @@ tables: > > - tagfield: "256" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -15618,6 +16324,7 @@ tables: > > - tagfield: "256" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15636,6 +16343,7 @@ tables: > > - tagfield: "256" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Computer file characteristics" > libopac: "Computer file characteristics" > repeatable: 0 >@@ -15654,6 +16362,7 @@ tables: > > - tagfield: "257" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -15672,6 +16381,7 @@ tables: > > - tagfield: "257" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -15690,6 +16400,7 @@ tables: > > - tagfield: "257" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -15708,6 +16419,7 @@ tables: > > - tagfield: "257" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15726,6 +16438,7 @@ tables: > > - tagfield: "257" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15744,6 +16457,7 @@ tables: > > - tagfield: "257" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Country of producing entity" > libopac: "Country of producing entity" > repeatable: 1 >@@ -15762,6 +16476,7 @@ tables: > > - tagfield: "258" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15780,6 +16495,7 @@ tables: > > - tagfield: "258" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15798,6 +16514,7 @@ tables: > > - tagfield: "258" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Issuing jurisdiction" > libopac: "Issuing jurisdiction" > repeatable: 0 >@@ -15816,6 +16533,7 @@ tables: > > - tagfield: "258" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Denomination" > libopac: "Denomination" > repeatable: 0 >@@ -15834,6 +16552,7 @@ tables: > > - tagfield: "260" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -15852,6 +16571,7 @@ tables: > > - tagfield: "260" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -15870,6 +16590,7 @@ tables: > > - tagfield: "260" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -15888,6 +16609,7 @@ tables: > > - tagfield: "260" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Place of publication, distribution, etc." > libopac: "Place of publication, distribution, etc." > repeatable: 1 >@@ -15906,6 +16628,7 @@ tables: > > - tagfield: "260" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Name of publisher, distributor, etc." > libopac: "Name of publisher, distributor, etc." > repeatable: 1 >@@ -15924,6 +16647,7 @@ tables: > > - tagfield: "260" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date of publication, distribution, etc." > libopac: "Date of publication, distribution, etc." > repeatable: 1 >@@ -15942,6 +16666,7 @@ tables: > > - tagfield: "260" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Plate or publisher's number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]" > libopac: "Plate or publisher's number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]" > repeatable: 0 >@@ -15960,6 +16685,7 @@ tables: > > - tagfield: "260" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Place of manufacture" > libopac: "Place of manufacture" > repeatable: 1 >@@ -15978,6 +16704,7 @@ tables: > > - tagfield: "260" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Manufacturer" > libopac: "Manufacturer" > repeatable: 1 >@@ -15996,6 +16723,7 @@ tables: > > - tagfield: "260" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Date of manufacture" > libopac: "Date of manufacture" > repeatable: 1 >@@ -16014,6 +16742,7 @@ tables: > > - tagfield: "260" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Identification/manufacturer number [OBSOLETE, CAN/MARC]" > libopac: "Identification/manufacturer number [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -16032,6 +16761,7 @@ tables: > > - tagfield: "260" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Matrix and/or take number [OBSOLETE, CAN/MARC]" > libopac: "Matrix and/or take number [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -16050,6 +16780,7 @@ tables: > > - tagfield: "261" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16068,6 +16799,7 @@ tables: > > - tagfield: "261" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16086,6 +16818,7 @@ tables: > > - tagfield: "261" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Producing company" > libopac: "Producing company" > repeatable: 1 >@@ -16104,6 +16837,7 @@ tables: > > - tagfield: "261" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Releasing company (primary distributor)" > libopac: "Releasing company (primary distributor)" > repeatable: 1 >@@ -16122,6 +16856,7 @@ tables: > > - tagfield: "261" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date of production, release, etc." > libopac: "Date of production, release, etc." > repeatable: 1 >@@ -16140,6 +16875,7 @@ tables: > > - tagfield: "261" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of production, release, etc." > libopac: "Date of production, release, etc." > repeatable: 1 >@@ -16158,6 +16894,7 @@ tables: > > - tagfield: "261" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Contractual producer" > libopac: "Contractual producer" > repeatable: 1 >@@ -16176,6 +16913,7 @@ tables: > > - tagfield: "261" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Place of production, release, etc." > libopac: "Place of production, release, etc." > repeatable: 1 >@@ -16194,6 +16932,7 @@ tables: > > - tagfield: "262" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16212,6 +16951,7 @@ tables: > > - tagfield: "262" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16230,6 +16970,7 @@ tables: > > - tagfield: "262" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Place of production, release, etc." > libopac: "Place of production, release, etc." > repeatable: 0 >@@ -16248,6 +16989,7 @@ tables: > > - tagfield: "262" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Publisher or trade name" > libopac: "Publisher or trade name" > repeatable: 0 >@@ -16266,6 +17008,7 @@ tables: > > - tagfield: "262" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date of production, release, etc." > libopac: "Date of production, release, etc." > repeatable: 0 >@@ -16284,6 +17027,7 @@ tables: > > - tagfield: "262" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Serial identification" > libopac: "Serial identification" > repeatable: 0 >@@ -16302,6 +17046,7 @@ tables: > > - tagfield: "262" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Matrix and/or take number" > libopac: "Matrix and/or take number" > repeatable: 0 >@@ -16320,6 +17065,7 @@ tables: > > - tagfield: "263" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16338,6 +17084,7 @@ tables: > > - tagfield: "263" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16356,6 +17103,7 @@ tables: > > - tagfield: "263" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Projected publication date" > libopac: "Projected publication date" > repeatable: 0 >@@ -16374,6 +17122,7 @@ tables: > > - tagfield: "264" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -16392,6 +17141,7 @@ tables: > > - tagfield: "264" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16410,6 +17160,7 @@ tables: > > - tagfield: "264" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -16428,6 +17179,7 @@ tables: > > - tagfield: "264" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16446,6 +17198,7 @@ tables: > > - tagfield: "264" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Place of production, publication, distribution, manufacture" > libopac: "Place of production, publication, distribution, manufacture" > repeatable: 1 >@@ -16464,6 +17217,7 @@ tables: > > - tagfield: "264" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Name of producer, publisher, distributor, manufacturer" > libopac: "Name of producer, publisher, distributor, manufacturer" > repeatable: 1 >@@ -16482,6 +17236,7 @@ tables: > > - tagfield: "264" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date of production, publication, distribution, manufacture, or copyright notice" > libopac: "Date of production, publication, distribution, manufacture, or copyright notice" > repeatable: 1 >@@ -16500,6 +17255,7 @@ tables: > > - tagfield: "265" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage [OBSOLETE]" > libopac: "Linkage [OBSOLETE]" > repeatable: 0 >@@ -16518,6 +17274,7 @@ tables: > > - tagfield: "265" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Source for acquisition/subscription address [OBSOLETE]" > libopac: "Source for acquisition/subscription address [OBSOLETE]" > repeatable: 1 >@@ -16536,6 +17293,7 @@ tables: > > - tagfield: "270" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -16554,6 +17312,7 @@ tables: > > - tagfield: "270" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16572,6 +17331,7 @@ tables: > > - tagfield: "270" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16590,6 +17350,7 @@ tables: > > - tagfield: "270" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Address" > libopac: "Address" > repeatable: 1 >@@ -16608,6 +17369,7 @@ tables: > > - tagfield: "270" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "City" > libopac: "City" > repeatable: 0 >@@ -16626,6 +17388,7 @@ tables: > > - tagfield: "270" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "State or province" > libopac: "State or province" > repeatable: 0 >@@ -16644,6 +17407,7 @@ tables: > > - tagfield: "270" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Country" > libopac: "Country" > repeatable: 0 >@@ -16662,6 +17426,7 @@ tables: > > - tagfield: "270" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Postal code" > libopac: "Postal code" > repeatable: 0 >@@ -16680,6 +17445,7 @@ tables: > > - tagfield: "270" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Terms preceding attention name" > libopac: "Terms preceding attention name" > repeatable: 0 >@@ -16698,6 +17464,7 @@ tables: > > - tagfield: "270" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Attention name" > libopac: "Attention name" > repeatable: 0 >@@ -16716,6 +17483,7 @@ tables: > > - tagfield: "270" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Attention position" > libopac: "Attention position" > repeatable: 0 >@@ -16734,6 +17502,7 @@ tables: > > - tagfield: "270" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Type of address" > libopac: "Type of address" > repeatable: 0 >@@ -16752,6 +17521,7 @@ tables: > > - tagfield: "270" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Specialized telephone number" > libopac: "Specialized telephone number" > repeatable: 1 >@@ -16770,6 +17540,7 @@ tables: > > - tagfield: "270" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Telephone number" > libopac: "Telephone number" > repeatable: 1 >@@ -16788,6 +17559,7 @@ tables: > > - tagfield: "270" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fax number" > libopac: "Fax number" > repeatable: 1 >@@ -16806,6 +17578,7 @@ tables: > > - tagfield: "270" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Electronic mail address" > libopac: "Electronic mail address" > repeatable: 1 >@@ -16824,6 +17597,7 @@ tables: > > - tagfield: "270" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "TDD or TTY number" > libopac: "TDD or TTY number" > repeatable: 1 >@@ -16842,6 +17616,7 @@ tables: > > - tagfield: "270" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Contact person" > libopac: "Contact person" > repeatable: 1 >@@ -16860,6 +17635,7 @@ tables: > > - tagfield: "270" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Title of contact person" > libopac: "Title of contact person" > repeatable: 1 >@@ -16878,6 +17654,7 @@ tables: > > - tagfield: "270" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Hours" > libopac: "Hours" > repeatable: 1 >@@ -16896,6 +17673,7 @@ tables: > > - tagfield: "270" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -16914,6 +17692,7 @@ tables: > > - tagfield: "300" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -16932,6 +17711,7 @@ tables: > > - tagfield: "300" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -16950,6 +17730,7 @@ tables: > > - tagfield: "300" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -16968,6 +17749,7 @@ tables: > > - tagfield: "300" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -16986,6 +17768,7 @@ tables: > > - tagfield: "300" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Extent" > libopac: "Extent" > repeatable: 1 >@@ -17004,6 +17787,7 @@ tables: > > - tagfield: "300" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Other physical details" > libopac: "Other physical details" > repeatable: 0 >@@ -17022,6 +17806,7 @@ tables: > > - tagfield: "300" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Dimensions" > libopac: "Dimensions" > repeatable: 1 >@@ -17040,6 +17825,7 @@ tables: > > - tagfield: "300" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Accompanying material [OBSOLETE, CAN/MARC]" > libopac: "Accompanying material [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -17058,6 +17844,7 @@ tables: > > - tagfield: "300" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Accompanying material" > libopac: "Accompanying material" > repeatable: 0 >@@ -17076,6 +17863,7 @@ tables: > > - tagfield: "300" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -17094,6 +17882,7 @@ tables: > > - tagfield: "300" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Size of unit" > libopac: "Size of unit" > repeatable: 1 >@@ -17112,6 +17901,7 @@ tables: > > - tagfield: "300" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > libopac: "Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -17130,6 +17920,7 @@ tables: > > - tagfield: "300" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > libopac: "Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -17148,6 +17939,7 @@ tables: > > - tagfield: "300" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > libopac: "Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" > repeatable: 0 >@@ -17166,6 +17958,7 @@ tables: > > - tagfield: "301" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Extent of item" > libopac: "Extent of item" > repeatable: 0 >@@ -17184,6 +17977,7 @@ tables: > > - tagfield: "301" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Sound characteristics" > libopac: "Sound characteristics" > repeatable: 0 >@@ -17202,6 +17996,7 @@ tables: > > - tagfield: "301" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Color characteristics" > libopac: "Color characteristics" > repeatable: 0 >@@ -17220,6 +18015,7 @@ tables: > > - tagfield: "301" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dimensions" > libopac: "Dimensions" > repeatable: 0 >@@ -17238,6 +18034,7 @@ tables: > > - tagfield: "301" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Sound characteristics" > libopac: "Sound characteristics" > repeatable: 0 >@@ -17256,6 +18053,7 @@ tables: > > - tagfield: "301" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Speed" > libopac: "Speed" > repeatable: 0 >@@ -17274,6 +18072,7 @@ tables: > > - tagfield: "302" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Page count" > libopac: "Page count" > repeatable: 0 >@@ -17292,6 +18091,7 @@ tables: > > - tagfield: "303" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Unit count" > libopac: "Unit count" > repeatable: 0 >@@ -17310,6 +18110,7 @@ tables: > > - tagfield: "304" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Linear footage" > libopac: "Linear footage" > repeatable: 0 >@@ -17328,6 +18129,7 @@ tables: > > - tagfield: "305" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17346,6 +18148,7 @@ tables: > > - tagfield: "305" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Extent" > libopac: "Extent" > repeatable: 0 >@@ -17364,6 +18167,7 @@ tables: > > - tagfield: "305" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Other physical details" > libopac: "Other physical details" > repeatable: 0 >@@ -17382,6 +18186,7 @@ tables: > > - tagfield: "305" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Dimensions" > libopac: "Dimensions" > repeatable: 0 >@@ -17400,6 +18205,7 @@ tables: > > - tagfield: "305" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Microgroove or standard" > libopac: "Microgroove or standard" > repeatable: 0 >@@ -17418,6 +18224,7 @@ tables: > > - tagfield: "305" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Stereophonic, monaural" > libopac: "Stereophonic, monaural" > repeatable: 0 >@@ -17436,6 +18243,7 @@ tables: > > - tagfield: "305" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Number of tracks" > libopac: "Number of tracks" > repeatable: 0 >@@ -17454,6 +18262,7 @@ tables: > > - tagfield: "305" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Serial identification" > libopac: "Serial identification" > repeatable: 0 >@@ -17472,6 +18281,7 @@ tables: > > - tagfield: "305" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Matrix and/or take number" > libopac: "Matrix and/or take number" > repeatable: 0 >@@ -17490,6 +18300,7 @@ tables: > > - tagfield: "306" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17508,6 +18319,7 @@ tables: > > - tagfield: "306" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -17526,6 +18338,7 @@ tables: > > - tagfield: "306" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Playing time" > libopac: "Playing time" > repeatable: 1 >@@ -17544,6 +18357,7 @@ tables: > > - tagfield: "307" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17562,6 +18376,7 @@ tables: > > - tagfield: "307" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -17580,6 +18395,7 @@ tables: > > - tagfield: "307" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Hours" > libopac: "Hours" > repeatable: 0 >@@ -17598,6 +18414,7 @@ tables: > > - tagfield: "307" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Additional information" > libopac: "Additional information" > repeatable: 0 >@@ -17616,6 +18433,7 @@ tables: > > - tagfield: "308" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17634,6 +18452,7 @@ tables: > > - tagfield: "308" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -17652,6 +18471,7 @@ tables: > > - tagfield: "308" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Number of reels" > libopac: "Number of reels" > repeatable: 0 >@@ -17670,6 +18490,7 @@ tables: > > - tagfield: "308" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Footage" > libopac: "Footage" > repeatable: 0 >@@ -17688,6 +18509,7 @@ tables: > > - tagfield: "308" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Sound characteristics" > libopac: "Sound characteristics" > repeatable: 0 >@@ -17706,6 +18528,7 @@ tables: > > - tagfield: "308" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Color characteristics" > libopac: "Color characteristics" > repeatable: 0 >@@ -17724,6 +18547,7 @@ tables: > > - tagfield: "308" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Width" > libopac: "Width" > repeatable: 0 >@@ -17742,6 +18566,7 @@ tables: > > - tagfield: "308" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Presentation format" > libopac: "Presentation format" > repeatable: 0 >@@ -17760,6 +18585,7 @@ tables: > > - tagfield: "310" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 0 >@@ -17778,6 +18604,7 @@ tables: > > - tagfield: "310" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -17796,6 +18623,7 @@ tables: > > - tagfield: "310" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -17814,6 +18642,7 @@ tables: > > - tagfield: "310" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17832,6 +18661,7 @@ tables: > > - tagfield: "310" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -17850,6 +18680,7 @@ tables: > > - tagfield: "310" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Current publication frequency" > libopac: "Current publication frequency" > repeatable: 0 >@@ -17868,6 +18699,7 @@ tables: > > - tagfield: "310" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Date of current publication frequency" > libopac: "Date of current publication frequency" > repeatable: 0 >@@ -17886,6 +18718,7 @@ tables: > > - tagfield: "315" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -17904,6 +18737,7 @@ tables: > > - tagfield: "315" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Frequency" > libopac: "Frequency" > repeatable: 1 >@@ -17922,6 +18756,7 @@ tables: > > - tagfield: "315" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Dates of frequency" > libopac: "Dates of frequency" > repeatable: 1 >@@ -17940,6 +18775,7 @@ tables: > > - tagfield: "321" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 0 >@@ -17958,6 +18794,7 @@ tables: > > - tagfield: "321" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -17976,6 +18813,7 @@ tables: > > - tagfield: "321" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -17994,6 +18832,7 @@ tables: > > - tagfield: "321" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18012,6 +18851,7 @@ tables: > > - tagfield: "321" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18030,6 +18870,7 @@ tables: > > - tagfield: "321" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Former publication frequency" > libopac: "Former publication frequency" > repeatable: 0 >@@ -18048,6 +18889,7 @@ tables: > > - tagfield: "321" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Dates of former publication frequency" > libopac: "Dates of former publication frequency" > repeatable: 0 >@@ -18066,6 +18908,7 @@ tables: > > - tagfield: "334" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18084,6 +18927,7 @@ tables: > > - tagfield: "334" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18102,6 +18946,7 @@ tables: > > - tagfield: "334" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18120,6 +18965,7 @@ tables: > > - tagfield: "334" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18138,6 +18984,7 @@ tables: > > - tagfield: "334" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18156,6 +19003,7 @@ tables: > > - tagfield: "334" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Mode of issuance term" > libopac: "Mode of issuance term" > repeatable: 0 >@@ -18174,6 +19022,7 @@ tables: > > - tagfield: "334" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Mode of issuance code" > libopac: "Mode of issuance code" > repeatable: 0 >@@ -18192,6 +19041,7 @@ tables: > > - tagfield: "335" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18210,6 +19060,7 @@ tables: > > - tagfield: "335" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18228,6 +19079,7 @@ tables: > > - tagfield: "335" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18246,6 +19098,7 @@ tables: > > - tagfield: "335" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -18264,6 +19117,7 @@ tables: > > - tagfield: "335" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18282,6 +19136,7 @@ tables: > > - tagfield: "335" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -18300,6 +19155,7 @@ tables: > > - tagfield: "335" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18318,6 +19174,7 @@ tables: > > - tagfield: "335" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Extension plan term" > libopac: "Extension plan term" > repeatable: 0 >@@ -18336,6 +19193,7 @@ tables: > > - tagfield: "335" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Extension plan code" > libopac: "Extension plan code" > repeatable: 0 >@@ -18354,6 +19212,7 @@ tables: > > - tagfield: "336" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18372,6 +19231,7 @@ tables: > > - tagfield: "336" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18390,6 +19250,7 @@ tables: > > - tagfield: "336" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18408,6 +19269,7 @@ tables: > > - tagfield: "336" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -18426,6 +19288,7 @@ tables: > > - tagfield: "336" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18444,6 +19307,7 @@ tables: > > - tagfield: "336" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -18462,6 +19326,7 @@ tables: > > - tagfield: "336" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18480,6 +19345,7 @@ tables: > > - tagfield: "336" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Content type term" > libopac: "Content type term" > repeatable: 1 >@@ -18498,6 +19364,7 @@ tables: > > - tagfield: "336" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Content type code" > libopac: "Content type code" > repeatable: 1 >@@ -18516,6 +19383,7 @@ tables: > > - tagfield: "337" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18534,6 +19402,7 @@ tables: > > - tagfield: "337" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18552,6 +19421,7 @@ tables: > > - tagfield: "337" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18570,6 +19440,7 @@ tables: > > - tagfield: "337" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -18588,6 +19459,7 @@ tables: > > - tagfield: "337" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18606,6 +19478,7 @@ tables: > > - tagfield: "337" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18624,6 +19497,7 @@ tables: > > - tagfield: "337" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Media type term" > libopac: "Media type term" > repeatable: 1 >@@ -18642,6 +19516,7 @@ tables: > > - tagfield: "337" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Media type code" > libopac: "Media type code" > repeatable: 1 >@@ -18660,6 +19535,7 @@ tables: > > - tagfield: "338" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18678,6 +19554,7 @@ tables: > > - tagfield: "338" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18696,6 +19573,7 @@ tables: > > - tagfield: "338" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18714,6 +19592,7 @@ tables: > > - tagfield: "338" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -18732,6 +19611,7 @@ tables: > > - tagfield: "338" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18750,6 +19630,7 @@ tables: > > - tagfield: "338" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18768,6 +19649,7 @@ tables: > > - tagfield: "338" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Carrier type term" > libopac: "Carrier type term" > repeatable: 1 >@@ -18786,6 +19668,7 @@ tables: > > - tagfield: "338" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Carrier type code" > libopac: "Carrier type code" > repeatable: 1 >@@ -18804,6 +19687,7 @@ tables: > > - tagfield: "340" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -18822,6 +19706,7 @@ tables: > > - tagfield: "340" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -18840,6 +19725,7 @@ tables: > > - tagfield: "340" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -18858,6 +19744,7 @@ tables: > > - tagfield: "340" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -18876,6 +19763,7 @@ tables: > > - tagfield: "340" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -18894,6 +19782,7 @@ tables: > > - tagfield: "340" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -18912,6 +19801,7 @@ tables: > > - tagfield: "340" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -18930,6 +19820,7 @@ tables: > > - tagfield: "340" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Material base and configuration" > libopac: "Material base and configuration" > repeatable: 1 >@@ -18948,6 +19839,7 @@ tables: > > - tagfield: "340" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Dimensions" > libopac: "Dimensions" > repeatable: 1 >@@ -18966,6 +19858,7 @@ tables: > > - tagfield: "340" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Materials applied to surface" > libopac: "Materials applied to surface" > repeatable: 1 >@@ -18984,6 +19877,7 @@ tables: > > - tagfield: "340" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Information recording technique" > libopac: "Information recording technique" > repeatable: 1 >@@ -19002,6 +19896,7 @@ tables: > > - tagfield: "340" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Support" > libopac: "Support" > repeatable: 1 >@@ -19020,6 +19915,7 @@ tables: > > - tagfield: "340" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Reduction ratio value" > libopac: "Reduction ratio value" > repeatable: 1 >@@ -19038,6 +19934,7 @@ tables: > > - tagfield: "340" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Color content" > libopac: "Color content" > repeatable: 1 >@@ -19056,6 +19953,7 @@ tables: > > - tagfield: "340" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Location within medium" > libopac: "Location within medium" > repeatable: 1 >@@ -19074,6 +19972,7 @@ tables: > > - tagfield: "340" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Technical specifications of medium" > libopac: "Technical specifications of medium" > repeatable: 1 >@@ -19092,6 +19991,7 @@ tables: > > - tagfield: "340" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Generation" > libopac: "Generation" > repeatable: 1 >@@ -19110,6 +20010,7 @@ tables: > > - tagfield: "340" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Layout" > libopac: "Layout" > repeatable: 1 >@@ -19128,6 +20029,7 @@ tables: > > - tagfield: "340" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Binding" > libopac: "Binding" > repeatable: 1 >@@ -19146,6 +20048,7 @@ tables: > > - tagfield: "340" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Book format" > libopac: "Book format" > repeatable: 1 >@@ -19164,6 +20067,7 @@ tables: > > - tagfield: "340" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Font size" > libopac: "Font size" > repeatable: 1 >@@ -19182,6 +20086,7 @@ tables: > > - tagfield: "340" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Polarity" > libopac: "Polarity" > repeatable: 1 >@@ -19200,6 +20105,7 @@ tables: > > - tagfield: "340" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Illustrative content" > libopac: "Illustrative content" > repeatable: 1 >@@ -19218,6 +20124,7 @@ tables: > > - tagfield: "340" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Reduction ratio designator" > libopac: "Reduction ratio designator" > repeatable: 1 >@@ -19236,6 +20143,7 @@ tables: > > - tagfield: "341" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -19254,6 +20162,7 @@ tables: > > - tagfield: "341" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -19272,6 +20181,7 @@ tables: > > - tagfield: "341" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -19290,6 +20200,7 @@ tables: > > - tagfield: "341" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -19308,6 +20219,7 @@ tables: > > - tagfield: "341" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -19326,6 +20238,7 @@ tables: > > - tagfield: "341" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -19344,6 +20257,7 @@ tables: > > - tagfield: "341" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Content access mode" > libopac: "Content access mode" > repeatable: 0 >@@ -19362,6 +20276,7 @@ tables: > > - tagfield: "341" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Textual assistive features" > libopac: "Textual assistive features" > repeatable: 1 >@@ -19380,6 +20295,7 @@ tables: > > - tagfield: "341" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Visual assistive features" > libopac: "Visual assistive features" > repeatable: 1 >@@ -19398,6 +20314,7 @@ tables: > > - tagfield: "341" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Auditory assistive features" > libopac: "Auditory assistive features" > repeatable: 1 >@@ -19416,6 +20333,7 @@ tables: > > - tagfield: "341" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Tactile assistive features" > libopac: "Tactile assistive features" > repeatable: 1 >@@ -19434,6 +20352,7 @@ tables: > > - tagfield: "342" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Reference method used" > libopac: "Reference method used" > repeatable: 0 >@@ -19452,6 +20371,7 @@ tables: > > - tagfield: "342" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -19470,6 +20390,7 @@ tables: > > - tagfield: "342" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -19488,6 +20409,7 @@ tables: > > - tagfield: "342" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name" > libopac: "Name" > repeatable: 0 >@@ -19506,6 +20428,7 @@ tables: > > - tagfield: "342" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Coordinate units or distance units" > libopac: "Coordinate units or distance units" > repeatable: 0 >@@ -19524,6 +20447,7 @@ tables: > > - tagfield: "342" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Latitude resolution" > libopac: "Latitude resolution" > repeatable: 0 >@@ -19542,6 +20466,7 @@ tables: > > - tagfield: "342" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Longitude resolution" > libopac: "Longitude resolution" > repeatable: 0 >@@ -19560,6 +20485,7 @@ tables: > > - tagfield: "342" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Standard parallel or oblique line latitude" > libopac: "Standard parallel or oblique line latitude" > repeatable: 1 >@@ -19578,6 +20504,7 @@ tables: > > - tagfield: "342" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Oblique line longitude" > libopac: "Oblique line longitude" > repeatable: 1 >@@ -19596,6 +20523,7 @@ tables: > > - tagfield: "342" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Longitude of central meridian or projection center" > libopac: "Longitude of central meridian or projection center" > repeatable: 0 >@@ -19614,6 +20542,7 @@ tables: > > - tagfield: "342" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Latitude of projection center or projection origin" > libopac: "Latitude of projection center or projection origin" > repeatable: 0 >@@ -19632,6 +20561,7 @@ tables: > > - tagfield: "342" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "False easting" > libopac: "False easting" > repeatable: 0 >@@ -19650,6 +20580,7 @@ tables: > > - tagfield: "342" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "False northing" > libopac: "False northing" > repeatable: 0 >@@ -19668,6 +20599,7 @@ tables: > > - tagfield: "342" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Scale factor" > libopac: "Scale factor" > repeatable: 0 >@@ -19686,6 +20618,7 @@ tables: > > - tagfield: "342" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Height of perspective point above surface" > libopac: "Height of perspective point above surface" > repeatable: 0 >@@ -19704,6 +20637,7 @@ tables: > > - tagfield: "342" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Azimuthal angle" > libopac: "Azimuthal angle" > repeatable: 0 >@@ -19722,6 +20656,7 @@ tables: > > - tagfield: "342" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Azimuth measure point longitude or straight vertical longitude from pole" > libopac: "Azimuth measure point longitude or straight vertical longitude from pole" > repeatable: 0 >@@ -19740,6 +20675,7 @@ tables: > > - tagfield: "342" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Landsat number and path number" > libopac: "Landsat number and path number" > repeatable: 0 >@@ -19758,6 +20694,7 @@ tables: > > - tagfield: "342" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Zone identifier" > libopac: "Zone identifier" > repeatable: 0 >@@ -19776,6 +20713,7 @@ tables: > > - tagfield: "342" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Ellipsoid name" > libopac: "Ellipsoid name" > repeatable: 0 >@@ -19794,6 +20732,7 @@ tables: > > - tagfield: "342" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Semi-major axis" > libopac: "Semi-major axis" > repeatable: 0 >@@ -19812,6 +20751,7 @@ tables: > > - tagfield: "342" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Denominator of flattening ratio" > libopac: "Denominator of flattening ratio" > repeatable: 0 >@@ -19830,6 +20770,7 @@ tables: > > - tagfield: "342" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Vertical resolution" > libopac: "Vertical resolution" > repeatable: 0 >@@ -19848,6 +20789,7 @@ tables: > > - tagfield: "342" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Vertical encoding method" > libopac: "Vertical encoding method" > repeatable: 0 >@@ -19866,6 +20808,7 @@ tables: > > - tagfield: "342" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Local planar, local, or other projection or grid description" > libopac: "Local planar, local, or other projection or grid description" > repeatable: 0 >@@ -19884,6 +20827,7 @@ tables: > > - tagfield: "342" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Local planar or local georeference information" > libopac: "Local planar or local georeference information" > repeatable: 0 >@@ -19902,6 +20846,7 @@ tables: > > - tagfield: "343" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -19920,6 +20865,7 @@ tables: > > - tagfield: "343" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -19938,6 +20884,7 @@ tables: > > - tagfield: "343" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Planar coordinate encoding method" > libopac: "Planar coordinate encoding method" > repeatable: 0 >@@ -19956,6 +20903,7 @@ tables: > > - tagfield: "343" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Planar distance units" > libopac: "Planar distance units" > repeatable: 0 >@@ -19974,6 +20922,7 @@ tables: > > - tagfield: "343" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Abscissa resolution" > libopac: "Abscissa resolution" > repeatable: 0 >@@ -19992,6 +20941,7 @@ tables: > > - tagfield: "343" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Ordinate resolution" > libopac: "Ordinate resolution" > repeatable: 0 >@@ -20010,6 +20960,7 @@ tables: > > - tagfield: "343" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Distance resolution" > libopac: "Distance resolution" > repeatable: 0 >@@ -20028,6 +20979,7 @@ tables: > > - tagfield: "343" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Bearing resolution" > libopac: "Bearing resolution" > repeatable: 0 >@@ -20046,6 +20998,7 @@ tables: > > - tagfield: "343" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Bearing units" > libopac: "Bearing units" > repeatable: 0 >@@ -20064,6 +21017,7 @@ tables: > > - tagfield: "343" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Bearing reference direction" > libopac: "Bearing reference direction" > repeatable: 0 >@@ -20082,6 +21036,7 @@ tables: > > - tagfield: "343" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Bearing reference meridian" > libopac: "Bearing reference meridian" > repeatable: 0 >@@ -20100,6 +21055,7 @@ tables: > > - tagfield: "344" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -20118,6 +21074,7 @@ tables: > > - tagfield: "344" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -20136,6 +21093,7 @@ tables: > > - tagfield: "344" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -20154,6 +21112,7 @@ tables: > > - tagfield: "344" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -20172,6 +21131,7 @@ tables: > > - tagfield: "344" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -20190,6 +21150,7 @@ tables: > > - tagfield: "344" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -20208,6 +21169,7 @@ tables: > > - tagfield: "344" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of recording" > libopac: "Type of recording" > repeatable: 1 >@@ -20226,6 +21188,7 @@ tables: > > - tagfield: "344" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Recording medium" > libopac: "Recording medium" > repeatable: 1 >@@ -20244,6 +21207,7 @@ tables: > > - tagfield: "344" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Playing speed" > libopac: "Playing speed" > repeatable: 1 >@@ -20262,6 +21226,7 @@ tables: > > - tagfield: "344" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Groove characteristic" > libopac: "Groove characteristic" > repeatable: 1 >@@ -20280,6 +21245,7 @@ tables: > > - tagfield: "344" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Track configuration" > libopac: "Track configuration" > repeatable: 1 >@@ -20298,6 +21264,7 @@ tables: > > - tagfield: "344" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Tape configuration" > libopac: "Tape configuration" > repeatable: 1 >@@ -20316,6 +21283,7 @@ tables: > > - tagfield: "344" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Configuration of playback channels" > libopac: "Configuration of playback channels" > repeatable: 1 >@@ -20334,6 +21302,7 @@ tables: > > - tagfield: "344" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Special playback characteristics" > libopac: "Special playback characteristics" > repeatable: 1 >@@ -20352,6 +21321,7 @@ tables: > > - tagfield: "344" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Sound content" > libopac: "Sound content" > repeatable: 1 >@@ -20370,6 +21340,7 @@ tables: > > - tagfield: "344" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Original capture and storage technique" > libopac: "Original capture and storage technique" > repeatable: 1 >@@ -20388,6 +21359,7 @@ tables: > > - tagfield: "345" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -20406,6 +21378,7 @@ tables: > > - tagfield: "345" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -20424,6 +21397,7 @@ tables: > > - tagfield: "345" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -20442,6 +21416,7 @@ tables: > > - tagfield: "345" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -20460,6 +21435,7 @@ tables: > > - tagfield: "345" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -20478,6 +21454,7 @@ tables: > > - tagfield: "345" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -20496,6 +21473,7 @@ tables: > > - tagfield: "345" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Presentation format" > libopac: "Presentation format" > repeatable: 1 >@@ -20514,6 +21492,7 @@ tables: > > - tagfield: "345" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Projection speed" > libopac: "Projection speed" > repeatable: 1 >@@ -20532,6 +21511,7 @@ tables: > > - tagfield: "345" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Aspect ratio value" > libopac: "Aspect ratio value" > repeatable: 1 >@@ -20550,6 +21530,7 @@ tables: > > - tagfield: "345" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Aspect ratio designator" > libopac: "Aspect ratio designator" > repeatable: 1 >@@ -20568,6 +21549,7 @@ tables: > > - tagfield: "346" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -20586,6 +21568,7 @@ tables: > > - tagfield: "346" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -20604,6 +21587,7 @@ tables: > > - tagfield: "346" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -20622,6 +21606,7 @@ tables: > > - tagfield: "346" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -20640,6 +21625,7 @@ tables: > > - tagfield: "346" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -20658,6 +21644,7 @@ tables: > > - tagfield: "346" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -20676,6 +21663,7 @@ tables: > > - tagfield: "346" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Video format" > libopac: "Video format" > repeatable: 1 >@@ -20694,6 +21682,7 @@ tables: > > - tagfield: "346" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Broadcast standard" > libopac: "Broadcast standard" > repeatable: 1 >@@ -20712,6 +21701,7 @@ tables: > > - tagfield: "347" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -20730,6 +21720,7 @@ tables: > > - tagfield: "347" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -20748,6 +21739,7 @@ tables: > > - tagfield: "347" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -20766,6 +21758,7 @@ tables: > > - tagfield: "347" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -20784,6 +21777,7 @@ tables: > > - tagfield: "347" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -20802,6 +21796,7 @@ tables: > > - tagfield: "347" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -20820,6 +21815,7 @@ tables: > > - tagfield: "347" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "File type" > libopac: "File type" > repeatable: 1 >@@ -20838,6 +21834,7 @@ tables: > > - tagfield: "347" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Encoding format" > libopac: "Encoding format" > repeatable: 1 >@@ -20856,6 +21853,7 @@ tables: > > - tagfield: "347" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "File size" > libopac: "File size" > repeatable: 1 >@@ -20874,6 +21872,7 @@ tables: > > - tagfield: "347" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Resolution" > libopac: "Resolution" > repeatable: 1 >@@ -20892,6 +21891,7 @@ tables: > > - tagfield: "347" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Regional encoding" > libopac: "Regional encoding" > repeatable: 1 >@@ -20910,6 +21910,7 @@ tables: > > - tagfield: "347" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Encoded bitrate" > libopac: "Encoded bitrate" > repeatable: 1 >@@ -20928,6 +21929,7 @@ tables: > > - tagfield: "348" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -20946,6 +21948,7 @@ tables: > > - tagfield: "348" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -20964,6 +21967,7 @@ tables: > > - tagfield: "348" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -20982,6 +21986,7 @@ tables: > > - tagfield: "348" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -21000,6 +22005,7 @@ tables: > > - tagfield: "348" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21018,6 +22024,7 @@ tables: > > - tagfield: "348" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -21036,6 +22043,7 @@ tables: > > - tagfield: "348" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21054,6 +22062,7 @@ tables: > > - tagfield: "348" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Format of notated music term" > libopac: "Format of notated music term" > repeatable: 1 >@@ -21072,6 +22081,7 @@ tables: > > - tagfield: "348" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Format of notated music code" > libopac: "Format of notated music code" > repeatable: 1 >@@ -21090,6 +22100,7 @@ tables: > > - tagfield: "348" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Form of musical notation term" > libopac: "Form of musical notation term" > repeatable: 1 >@@ -21108,6 +22119,7 @@ tables: > > - tagfield: "348" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Form of musical notation code" > libopac: "Form of musical notation code" > repeatable: 1 >@@ -21126,6 +22138,7 @@ tables: > > - tagfield: "350" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21144,6 +22157,7 @@ tables: > > - tagfield: "350" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Price" > libopac: "Price" > repeatable: 1 >@@ -21162,6 +22176,7 @@ tables: > > - tagfield: "350" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Form of issue" > libopac: "Form of issue" > repeatable: 1 >@@ -21180,6 +22195,7 @@ tables: > > - tagfield: "351" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -21198,6 +22214,7 @@ tables: > > - tagfield: "351" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21216,6 +22233,7 @@ tables: > > - tagfield: "351" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21234,6 +22252,7 @@ tables: > > - tagfield: "351" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Organization" > libopac: "Organization" > repeatable: 1 >@@ -21252,6 +22271,7 @@ tables: > > - tagfield: "351" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Arrangement" > libopac: "Arrangement" > repeatable: 1 >@@ -21270,6 +22290,7 @@ tables: > > - tagfield: "351" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Hierarchical level" > libopac: "Hierarchical level" > repeatable: 0 >@@ -21288,6 +22309,7 @@ tables: > > - tagfield: "352" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21306,6 +22328,7 @@ tables: > > - tagfield: "352" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21324,6 +22347,7 @@ tables: > > - tagfield: "352" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Direct reference method" > libopac: "Direct reference method" > repeatable: 0 >@@ -21342,6 +22366,7 @@ tables: > > - tagfield: "352" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Object type" > libopac: "Object type" > repeatable: 1 >@@ -21360,6 +22385,7 @@ tables: > > - tagfield: "352" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Object count" > libopac: "Object count" > repeatable: 1 >@@ -21378,6 +22404,7 @@ tables: > > - tagfield: "352" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Row count" > libopac: "Row count" > repeatable: 0 >@@ -21396,6 +22423,7 @@ tables: > > - tagfield: "352" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Column count" > libopac: "Column count" > repeatable: 0 >@@ -21414,6 +22442,7 @@ tables: > > - tagfield: "352" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Vertical count" > libopac: "Vertical count" > repeatable: 0 >@@ -21432,6 +22461,7 @@ tables: > > - tagfield: "352" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "VPF topology level" > libopac: "VPF topology level" > repeatable: 0 >@@ -21450,6 +22480,7 @@ tables: > > - tagfield: "352" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Indirect reference description" > libopac: "Indirect reference description" > repeatable: 0 >@@ -21468,6 +22499,7 @@ tables: > > - tagfield: "352" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Format of the digital image" > libopac: "Format of the digital image" > repeatable: 0 >@@ -21486,6 +22518,7 @@ tables: > > - tagfield: "353" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -21504,6 +22537,7 @@ tables: > > - tagfield: "353" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -21522,6 +22556,7 @@ tables: > > - tagfield: "353" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -21540,6 +22575,7 @@ tables: > > - tagfield: "353" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -21558,6 +22594,7 @@ tables: > > - tagfield: "353" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21576,6 +22613,7 @@ tables: > > - tagfield: "353" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21594,6 +22632,7 @@ tables: > > - tagfield: "353" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Supplementary content term" > libopac: "Supplementary content term" > repeatable: 0 >@@ -21612,6 +22651,7 @@ tables: > > - tagfield: "353" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Supplementary content code" > libopac: "Supplementary content code" > repeatable: 0 >@@ -21630,6 +22670,7 @@ tables: > > - tagfield: "355" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21648,6 +22689,7 @@ tables: > > - tagfield: "355" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21666,6 +22708,7 @@ tables: > > - tagfield: "355" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Security classification" > libopac: "Security classification" > repeatable: 0 >@@ -21684,6 +22727,7 @@ tables: > > - tagfield: "355" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Handling instructions" > libopac: "Handling instructions" > repeatable: 1 >@@ -21702,6 +22746,7 @@ tables: > > - tagfield: "355" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "External dissemination information" > libopac: "External dissemination information" > repeatable: 1 >@@ -21720,6 +22765,7 @@ tables: > > - tagfield: "355" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Downgrading or declassification event" > libopac: "Downgrading or declassification event" > repeatable: 0 >@@ -21738,6 +22784,7 @@ tables: > > - tagfield: "355" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Classification system" > libopac: "Classification system" > repeatable: 0 >@@ -21756,6 +22803,7 @@ tables: > > - tagfield: "355" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Country of origin code" > libopac: "Country of origin code" > repeatable: 0 >@@ -21774,6 +22822,7 @@ tables: > > - tagfield: "355" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Downgrading date" > libopac: "Downgrading date" > repeatable: 0 >@@ -21792,6 +22841,7 @@ tables: > > - tagfield: "355" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Declassification date" > libopac: "Declassification date" > repeatable: 0 >@@ -21810,6 +22860,7 @@ tables: > > - tagfield: "355" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Authorization" > libopac: "Authorization" > repeatable: 1 >@@ -21828,6 +22879,7 @@ tables: > > - tagfield: "357" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -21846,6 +22898,7 @@ tables: > > - tagfield: "357" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -21864,6 +22917,7 @@ tables: > > - tagfield: "357" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Originator control term" > libopac: "Originator control term" > repeatable: 0 >@@ -21882,6 +22936,7 @@ tables: > > - tagfield: "357" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Originating agency" > libopac: "Originating agency" > repeatable: 1 >@@ -21900,6 +22955,7 @@ tables: > > - tagfield: "357" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Authorized recipients of material" > libopac: "Authorized recipients of material" > repeatable: 1 >@@ -21918,6 +22974,7 @@ tables: > > - tagfield: "357" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Other restrictions" > libopac: "Other restrictions" > repeatable: 1 >@@ -21936,6 +22993,7 @@ tables: > > - tagfield: "359" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Rental price" > libopac: "Rental price" > repeatable: 0 >@@ -21954,6 +23012,7 @@ tables: > > - tagfield: "361" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -21972,6 +23031,7 @@ tables: > > - tagfield: "361" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -21990,6 +23050,7 @@ tables: > > - tagfield: "361" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -22008,6 +23069,7 @@ tables: > > - tagfield: "361" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -22026,6 +23088,7 @@ tables: > > - tagfield: "361" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -22044,6 +23107,7 @@ tables: > > - tagfield: "361" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -22062,6 +23126,7 @@ tables: > > - tagfield: "361" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -22080,6 +23145,7 @@ tables: > > - tagfield: "361" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name" > libopac: "Name" > repeatable: 0 >@@ -22098,6 +23164,7 @@ tables: > > - tagfield: "361" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Ownership and custodial history evidence term" > libopac: "Ownership and custodial history evidence term" > repeatable: 1 >@@ -22116,6 +23183,7 @@ tables: > > - tagfield: "361" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Formatted date" > libopac: "Formatted date" > repeatable: 0 >@@ -22134,6 +23202,7 @@ tables: > > - tagfield: "361" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Date" > libopac: "Date" > repeatable: 0 >@@ -22152,6 +23221,7 @@ tables: > > - tagfield: "361" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of ownership and custodial history information" > libopac: "Type of ownership and custodial history information" > repeatable: 1 >@@ -22170,6 +23240,7 @@ tables: > > - tagfield: "361" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Shelf mark of copy described" > libopac: "Shelf mark of copy described" > repeatable: 0 >@@ -22188,6 +23259,7 @@ tables: > > - tagfield: "361" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -22206,6 +23278,7 @@ tables: > > - tagfield: "361" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -22224,6 +23297,7 @@ tables: > > - tagfield: "361" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Identifier of the copy described" > libopac: "Identifier of the copy described" > repeatable: 0 >@@ -22242,6 +23316,7 @@ tables: > > - tagfield: "361" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -22260,6 +23335,7 @@ tables: > > - tagfield: "362" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -22278,6 +23354,7 @@ tables: > > - tagfield: "362" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -22296,6 +23373,7 @@ tables: > > - tagfield: "362" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Dates of publication and/or sequential designation" > libopac: "Dates of publication and/or sequential designation" > repeatable: 0 >@@ -22314,6 +23392,7 @@ tables: > > - tagfield: "362" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of information" > libopac: "Source of information" > repeatable: 0 >@@ -22332,6 +23411,7 @@ tables: > > - tagfield: "363" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -22350,6 +23430,7 @@ tables: > > - tagfield: "363" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 0 >@@ -22368,6 +23449,7 @@ tables: > > - tagfield: "363" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -22386,6 +23468,7 @@ tables: > > - tagfield: "363" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -22404,6 +23487,7 @@ tables: > > - tagfield: "363" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -22422,6 +23506,7 @@ tables: > > - tagfield: "363" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -22440,6 +23525,7 @@ tables: > > - tagfield: "363" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -22458,6 +23544,7 @@ tables: > > - tagfield: "363" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -22476,6 +23563,7 @@ tables: > > - tagfield: "363" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -22494,6 +23582,7 @@ tables: > > - tagfield: "363" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -22512,6 +23601,7 @@ tables: > > - tagfield: "363" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -22530,6 +23620,7 @@ tables: > > - tagfield: "363" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -22548,6 +23639,7 @@ tables: > > - tagfield: "363" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -22566,6 +23658,7 @@ tables: > > - tagfield: "363" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -22584,6 +23677,7 @@ tables: > > - tagfield: "363" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -22602,6 +23696,7 @@ tables: > > - tagfield: "363" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "First level textual designation" > libopac: "First level textual designation" > repeatable: 0 >@@ -22620,6 +23715,7 @@ tables: > > - tagfield: "363" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "First level of chronology, issuance" > libopac: "First level of chronology, issuance" > repeatable: 0 >@@ -22638,6 +23734,7 @@ tables: > > - tagfield: "363" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -22656,6 +23753,7 @@ tables: > > - tagfield: "363" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -22674,6 +23772,7 @@ tables: > > - tagfield: "365" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of price type code" > libopac: "Source of price type code" > repeatable: 0 >@@ -22692,6 +23791,7 @@ tables: > > - tagfield: "365" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -22710,6 +23810,7 @@ tables: > > - tagfield: "365" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -22728,6 +23829,7 @@ tables: > > - tagfield: "365" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Price type code" > libopac: "Price type code" > repeatable: 0 >@@ -22746,6 +23848,7 @@ tables: > > - tagfield: "365" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Price amount" > libopac: "Price amount" > repeatable: 0 >@@ -22764,6 +23867,7 @@ tables: > > - tagfield: "365" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Currency code" > libopac: "Currency code" > repeatable: 0 >@@ -22782,6 +23886,7 @@ tables: > > - tagfield: "365" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Unit of pricing" > libopac: "Unit of pricing" > repeatable: 0 >@@ -22800,6 +23905,7 @@ tables: > > - tagfield: "365" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Price note" > libopac: "Price note" > repeatable: 0 >@@ -22818,6 +23924,7 @@ tables: > > - tagfield: "365" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Price effective from" > libopac: "Price effective from" > repeatable: 0 >@@ -22836,6 +23943,7 @@ tables: > > - tagfield: "365" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Price effective until" > libopac: "Price effective until" > repeatable: 0 >@@ -22854,6 +23962,7 @@ tables: > > - tagfield: "365" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Tax rate 1" > libopac: "Tax rate 1" > repeatable: 0 >@@ -22872,6 +23981,7 @@ tables: > > - tagfield: "365" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Tax rate 2" > libopac: "Tax rate 2" > repeatable: 0 >@@ -22890,6 +24000,7 @@ tables: > > - tagfield: "365" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "ISO country code" > libopac: "ISO country code" > repeatable: 0 >@@ -22908,6 +24019,7 @@ tables: > > - tagfield: "365" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "MARC country code" > libopac: "MARC country code" > repeatable: 0 >@@ -22926,6 +24038,7 @@ tables: > > - tagfield: "365" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Identification of pricing entity" > libopac: "Identification of pricing entity" > repeatable: 0 >@@ -22944,6 +24057,7 @@ tables: > > - tagfield: "366" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of availability status code" > libopac: "Source of availability status code" > repeatable: 0 >@@ -22962,6 +24076,7 @@ tables: > > - tagfield: "366" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -22980,6 +24095,7 @@ tables: > > - tagfield: "366" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -22998,6 +24114,7 @@ tables: > > - tagfield: "366" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Publishers' compressed title identification" > libopac: "Publishers' compressed title identification" > repeatable: 0 >@@ -23016,6 +24133,7 @@ tables: > > - tagfield: "366" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Detailed date of publication" > libopac: "Detailed date of publication" > repeatable: 0 >@@ -23034,6 +24152,7 @@ tables: > > - tagfield: "366" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Availability status code" > libopac: "Availability status code" > repeatable: 0 >@@ -23052,6 +24171,7 @@ tables: > > - tagfield: "366" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Expected next availability date" > libopac: "Expected next availability date" > repeatable: 0 >@@ -23070,6 +24190,7 @@ tables: > > - tagfield: "366" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 0 >@@ -23088,6 +24209,7 @@ tables: > > - tagfield: "366" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Publishers's discount category" > libopac: "Publishers's discount category" > repeatable: 0 >@@ -23106,6 +24228,7 @@ tables: > > - tagfield: "366" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Date made out of print" > libopac: "Date made out of print" > repeatable: 0 >@@ -23124,6 +24247,7 @@ tables: > > - tagfield: "366" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "ISO country code" > libopac: "ISO country code" > repeatable: 0 >@@ -23142,6 +24266,7 @@ tables: > > - tagfield: "366" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "MARC country code" > libopac: "MARC country code" > repeatable: 0 >@@ -23160,6 +24285,7 @@ tables: > > - tagfield: "366" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Identification of agency" > libopac: "Identification of agency" > repeatable: 0 >@@ -23178,6 +24304,7 @@ tables: > > - tagfield: "370" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -23196,6 +24323,7 @@ tables: > > - tagfield: "370" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -23214,6 +24342,7 @@ tables: > > - tagfield: "370" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -23232,6 +24361,7 @@ tables: > > - tagfield: "370" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -23250,6 +24380,7 @@ tables: > > - tagfield: "370" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -23268,6 +24399,7 @@ tables: > > - tagfield: "370" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -23286,6 +24418,7 @@ tables: > > - tagfield: "370" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -23304,6 +24437,7 @@ tables: > > - tagfield: "370" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -23322,6 +24456,7 @@ tables: > > - tagfield: "370" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Associated country" > libopac: "Associated country" > repeatable: 1 >@@ -23340,6 +24475,7 @@ tables: > > - tagfield: "370" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Other associated place" > libopac: "Other associated place" > repeatable: 1 >@@ -23358,6 +24494,7 @@ tables: > > - tagfield: "370" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Place of origin of work or expression" > libopac: "Place of origin of work or expression" > repeatable: 1 >@@ -23376,6 +24513,7 @@ tables: > > - tagfield: "370" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -23394,6 +24532,7 @@ tables: > > - tagfield: "370" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Start period" > libopac: "Start period" > repeatable: 0 >@@ -23412,6 +24551,7 @@ tables: > > - tagfield: "370" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "End period" > libopac: "End period" > repeatable: 0 >@@ -23430,6 +24570,7 @@ tables: > > - tagfield: "370" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -23448,6 +24589,7 @@ tables: > > - tagfield: "370" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Source of information" > libopac: "Source of information" > repeatable: 1 >@@ -23466,6 +24608,7 @@ tables: > > - tagfield: "377" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -23484,6 +24627,7 @@ tables: > > - tagfield: "377" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -23502,6 +24646,7 @@ tables: > > - tagfield: "377" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -23520,6 +24665,7 @@ tables: > > - tagfield: "377" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -23538,6 +24684,7 @@ tables: > > - tagfield: "377" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -23556,6 +24703,7 @@ tables: > > - tagfield: "377" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -23574,6 +24722,7 @@ tables: > > - tagfield: "377" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -23592,6 +24741,7 @@ tables: > > - tagfield: "377" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Language code" > libopac: "Language code" > repeatable: 1 >@@ -23610,6 +24760,7 @@ tables: > > - tagfield: "377" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language term" > libopac: "Language term" > repeatable: 1 >@@ -23628,6 +24779,7 @@ tables: > > - tagfield: "380" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -23646,6 +24798,7 @@ tables: > > - tagfield: "380" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -23664,6 +24817,7 @@ tables: > > - tagfield: "380" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -23682,6 +24836,7 @@ tables: > > - tagfield: "380" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -23700,6 +24855,7 @@ tables: > > - tagfield: "380" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -23718,6 +24874,7 @@ tables: > > - tagfield: "380" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -23736,6 +24893,7 @@ tables: > > - tagfield: "380" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -23754,6 +24912,7 @@ tables: > > - tagfield: "380" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Form of work" > libopac: "Form of work" > repeatable: 1 >@@ -23772,6 +24931,7 @@ tables: > > - tagfield: "381" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -23790,6 +24950,7 @@ tables: > > - tagfield: "381" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -23808,6 +24969,7 @@ tables: > > - tagfield: "381" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -23826,6 +24988,7 @@ tables: > > - tagfield: "381" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -23844,6 +25007,7 @@ tables: > > - tagfield: "381" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -23862,6 +25026,7 @@ tables: > > - tagfield: "381" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -23880,6 +25045,7 @@ tables: > > - tagfield: "381" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -23898,6 +25064,7 @@ tables: > > - tagfield: "381" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Other distinguishing characteristic" > libopac: "Other distinguishing characteristic" > repeatable: 1 >@@ -23916,6 +25083,7 @@ tables: > > - tagfield: "381" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -23934,6 +25102,7 @@ tables: > > - tagfield: "381" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Source of information" > libopac: "Source of information" > repeatable: 1 >@@ -23952,6 +25121,7 @@ tables: > > - tagfield: "382" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -23970,6 +25140,7 @@ tables: > > - tagfield: "382" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -23988,6 +25159,7 @@ tables: > > - tagfield: "382" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -24006,6 +25178,7 @@ tables: > > - tagfield: "382" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -24024,6 +25197,7 @@ tables: > > - tagfield: "382" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -24042,6 +25216,7 @@ tables: > > - tagfield: "382" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -24060,6 +25235,7 @@ tables: > > - tagfield: "382" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -24078,6 +25254,7 @@ tables: > > - tagfield: "382" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Medium of performance" > libopac: "Medium of performance" > repeatable: 1 >@@ -24096,6 +25273,7 @@ tables: > > - tagfield: "382" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Soloist" > libopac: "Soloist" > repeatable: 1 >@@ -24114,6 +25292,7 @@ tables: > > - tagfield: "382" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Doubling instrument" > libopac: "Doubling instrument" > repeatable: 1 >@@ -24132,6 +25311,7 @@ tables: > > - tagfield: "382" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Number of ensembles of the same type" > libopac: "Number of ensembles of the same type" > repeatable: 1 >@@ -24150,6 +25330,7 @@ tables: > > - tagfield: "382" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of performers of the same medium" > libopac: "Number of performers of the same medium" > repeatable: 1 >@@ -24168,6 +25349,7 @@ tables: > > - tagfield: "382" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Alternative medium of performance" > libopac: "Alternative medium of performance" > repeatable: 1 >@@ -24186,6 +25368,7 @@ tables: > > - tagfield: "382" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Total number of individuals performing alongside ensembles" > libopac: "Total number of individuals performing alongside ensembles" > repeatable: 0 >@@ -24204,6 +25387,7 @@ tables: > > - tagfield: "382" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Total number of performers" > libopac: "Total number of performers" > repeatable: 0 >@@ -24222,6 +25406,7 @@ tables: > > - tagfield: "382" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Total number of ensembles" > libopac: "Total number of ensembles" > repeatable: 0 >@@ -24240,6 +25425,7 @@ tables: > > - tagfield: "382" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -24258,6 +25444,7 @@ tables: > > - tagfield: "383" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -24276,6 +25463,7 @@ tables: > > - tagfield: "383" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -24294,6 +25482,7 @@ tables: > > - tagfield: "383" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -24312,6 +25501,7 @@ tables: > > - tagfield: "383" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -24330,6 +25520,7 @@ tables: > > - tagfield: "383" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -24348,6 +25539,7 @@ tables: > > - tagfield: "383" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Serial number" > libopac: "Serial number" > repeatable: 1 >@@ -24366,6 +25558,7 @@ tables: > > - tagfield: "383" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Opus number" > libopac: "Opus number" > repeatable: 1 >@@ -24384,6 +25577,7 @@ tables: > > - tagfield: "383" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Thematic index number" > libopac: "Thematic index number" > repeatable: 1 >@@ -24402,6 +25596,7 @@ tables: > > - tagfield: "383" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Thematic index code" > libopac: "Thematic index code" > repeatable: 0 >@@ -24420,6 +25615,7 @@ tables: > > - tagfield: "383" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Publisher associated with opus number" > libopac: "Publisher associated with opus number" > repeatable: 0 >@@ -24438,6 +25634,7 @@ tables: > > - tagfield: "384" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -24456,6 +25653,7 @@ tables: > > - tagfield: "384" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -24474,6 +25672,7 @@ tables: > > - tagfield: "384" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -24492,6 +25691,7 @@ tables: > > - tagfield: "384" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -24510,6 +25710,7 @@ tables: > > - tagfield: "384" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -24528,6 +25729,7 @@ tables: > > - tagfield: "384" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -24546,6 +25748,7 @@ tables: > > - tagfield: "384" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Key" > libopac: "Key" > repeatable: 0 >@@ -24564,6 +25767,7 @@ tables: > > - tagfield: "385" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -24582,6 +25786,7 @@ tables: > > - tagfield: "385" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -24600,6 +25805,7 @@ tables: > > - tagfield: "385" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -24618,6 +25824,7 @@ tables: > > - tagfield: "385" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -24636,6 +25843,7 @@ tables: > > - tagfield: "385" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -24654,6 +25862,7 @@ tables: > > - tagfield: "385" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -24672,6 +25881,7 @@ tables: > > - tagfield: "385" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -24690,6 +25900,7 @@ tables: > > - tagfield: "385" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Audience term" > libopac: "Audience term" > repeatable: 1 >@@ -24708,6 +25919,7 @@ tables: > > - tagfield: "385" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Audience code" > libopac: "Audience code" > repeatable: 1 >@@ -24726,6 +25938,7 @@ tables: > > - tagfield: "385" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Demographic group term" > libopac: "Demographic group term" > repeatable: 0 >@@ -24744,6 +25957,7 @@ tables: > > - tagfield: "385" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Demographic group code" > libopac: "Demographic group code" > repeatable: 0 >@@ -24762,6 +25976,7 @@ tables: > > - tagfield: "386" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -24780,6 +25995,7 @@ tables: > > - tagfield: "386" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -24798,6 +26014,7 @@ tables: > > - tagfield: "386" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -24816,6 +26033,7 @@ tables: > > - tagfield: "386" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -24834,6 +26052,7 @@ tables: > > - tagfield: "386" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -24852,6 +26071,7 @@ tables: > > - tagfield: "386" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -24870,6 +26090,7 @@ tables: > > - tagfield: "386" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -24888,6 +26109,7 @@ tables: > > - tagfield: "386" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -24906,6 +26128,7 @@ tables: > > - tagfield: "386" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Creator/contributor term" > libopac: "Creator/contributor term" > repeatable: 1 >@@ -24924,6 +26147,7 @@ tables: > > - tagfield: "386" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Creator/contributor code" > libopac: "Creator/contributor code" > repeatable: 1 >@@ -24942,6 +26166,7 @@ tables: > > - tagfield: "386" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -24960,6 +26185,7 @@ tables: > > - tagfield: "386" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Demographic group term" > libopac: "Demographic group term" > repeatable: 0 >@@ -24978,6 +26204,7 @@ tables: > > - tagfield: "386" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Demographic group code" > libopac: "Demographic group code" > repeatable: 0 >@@ -24996,6 +26223,7 @@ tables: > > - tagfield: "387" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -25014,6 +26242,7 @@ tables: > > - tagfield: "387" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -25032,6 +26261,7 @@ tables: > > - tagfield: "387" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -25050,6 +26280,7 @@ tables: > > - tagfield: "387" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -25068,6 +26299,7 @@ tables: > > - tagfield: "387" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -25086,6 +26318,7 @@ tables: > > - tagfield: "387" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -25104,6 +26337,7 @@ tables: > > - tagfield: "387" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -25122,6 +26356,7 @@ tables: > > - tagfield: "387" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Aspect ratio of representative expression" > libopac: "Aspect ratio of representative expression" > repeatable: 1 >@@ -25140,6 +26375,7 @@ tables: > > - tagfield: "387" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Color content of representative expression" > libopac: "Color content of representative expression" > repeatable: 1 >@@ -25158,6 +26394,7 @@ tables: > > - tagfield: "387" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Content type of representative expression" > libopac: "Content type of representative expression" > repeatable: 1 >@@ -25176,6 +26413,7 @@ tables: > > - tagfield: "387" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of capture of representative expression" > libopac: "Date of capture of representative expression" > repeatable: 1 >@@ -25194,6 +26432,7 @@ tables: > > - tagfield: "387" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Date of representative expression" > libopac: "Date of representative expression" > repeatable: 1 >@@ -25212,6 +26451,7 @@ tables: > > - tagfield: "387" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Duration of representative expression" > libopac: "Duration of representative expression" > repeatable: 1 >@@ -25230,6 +26470,7 @@ tables: > > - tagfield: "387" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Intended audience of representative expression" > libopac: "Intended audience of representative expression" > repeatable: 1 >@@ -25248,6 +26489,7 @@ tables: > > - tagfield: "387" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Language of representative expression" > libopac: "Language of representative expression" > repeatable: 1 >@@ -25266,6 +26508,7 @@ tables: > > - tagfield: "387" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Place of capture of representative expression" > libopac: "Place of capture of representative expression" > repeatable: 1 >@@ -25284,6 +26527,7 @@ tables: > > - tagfield: "387" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Projection of cartographic content of representative expression" > libopac: "Projection of cartographic content of representative expression" > repeatable: 1 >@@ -25302,6 +26546,7 @@ tables: > > - tagfield: "387" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Scale of representative expression" > libopac: "Scale of representative expression" > repeatable: 1 >@@ -25320,6 +26565,7 @@ tables: > > - tagfield: "387" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Script of representative expression" > libopac: "Script of representative expression" > repeatable: 1 >@@ -25338,6 +26584,7 @@ tables: > > - tagfield: "387" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Sound content of representative expression" > libopac: "Sound content of representative expression" > repeatable: 1 >@@ -25356,6 +26603,7 @@ tables: > > - tagfield: "388" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -25374,6 +26622,7 @@ tables: > > - tagfield: "388" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -25392,6 +26641,7 @@ tables: > > - tagfield: "388" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -25410,6 +26660,7 @@ tables: > > - tagfield: "388" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: " Materials specified" > libopac: " Materials specified" > repeatable: 0 >@@ -25428,6 +26679,7 @@ tables: > > - tagfield: "388" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: " Linkage" > libopac: " Linkage" > repeatable: 0 >@@ -25446,6 +26698,7 @@ tables: > > - tagfield: "388" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -25464,6 +26717,7 @@ tables: > > - tagfield: "388" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -25482,6 +26736,7 @@ tables: > > - tagfield: "388" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Time period of creation term" > libopac: "Time period of creation term" > repeatable: 1 >@@ -25500,6 +26755,7 @@ tables: > > - tagfield: "400" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -25518,6 +26774,7 @@ tables: > > - tagfield: "400" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -25536,6 +26793,7 @@ tables: > > - tagfield: "400" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -25554,6 +26812,7 @@ tables: > > - tagfield: "400" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -25572,6 +26831,7 @@ tables: > > - tagfield: "400" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -25590,6 +26850,7 @@ tables: > > - tagfield: "400" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -25608,6 +26869,7 @@ tables: > > - tagfield: "400" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -25626,6 +26888,7 @@ tables: > > - tagfield: "400" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -25644,6 +26907,7 @@ tables: > > - tagfield: "400" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -25662,6 +26926,7 @@ tables: > > - tagfield: "400" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -25680,6 +26945,7 @@ tables: > > - tagfield: "400" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -25698,6 +26964,7 @@ tables: > > - tagfield: "400" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -25716,6 +26983,7 @@ tables: > > - tagfield: "400" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -25734,6 +27002,7 @@ tables: > > - tagfield: "400" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -25752,6 +27021,7 @@ tables: > > - tagfield: "400" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -25770,6 +27040,7 @@ tables: > > - tagfield: "400" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -25788,6 +27059,7 @@ tables: > > - tagfield: "400" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -25806,6 +27078,7 @@ tables: > > - tagfield: "400" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -25824,6 +27097,7 @@ tables: > > - tagfield: "400" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -25842,6 +27116,7 @@ tables: > > - tagfield: "400" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -25860,6 +27135,7 @@ tables: > > - tagfield: "410" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -25878,6 +27154,7 @@ tables: > > - tagfield: "410" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -25896,6 +27173,7 @@ tables: > > - tagfield: "410" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -25914,6 +27192,7 @@ tables: > > - tagfield: "410" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -25932,6 +27211,7 @@ tables: > > - tagfield: "410" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -25950,6 +27230,7 @@ tables: > > - tagfield: "410" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -25968,6 +27249,7 @@ tables: > > - tagfield: "410" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -25986,6 +27268,7 @@ tables: > > - tagfield: "410" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -26004,6 +27287,7 @@ tables: > > - tagfield: "410" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -26022,6 +27306,7 @@ tables: > > - tagfield: "410" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -26040,6 +27325,7 @@ tables: > > - tagfield: "410" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -26058,6 +27344,7 @@ tables: > > - tagfield: "410" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -26076,6 +27363,7 @@ tables: > > - tagfield: "410" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -26094,6 +27382,7 @@ tables: > > - tagfield: "410" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -26112,6 +27401,7 @@ tables: > > - tagfield: "410" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -26130,6 +27420,7 @@ tables: > > - tagfield: "410" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -26148,6 +27439,7 @@ tables: > > - tagfield: "410" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -26166,6 +27458,7 @@ tables: > > - tagfield: "410" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -26184,6 +27477,7 @@ tables: > > - tagfield: "410" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -26202,6 +27496,7 @@ tables: > > - tagfield: "411" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -26220,6 +27515,7 @@ tables: > > - tagfield: "411" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -26238,6 +27534,7 @@ tables: > > - tagfield: "411" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -26256,6 +27553,7 @@ tables: > > - tagfield: "411" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -26274,6 +27572,7 @@ tables: > > - tagfield: "411" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -26292,6 +27591,7 @@ tables: > > - tagfield: "411" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number [OBSOLETE]" > libopac: "Number [OBSOLETE]" > repeatable: 0 >@@ -26310,6 +27610,7 @@ tables: > > - tagfield: "411" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -26328,6 +27629,7 @@ tables: > > - tagfield: "411" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -26346,6 +27648,7 @@ tables: > > - tagfield: "411" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -26364,6 +27667,7 @@ tables: > > - tagfield: "411" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -26382,6 +27686,7 @@ tables: > > - tagfield: "411" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -26400,6 +27705,7 @@ tables: > > - tagfield: "411" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -26418,6 +27724,7 @@ tables: > > - tagfield: "411" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -26436,6 +27743,7 @@ tables: > > - tagfield: "411" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -26454,6 +27762,7 @@ tables: > > - tagfield: "411" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -26472,6 +27781,7 @@ tables: > > - tagfield: "411" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -26490,6 +27800,7 @@ tables: > > - tagfield: "411" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -26508,6 +27819,7 @@ tables: > > - tagfield: "411" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -26526,6 +27838,7 @@ tables: > > - tagfield: "411" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -26544,6 +27857,7 @@ tables: > > - tagfield: "411" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -26562,6 +27876,7 @@ tables: > > - tagfield: "440" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number" > libopac: "Authority record control number" > repeatable: 1 >@@ -26580,6 +27895,7 @@ tables: > > - tagfield: "440" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -26598,6 +27914,7 @@ tables: > > - tagfield: "440" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -26616,6 +27933,7 @@ tables: > > - tagfield: "440" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -26634,6 +27952,7 @@ tables: > > - tagfield: "440" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -26652,6 +27971,7 @@ tables: > > - tagfield: "440" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -26670,6 +27990,7 @@ tables: > > - tagfield: "440" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -26688,6 +28009,7 @@ tables: > > - tagfield: "440" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -26706,6 +28028,7 @@ tables: > > - tagfield: "440" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -26724,6 +28047,7 @@ tables: > > - tagfield: "440" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -26742,6 +28066,7 @@ tables: > > - tagfield: "490" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -26760,6 +28085,7 @@ tables: > > - tagfield: "490" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -26778,6 +28104,7 @@ tables: > > - tagfield: "490" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -26796,6 +28123,7 @@ tables: > > - tagfield: "490" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -26814,6 +28142,7 @@ tables: > > - tagfield: "490" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Series statement" > libopac: "Series statement" > repeatable: 1 >@@ -26832,6 +28161,7 @@ tables: > > - tagfield: "490" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Library of Congress call number" > libopac: "Library of Congress call number" > repeatable: 0 >@@ -26850,6 +28180,7 @@ tables: > > - tagfield: "490" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 1 >@@ -26868,6 +28199,7 @@ tables: > > - tagfield: "490" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 1 >@@ -26886,6 +28218,7 @@ tables: > > - tagfield: "490" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Incorrect ISSN" > libopac: "Incorrect ISSN" > repeatable: 1 >@@ -26904,6 +28237,7 @@ tables: > > - tagfield: "490" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Canceled ISSN" > libopac: "Canceled ISSN" > repeatable: 1 >@@ -26922,6 +28256,7 @@ tables: > > - tagfield: "500" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -26940,6 +28275,7 @@ tables: > > - tagfield: "500" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -26958,6 +28294,7 @@ tables: > > - tagfield: "500" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -26976,6 +28313,7 @@ tables: > > - tagfield: "500" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -26994,6 +28332,7 @@ tables: > > - tagfield: "500" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27012,6 +28351,7 @@ tables: > > - tagfield: "500" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "General note" > libopac: "General note" > repeatable: 0 >@@ -27030,6 +28370,7 @@ tables: > > - tagfield: "500" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Library of Congress call number (SE) [OBSOLETE]" > libopac: "Library of Congress call number (SE) [OBSOLETE]" > repeatable: 0 >@@ -27048,6 +28389,7 @@ tables: > > - tagfield: "500" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n (RLIN) [OBSOLETE]" > libopac: "n (RLIN) [OBSOLETE]" > repeatable: 0 >@@ -27066,6 +28408,7 @@ tables: > > - tagfield: "500" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number (SE) [OBSOLETE]" > libopac: "International Standard Serial Number (SE) [OBSOLETE]" > repeatable: 0 >@@ -27084,6 +28427,7 @@ tables: > > - tagfield: "500" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (AM SE) [OBSOLETE]" > libopac: "Source of note information (AM SE) [OBSOLETE]" > repeatable: 0 >@@ -27102,6 +28446,7 @@ tables: > > - tagfield: "501" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -27120,6 +28465,7 @@ tables: > > - tagfield: "501" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27138,6 +28484,7 @@ tables: > > - tagfield: "501" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -27156,6 +28503,7 @@ tables: > > - tagfield: "501" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27174,6 +28522,7 @@ tables: > > - tagfield: "501" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "With note" > libopac: "With note" > repeatable: 0 >@@ -27192,6 +28541,7 @@ tables: > > - tagfield: "502" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27210,6 +28560,7 @@ tables: > > - tagfield: "502" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -27228,6 +28579,7 @@ tables: > > - tagfield: "502" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27246,6 +28598,7 @@ tables: > > - tagfield: "502" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Dissertation note" > libopac: "Dissertation note" > repeatable: 0 >@@ -27264,6 +28617,7 @@ tables: > > - tagfield: "502" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Degree type" > libopac: "Degree type" > repeatable: 0 >@@ -27282,6 +28636,7 @@ tables: > > - tagfield: "502" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Name of granting institution" > libopac: "Name of granting institution" > repeatable: 0 >@@ -27300,6 +28655,7 @@ tables: > > - tagfield: "502" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Year degree granted" > libopac: "Year degree granted" > repeatable: 0 >@@ -27318,6 +28674,7 @@ tables: > > - tagfield: "502" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -27336,6 +28693,7 @@ tables: > > - tagfield: "502" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Dissertation identifier" > libopac: "Dissertation identifier" > repeatable: 1 >@@ -27354,6 +28712,7 @@ tables: > > - tagfield: "503" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27372,6 +28731,7 @@ tables: > > - tagfield: "503" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Bibliographic history note" > libopac: "Bibliographic history note" > repeatable: 0 >@@ -27390,6 +28750,7 @@ tables: > > - tagfield: "504" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27408,6 +28769,7 @@ tables: > > - tagfield: "504" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27426,6 +28788,7 @@ tables: > > - tagfield: "504" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Bibliography, etc. note" > libopac: "Bibliography, etc. note" > repeatable: 0 >@@ -27444,6 +28807,7 @@ tables: > > - tagfield: "504" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number of references" > libopac: "Number of references" > repeatable: 0 >@@ -27462,6 +28826,7 @@ tables: > > - tagfield: "505" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27480,6 +28845,7 @@ tables: > > - tagfield: "505" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -27498,6 +28864,7 @@ tables: > > - tagfield: "505" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27516,6 +28883,7 @@ tables: > > - tagfield: "505" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Formatted contents note" > libopac: "Formatted contents note" > repeatable: 0 >@@ -27534,6 +28902,7 @@ tables: > > - tagfield: "505" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -27552,6 +28921,7 @@ tables: > > - tagfield: "505" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Statement of responsibility" > libopac: "Statement of responsibility" > repeatable: 1 >@@ -27570,6 +28940,7 @@ tables: > > - tagfield: "505" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 1 >@@ -27588,6 +28959,7 @@ tables: > > - tagfield: "505" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -27606,6 +28978,7 @@ tables: > > - tagfield: "506" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -27624,6 +28997,7 @@ tables: > > - tagfield: "506" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -27642,6 +29016,7 @@ tables: > > - tagfield: "506" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -27660,6 +29035,7 @@ tables: > > - tagfield: "506" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -27678,6 +29054,7 @@ tables: > > - tagfield: "506" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -27696,6 +29073,7 @@ tables: > > - tagfield: "506" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27714,6 +29092,7 @@ tables: > > - tagfield: "506" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27732,6 +29111,7 @@ tables: > > - tagfield: "506" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Terms governing access" > libopac: "Terms governing access" > repeatable: 0 >@@ -27750,6 +29130,7 @@ tables: > > - tagfield: "506" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Jurisdiction" > libopac: "Jurisdiction" > repeatable: 1 >@@ -27768,6 +29149,7 @@ tables: > > - tagfield: "506" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Physical access provisions" > libopac: "Physical access provisions" > repeatable: 1 >@@ -27786,6 +29168,7 @@ tables: > > - tagfield: "506" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Authorized users" > libopac: "Authorized users" > repeatable: 1 >@@ -27804,6 +29187,7 @@ tables: > > - tagfield: "506" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Authorization" > libopac: "Authorization" > repeatable: 1 >@@ -27822,6 +29206,7 @@ tables: > > - tagfield: "506" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Standardized terminology for access restriction" > libopac: "Standardized terminology for access restriction" > repeatable: 1 >@@ -27840,6 +29225,7 @@ tables: > > - tagfield: "506" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Availability date" > libopac: "Availability date" > repeatable: 1 >@@ -27858,6 +29244,7 @@ tables: > > - tagfield: "506" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Supplying agency" > libopac: "Supplying agency" > repeatable: 0 >@@ -27876,6 +29263,7 @@ tables: > > - tagfield: "506" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -27894,6 +29282,7 @@ tables: > > - tagfield: "507" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -27912,6 +29301,7 @@ tables: > > - tagfield: "507" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -27930,6 +29320,7 @@ tables: > > - tagfield: "507" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Representative fraction of scale note" > libopac: "Representative fraction of scale note" > repeatable: 0 >@@ -27948,6 +29339,7 @@ tables: > > - tagfield: "507" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Remainder of scale note" > libopac: "Remainder of scale note" > repeatable: 0 >@@ -27966,6 +29358,7 @@ tables: > > - tagfield: "508" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -27984,6 +29377,7 @@ tables: > > - tagfield: "508" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28002,6 +29396,7 @@ tables: > > - tagfield: "508" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -28020,6 +29415,7 @@ tables: > > - tagfield: "508" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28038,6 +29434,7 @@ tables: > > - tagfield: "508" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Creation/production credits note" > libopac: "Creation/production credits note" > repeatable: 0 >@@ -28056,6 +29453,7 @@ tables: > > - tagfield: "509" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Informal Notes" > libopac: "Informal Notes" > repeatable: 0 >@@ -28074,6 +29472,7 @@ tables: > > - tagfield: "510" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -28092,6 +29491,7 @@ tables: > > - tagfield: "510" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28110,6 +29510,7 @@ tables: > > - tagfield: "510" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -28128,6 +29529,7 @@ tables: > > - tagfield: "510" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28146,6 +29548,7 @@ tables: > > - tagfield: "510" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name of source" > libopac: "Name of source" > repeatable: 0 >@@ -28164,6 +29567,7 @@ tables: > > - tagfield: "510" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Coverage of source" > libopac: "Coverage of source" > repeatable: 0 >@@ -28182,6 +29586,7 @@ tables: > > - tagfield: "510" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location within source" > libopac: "Location within source" > repeatable: 0 >@@ -28200,6 +29605,7 @@ tables: > > - tagfield: "510" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -28218,6 +29624,7 @@ tables: > > - tagfield: "510" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -28236,6 +29643,7 @@ tables: > > - tagfield: "511" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -28254,6 +29662,7 @@ tables: > > - tagfield: "511" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28272,6 +29681,7 @@ tables: > > - tagfield: "511" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28290,6 +29700,7 @@ tables: > > - tagfield: "511" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Participant or performer note" > libopac: "Participant or performer note" > repeatable: 0 >@@ -28308,6 +29719,7 @@ tables: > > - tagfield: "512" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28326,6 +29738,7 @@ tables: > > - tagfield: "512" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Earlier or later volumes separately cataloged note" > libopac: "Earlier or later volumes separately cataloged note" > repeatable: 0 >@@ -28344,6 +29757,7 @@ tables: > > - tagfield: "513" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28362,6 +29776,7 @@ tables: > > - tagfield: "513" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28380,6 +29795,7 @@ tables: > > - tagfield: "513" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of report" > libopac: "Type of report" > repeatable: 0 >@@ -28398,6 +29814,7 @@ tables: > > - tagfield: "513" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Period covered" > libopac: "Period covered" > repeatable: 0 >@@ -28416,6 +29833,7 @@ tables: > > - tagfield: "514" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28434,6 +29852,7 @@ tables: > > - tagfield: "514" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28452,6 +29871,7 @@ tables: > > - tagfield: "514" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Attribute accuracy report" > libopac: "Attribute accuracy report" > repeatable: 0 >@@ -28470,6 +29890,7 @@ tables: > > - tagfield: "514" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Attribute accuracy value" > libopac: "Attribute accuracy value" > repeatable: 1 >@@ -28488,6 +29909,7 @@ tables: > > - tagfield: "514" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Attribute accuracy explanation" > libopac: "Attribute accuracy explanation" > repeatable: 1 >@@ -28506,6 +29928,7 @@ tables: > > - tagfield: "514" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Logical consistency report" > libopac: "Logical consistency report" > repeatable: 0 >@@ -28524,6 +29947,7 @@ tables: > > - tagfield: "514" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Completeness report" > libopac: "Completeness report" > repeatable: 0 >@@ -28542,6 +29966,7 @@ tables: > > - tagfield: "514" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Horizontal position accuracy report" > libopac: "Horizontal position accuracy report" > repeatable: 0 >@@ -28560,6 +29985,7 @@ tables: > > - tagfield: "514" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Horizontal position accuracy value" > libopac: "Horizontal position accuracy value" > repeatable: 1 >@@ -28578,6 +30004,7 @@ tables: > > - tagfield: "514" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Horizontal position accuracy explanation" > libopac: "Horizontal position accuracy explanation" > repeatable: 1 >@@ -28596,6 +30023,7 @@ tables: > > - tagfield: "514" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Vertical positional accuracy report" > libopac: "Vertical positional accuracy report" > repeatable: 0 >@@ -28614,6 +30042,7 @@ tables: > > - tagfield: "514" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Vertical positional accuracy value" > libopac: "Vertical positional accuracy value" > repeatable: 1 >@@ -28632,6 +30061,7 @@ tables: > > - tagfield: "514" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Vertical positional accuracy explanation" > libopac: "Vertical positional accuracy explanation" > repeatable: 1 >@@ -28650,6 +30080,7 @@ tables: > > - tagfield: "514" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Cloud cover" > libopac: "Cloud cover" > repeatable: 0 >@@ -28668,6 +30099,7 @@ tables: > > - tagfield: "514" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -28686,6 +30118,7 @@ tables: > > - tagfield: "514" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Display note" > libopac: "Display note" > repeatable: 1 >@@ -28704,6 +30137,7 @@ tables: > > - tagfield: "515" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28722,6 +30156,7 @@ tables: > > - tagfield: "515" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -28740,6 +30175,7 @@ tables: > > - tagfield: "515" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28758,6 +30194,7 @@ tables: > > - tagfield: "515" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Numbering peculiarities note" > libopac: "Numbering peculiarities note" > repeatable: 0 >@@ -28776,6 +30213,7 @@ tables: > > - tagfield: "515" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (SE) [OBSOLETE]" > libopac: "Source of note information (SE) [OBSOLETE]" > repeatable: 0 >@@ -28794,6 +30232,7 @@ tables: > > - tagfield: "516" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28812,6 +30251,7 @@ tables: > > - tagfield: "516" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -28830,6 +30270,7 @@ tables: > > - tagfield: "516" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of computer file or data note" > libopac: "Type of computer file or data note" > repeatable: 0 >@@ -28848,6 +30289,7 @@ tables: > > - tagfield: "517" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Different formats" > libopac: "Different formats" > repeatable: 0 >@@ -28866,6 +30308,7 @@ tables: > > - tagfield: "517" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Content descriptors" > libopac: "Content descriptors" > repeatable: 1 >@@ -28884,6 +30327,7 @@ tables: > > - tagfield: "517" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Additional animation techniques" > libopac: "Additional animation techniques" > repeatable: 1 >@@ -28902,6 +30346,7 @@ tables: > > - tagfield: "518" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -28920,6 +30365,7 @@ tables: > > - tagfield: "518" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -28938,6 +30384,7 @@ tables: > > - tagfield: "518" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 1 >@@ -28956,6 +30403,7 @@ tables: > > - tagfield: "518" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -28974,6 +30422,7 @@ tables: > > - tagfield: "518" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -28992,6 +30441,7 @@ tables: > > - tagfield: "518" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -29010,6 +30460,7 @@ tables: > > - tagfield: "518" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29028,6 +30479,7 @@ tables: > > - tagfield: "518" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Date/time and place of an event note" > libopac: "Date/time and place of an event note" > repeatable: 0 >@@ -29046,6 +30498,7 @@ tables: > > - tagfield: "518" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of event" > libopac: "Date of event" > repeatable: 1 >@@ -29064,6 +30517,7 @@ tables: > > - tagfield: "518" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other event information" > libopac: "Other event information" > repeatable: 1 >@@ -29082,6 +30536,7 @@ tables: > > - tagfield: "518" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Place of event" > libopac: "Place of event" > repeatable: 1 >@@ -29100,6 +30555,7 @@ tables: > > - tagfield: "520" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -29118,6 +30574,7 @@ tables: > > - tagfield: "520" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -29136,6 +30593,7 @@ tables: > > - tagfield: "520" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29154,6 +30612,7 @@ tables: > > - tagfield: "520" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -29172,6 +30631,7 @@ tables: > > - tagfield: "520" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29190,6 +30650,7 @@ tables: > > - tagfield: "520" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Summary, etc." > libopac: "Summary, etc." > repeatable: 0 >@@ -29208,6 +30669,7 @@ tables: > > - tagfield: "520" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Expansion of summary note" > libopac: "Expansion of summary note" > repeatable: 0 >@@ -29226,6 +30688,7 @@ tables: > > - tagfield: "520" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Assigning source" > libopac: "Assigning source" > repeatable: 0 >@@ -29244,6 +30707,7 @@ tables: > > - tagfield: "520" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -29262,6 +30726,7 @@ tables: > > - tagfield: "520" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information [OBSOLETE]" > libopac: "Source of note information [OBSOLETE]" > repeatable: 0 >@@ -29280,6 +30745,7 @@ tables: > > - tagfield: "521" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -29298,6 +30764,7 @@ tables: > > - tagfield: "521" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29316,6 +30783,7 @@ tables: > > - tagfield: "521" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29334,6 +30802,7 @@ tables: > > - tagfield: "521" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Target audience note" > libopac: "Target audience note" > repeatable: 1 >@@ -29352,6 +30821,7 @@ tables: > > - tagfield: "521" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -29370,6 +30840,7 @@ tables: > > - tagfield: "522" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29388,6 +30859,7 @@ tables: > > - tagfield: "522" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29406,6 +30878,7 @@ tables: > > - tagfield: "522" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic coverage note" > libopac: "Geographic coverage note" > repeatable: 0 >@@ -29424,6 +30897,7 @@ tables: > > - tagfield: "523" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29442,6 +30916,7 @@ tables: > > - tagfield: "523" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29460,6 +30935,7 @@ tables: > > - tagfield: "523" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Time period of content note" > libopac: "Time period of content note" > repeatable: 0 >@@ -29478,6 +30954,7 @@ tables: > > - tagfield: "524" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of schema used" > libopac: "Source of schema used" > repeatable: 0 >@@ -29496,6 +30973,7 @@ tables: > > - tagfield: "524" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -29514,6 +30992,7 @@ tables: > > - tagfield: "524" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29532,6 +31011,7 @@ tables: > > - tagfield: "524" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29550,6 +31030,7 @@ tables: > > - tagfield: "524" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Preferred citation of described materials note" > libopac: "Preferred citation of described materials note" > repeatable: 0 >@@ -29568,6 +31049,7 @@ tables: > > - tagfield: "525" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29586,6 +31068,7 @@ tables: > > - tagfield: "525" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29604,6 +31087,7 @@ tables: > > - tagfield: "525" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Supplement note" > libopac: "Supplement note" > repeatable: 0 >@@ -29622,6 +31106,7 @@ tables: > > - tagfield: "525" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (SE) [OBSOLETE]" > libopac: "Source of note information (SE) [OBSOLETE]" > repeatable: 0 >@@ -29640,6 +31125,7 @@ tables: > > - tagfield: "526" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -29658,6 +31144,7 @@ tables: > > - tagfield: "526" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29676,6 +31163,7 @@ tables: > > - tagfield: "526" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29694,6 +31182,7 @@ tables: > > - tagfield: "526" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Program name" > libopac: "Program name" > repeatable: 0 >@@ -29712,6 +31201,7 @@ tables: > > - tagfield: "526" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Interest level" > libopac: "Interest level" > repeatable: 0 >@@ -29730,6 +31220,7 @@ tables: > > - tagfield: "526" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Reading level" > libopac: "Reading level" > repeatable: 0 >@@ -29748,6 +31239,7 @@ tables: > > - tagfield: "526" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Title point value" > libopac: "Title point value" > repeatable: 0 >@@ -29766,6 +31258,7 @@ tables: > > - tagfield: "526" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Display text" > libopac: "Display text" > repeatable: 0 >@@ -29784,6 +31277,7 @@ tables: > > - tagfield: "526" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -29802,6 +31296,7 @@ tables: > > - tagfield: "526" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -29820,6 +31315,7 @@ tables: > > - tagfield: "527" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29838,6 +31334,7 @@ tables: > > - tagfield: "527" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Censorship note" > libopac: "Censorship note" > repeatable: 0 >@@ -29856,6 +31353,7 @@ tables: > > - tagfield: "530" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -29874,6 +31372,7 @@ tables: > > - tagfield: "530" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -29892,6 +31391,7 @@ tables: > > - tagfield: "530" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -29910,6 +31410,7 @@ tables: > > - tagfield: "530" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Additional physical form available note" > libopac: "Additional physical form available note" > repeatable: 0 >@@ -29928,6 +31429,7 @@ tables: > > - tagfield: "530" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Availability source" > libopac: "Availability source" > repeatable: 0 >@@ -29946,6 +31448,7 @@ tables: > > - tagfield: "530" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Availability conditions" > libopac: "Availability conditions" > repeatable: 0 >@@ -29964,6 +31467,7 @@ tables: > > - tagfield: "530" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Order number" > libopac: "Order number" > repeatable: 0 >@@ -29982,6 +31486,7 @@ tables: > > - tagfield: "530" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -30000,6 +31505,7 @@ tables: > > - tagfield: "530" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (AM CF VM SE) [OBSOLETE]" > libopac: "Source of note information (AM CF VM SE) [OBSOLETE]" > repeatable: 0 >@@ -30018,6 +31524,7 @@ tables: > > - tagfield: "532" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -30036,6 +31543,7 @@ tables: > > - tagfield: "532" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30054,6 +31562,7 @@ tables: > > - tagfield: "532" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -30072,6 +31581,7 @@ tables: > > - tagfield: "532" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Summary of accessibility" > libopac: "Summary of accessibility" > repeatable: 0 >@@ -30090,6 +31600,7 @@ tables: > > - tagfield: "533" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -30108,6 +31619,7 @@ tables: > > - tagfield: "533" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -30126,6 +31638,7 @@ tables: > > - tagfield: "533" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30144,6 +31657,7 @@ tables: > > - tagfield: "533" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Fixed-length data elements of reproduction" > libopac: "Fixed-length data elements of reproduction" > repeatable: 0 >@@ -30162,6 +31676,7 @@ tables: > > - tagfield: "533" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -30180,6 +31695,7 @@ tables: > > - tagfield: "533" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of reproduction" > libopac: "Type of reproduction" > repeatable: 0 >@@ -30198,6 +31714,7 @@ tables: > > - tagfield: "533" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Place of reproduction" > libopac: "Place of reproduction" > repeatable: 1 >@@ -30216,6 +31733,7 @@ tables: > > - tagfield: "533" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Agency responsible for reproduction" > libopac: "Agency responsible for reproduction" > repeatable: 1 >@@ -30234,6 +31752,7 @@ tables: > > - tagfield: "533" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of reproduction" > libopac: "Date of reproduction" > repeatable: 0 >@@ -30252,6 +31771,7 @@ tables: > > - tagfield: "533" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Physical description of reproduction" > libopac: "Physical description of reproduction" > repeatable: 0 >@@ -30270,6 +31790,7 @@ tables: > > - tagfield: "533" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Series statement of reproduction" > libopac: "Series statement of reproduction" > repeatable: 1 >@@ -30288,6 +31809,7 @@ tables: > > - tagfield: "533" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Dates and/or sequential designation of issues reproduced" > libopac: "Dates and/or sequential designation of issues reproduced" > repeatable: 1 >@@ -30306,6 +31828,7 @@ tables: > > - tagfield: "533" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note about reproduction" > libopac: "Note about reproduction" > repeatable: 1 >@@ -30324,6 +31847,7 @@ tables: > > - tagfield: "533" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -30342,6 +31866,7 @@ tables: > > - tagfield: "534" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -30360,6 +31885,7 @@ tables: > > - tagfield: "534" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30378,6 +31904,7 @@ tables: > > - tagfield: "534" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -30396,6 +31923,7 @@ tables: > > - tagfield: "534" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry of original" > libopac: "Main entry of original" > repeatable: 0 >@@ -30414,6 +31942,7 @@ tables: > > - tagfield: "534" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition statement of original" > libopac: "Edition statement of original" > repeatable: 0 >@@ -30432,6 +31961,7 @@ tables: > > - tagfield: "534" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Publication, distribution, etc. of original" > libopac: "Publication, distribution, etc. of original" > repeatable: 0 >@@ -30450,6 +31980,7 @@ tables: > > - tagfield: "534" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Physical description, etc. of original" > libopac: "Physical description, etc. of original" > repeatable: 0 >@@ -30468,6 +31999,7 @@ tables: > > - tagfield: "534" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Series statement of original" > libopac: "Series statement of original" > repeatable: 1 >@@ -30486,6 +32018,7 @@ tables: > > - tagfield: "534" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Key title of original" > libopac: "Key title of original" > repeatable: 1 >@@ -30504,6 +32037,7 @@ tables: > > - tagfield: "534" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Location of original" > libopac: "Location of original" > repeatable: 0 >@@ -30522,6 +32056,7 @@ tables: > > - tagfield: "534" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material specific details" > libopac: "Material specific details" > repeatable: 0 >@@ -30540,6 +32075,7 @@ tables: > > - tagfield: "534" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note about original" > libopac: "Note about original" > repeatable: 1 >@@ -30558,6 +32094,7 @@ tables: > > - tagfield: "534" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other resource identifier" > libopac: "Other resource identifier" > repeatable: 1 >@@ -30576,6 +32113,7 @@ tables: > > - tagfield: "534" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Introductory phrase" > libopac: "Introductory phrase" > repeatable: 0 >@@ -30594,6 +32132,7 @@ tables: > > - tagfield: "534" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title statement of original" > libopac: "Title statement of original" > repeatable: 0 >@@ -30612,6 +32151,7 @@ tables: > > - tagfield: "534" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 1 >@@ -30630,6 +32170,7 @@ tables: > > - tagfield: "534" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -30648,6 +32189,7 @@ tables: > > - tagfield: "535" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -30666,6 +32208,7 @@ tables: > > - tagfield: "535" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30684,6 +32227,7 @@ tables: > > - tagfield: "535" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -30702,6 +32246,7 @@ tables: > > - tagfield: "535" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Custodian" > libopac: "Custodian" > repeatable: 0 >@@ -30720,6 +32265,7 @@ tables: > > - tagfield: "535" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Postal address" > libopac: "Postal address" > repeatable: 1 >@@ -30738,6 +32284,7 @@ tables: > > - tagfield: "535" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Country" > libopac: "Country" > repeatable: 1 >@@ -30756,6 +32303,7 @@ tables: > > - tagfield: "535" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Telecommunications address" > libopac: "Telecommunications address" > repeatable: 1 >@@ -30774,6 +32322,7 @@ tables: > > - tagfield: "535" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Repository location code" > libopac: "Repository location code" > repeatable: 0 >@@ -30792,6 +32341,7 @@ tables: > > - tagfield: "536" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30810,6 +32360,7 @@ tables: > > - tagfield: "536" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -30828,6 +32379,7 @@ tables: > > - tagfield: "536" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Text of note" > libopac: "Text of note" > repeatable: 0 >@@ -30846,6 +32398,7 @@ tables: > > - tagfield: "536" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Contract number" > libopac: "Contract number" > repeatable: 1 >@@ -30864,6 +32417,7 @@ tables: > > - tagfield: "536" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Grant number" > libopac: "Grant number" > repeatable: 1 >@@ -30882,6 +32436,7 @@ tables: > > - tagfield: "536" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Undifferentiated number" > libopac: "Undifferentiated number" > repeatable: 1 >@@ -30900,6 +32455,7 @@ tables: > > - tagfield: "536" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Program element number" > libopac: "Program element number" > repeatable: 1 >@@ -30918,6 +32474,7 @@ tables: > > - tagfield: "536" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Project number" > libopac: "Project number" > repeatable: 1 >@@ -30936,6 +32493,7 @@ tables: > > - tagfield: "536" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Task number" > libopac: "Task number" > repeatable: 1 >@@ -30954,6 +32512,7 @@ tables: > > - tagfield: "536" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Work unit number" > libopac: "Work unit number" > repeatable: 1 >@@ -30972,6 +32531,7 @@ tables: > > - tagfield: "537" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -30990,6 +32550,7 @@ tables: > > - tagfield: "537" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Source of data note" > libopac: "Source of data note" > repeatable: 0 >@@ -31008,6 +32569,7 @@ tables: > > - tagfield: "538" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -31026,6 +32588,7 @@ tables: > > - tagfield: "538" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -31044,6 +32607,7 @@ tables: > > - tagfield: "538" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -31062,6 +32626,7 @@ tables: > > - tagfield: "538" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -31080,6 +32645,7 @@ tables: > > - tagfield: "538" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "System details note" > libopac: "System details note" > repeatable: 0 >@@ -31098,6 +32664,7 @@ tables: > > - tagfield: "538" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Display text" > libopac: "Display text" > repeatable: 0 >@@ -31116,6 +32683,7 @@ tables: > > - tagfield: "538" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -31134,6 +32702,7 @@ tables: > > - tagfield: "540" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -31152,6 +32721,7 @@ tables: > > - tagfield: "540" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -31170,6 +32740,7 @@ tables: > > - tagfield: "540" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -31188,6 +32759,7 @@ tables: > > - tagfield: "540" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -31206,6 +32778,7 @@ tables: > > - tagfield: "540" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -31224,6 +32797,7 @@ tables: > > - tagfield: "540" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -31242,6 +32816,7 @@ tables: > > - tagfield: "540" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -31260,6 +32835,7 @@ tables: > > - tagfield: "540" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Terms governing use and reproduction" > libopac: "Terms governing use and reproduction" > repeatable: 0 >@@ -31278,6 +32854,7 @@ tables: > > - tagfield: "540" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Jurisdiction" > libopac: "Jurisdiction" > repeatable: 0 >@@ -31296,6 +32873,7 @@ tables: > > - tagfield: "540" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Authorization" > libopac: "Authorization" > repeatable: 0 >@@ -31314,6 +32892,7 @@ tables: > > - tagfield: "540" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Authorized users" > libopac: "Authorized users" > repeatable: 0 >@@ -31332,6 +32911,7 @@ tables: > > - tagfield: "540" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Standardized terminology for use and reproduction rights" > libopac: "Standardized terminology for use and reproduction rights" > repeatable: 1 >@@ -31350,6 +32930,7 @@ tables: > > - tagfield: "540" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Availability date" > libopac: "Availability date" > repeatable: 1 >@@ -31368,6 +32949,7 @@ tables: > > - tagfield: "540" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Supplying agency" > libopac: "Supplying agency" > repeatable: 0 >@@ -31386,6 +32968,7 @@ tables: > > - tagfield: "540" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -31404,6 +32987,7 @@ tables: > > - tagfield: "541" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -31422,6 +33006,7 @@ tables: > > - tagfield: "541" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -31440,6 +33025,7 @@ tables: > > - tagfield: "541" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -31458,6 +33044,7 @@ tables: > > - tagfield: "541" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -31476,6 +33063,7 @@ tables: > > - tagfield: "541" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Source of acquisition" > libopac: "Source of acquisition" > repeatable: 0 >@@ -31494,6 +33082,7 @@ tables: > > - tagfield: "541" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Address" > libopac: "Address" > repeatable: 0 >@@ -31512,6 +33101,7 @@ tables: > > - tagfield: "541" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Method of acquisition" > libopac: "Method of acquisition" > repeatable: 0 >@@ -31530,6 +33120,7 @@ tables: > > - tagfield: "541" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of acquisition" > libopac: "Date of acquisition" > repeatable: 0 >@@ -31548,6 +33139,7 @@ tables: > > - tagfield: "541" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Accession number" > libopac: "Accession number" > repeatable: 0 >@@ -31566,6 +33158,7 @@ tables: > > - tagfield: "541" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Owner" > libopac: "Owner" > repeatable: 0 >@@ -31584,6 +33177,7 @@ tables: > > - tagfield: "541" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Purchase price" > libopac: "Purchase price" > repeatable: 0 >@@ -31602,6 +33196,7 @@ tables: > > - tagfield: "541" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Extent" > libopac: "Extent" > repeatable: 1 >@@ -31620,6 +33215,7 @@ tables: > > - tagfield: "541" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -31638,6 +33234,7 @@ tables: > > - tagfield: "542" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -31656,6 +33253,7 @@ tables: > > - tagfield: "542" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -31674,6 +33272,7 @@ tables: > > - tagfield: "542" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -31692,6 +33291,7 @@ tables: > > - tagfield: "542" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal creator" > libopac: "Personal creator" > repeatable: 0 >@@ -31710,6 +33310,7 @@ tables: > > - tagfield: "542" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Personal creator death date" > libopac: "Personal creator death date" > repeatable: 0 >@@ -31728,6 +33329,7 @@ tables: > > - tagfield: "542" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Corporate creator" > libopac: "Corporate creator" > repeatable: 0 >@@ -31746,6 +33348,7 @@ tables: > > - tagfield: "542" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Copyright holder" > libopac: "Copyright holder" > repeatable: 1 >@@ -31764,6 +33367,7 @@ tables: > > - tagfield: "542" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Copyright holder contact information" > libopac: "Copyright holder contact information" > repeatable: 1 >@@ -31782,6 +33386,7 @@ tables: > > - tagfield: "542" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Copyright statement" > libopac: "Copyright statement" > repeatable: 1 >@@ -31800,6 +33405,7 @@ tables: > > - tagfield: "542" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Copyright date" > libopac: "Copyright date" > repeatable: 0 >@@ -31818,6 +33424,7 @@ tables: > > - tagfield: "542" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Copyright renewal date" > libopac: "Copyright renewal date" > repeatable: 1 >@@ -31836,6 +33443,7 @@ tables: > > - tagfield: "542" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Publication date" > libopac: "Publication date" > repeatable: 0 >@@ -31854,6 +33462,7 @@ tables: > > - tagfield: "542" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Creation date" > libopac: "Creation date" > repeatable: 0 >@@ -31872,6 +33481,7 @@ tables: > > - tagfield: "542" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Publisher" > libopac: "Publisher" > repeatable: 1 >@@ -31890,6 +33500,7 @@ tables: > > - tagfield: "542" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Copyright status" > libopac: "Copyright status" > repeatable: 0 >@@ -31908,6 +33519,7 @@ tables: > > - tagfield: "542" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Publication status" > libopac: "Publication status" > repeatable: 0 >@@ -31926,6 +33538,7 @@ tables: > > - tagfield: "542" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -31944,6 +33557,7 @@ tables: > > - tagfield: "542" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Research date" > libopac: "Research date" > repeatable: 0 >@@ -31962,6 +33576,7 @@ tables: > > - tagfield: "542" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Country of publication or creation" > libopac: "Country of publication or creation" > repeatable: 1 >@@ -31980,6 +33595,7 @@ tables: > > - tagfield: "542" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Supplying agency" > libopac: "Supplying agency" > repeatable: 0 >@@ -31998,6 +33614,7 @@ tables: > > - tagfield: "542" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Jurisdiction of copyright assessment" > libopac: "Jurisdiction of copyright assessment" > repeatable: 0 >@@ -32016,6 +33633,7 @@ tables: > > - tagfield: "542" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Source of information" > libopac: "Source of information" > repeatable: 0 >@@ -32034,6 +33652,7 @@ tables: > > - tagfield: "542" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -32052,6 +33671,7 @@ tables: > > - tagfield: "543" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32070,6 +33690,7 @@ tables: > > - tagfield: "543" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Solicitation information note" > libopac: "Solicitation information note" > repeatable: 0 >@@ -32088,6 +33709,7 @@ tables: > > - tagfield: "544" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -32106,6 +33728,7 @@ tables: > > - tagfield: "544" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32124,6 +33747,7 @@ tables: > > - tagfield: "544" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32142,6 +33766,7 @@ tables: > > - tagfield: "544" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Custodian" > libopac: "Custodian" > repeatable: 1 >@@ -32160,6 +33785,7 @@ tables: > > - tagfield: "544" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Address" > libopac: "Address" > repeatable: 1 >@@ -32178,6 +33804,7 @@ tables: > > - tagfield: "544" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Country" > libopac: "Country" > repeatable: 1 >@@ -32196,6 +33823,7 @@ tables: > > - tagfield: "544" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 1 >@@ -32214,6 +33842,7 @@ tables: > > - tagfield: "544" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Provenance" > libopac: "Provenance" > repeatable: 1 >@@ -32232,6 +33861,7 @@ tables: > > - tagfield: "544" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -32250,6 +33880,7 @@ tables: > > - tagfield: "545" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32268,6 +33899,7 @@ tables: > > - tagfield: "545" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32286,6 +33918,7 @@ tables: > > - tagfield: "545" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Biographical or historical data" > libopac: "Biographical or historical data" > repeatable: 0 >@@ -32304,6 +33937,7 @@ tables: > > - tagfield: "545" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Expansion" > libopac: "Expansion" > repeatable: 0 >@@ -32322,6 +33956,7 @@ tables: > > - tagfield: "545" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -32340,6 +33975,7 @@ tables: > > - tagfield: "546" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -32358,6 +33994,7 @@ tables: > > - tagfield: "546" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32376,6 +34013,7 @@ tables: > > - tagfield: "546" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -32394,6 +34032,7 @@ tables: > > - tagfield: "546" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32412,6 +34051,7 @@ tables: > > - tagfield: "546" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Language note" > libopac: "Language note" > repeatable: 0 >@@ -32430,6 +34070,7 @@ tables: > > - tagfield: "546" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Information code or alphabet" > libopac: "Information code or alphabet" > repeatable: 1 >@@ -32448,6 +34089,7 @@ tables: > > - tagfield: "546" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (SE) [OBSOLETE]" > libopac: "Source of note information (SE) [OBSOLETE]" > repeatable: 0 >@@ -32466,6 +34108,7 @@ tables: > > - tagfield: "547" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32484,6 +34127,7 @@ tables: > > - tagfield: "547" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32502,6 +34146,7 @@ tables: > > - tagfield: "547" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Former title complexity note" > libopac: "Former title complexity note" > repeatable: 0 >@@ -32520,6 +34165,7 @@ tables: > > - tagfield: "547" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (SE) [OBSOLETE]" > libopac: "Source of note information (SE) [OBSOLETE]" > repeatable: 0 >@@ -32538,6 +34184,7 @@ tables: > > - tagfield: "550" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32556,6 +34203,7 @@ tables: > > - tagfield: "550" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -32574,6 +34222,7 @@ tables: > > - tagfield: "550" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32592,6 +34241,7 @@ tables: > > - tagfield: "550" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Issuing body note" > libopac: "Issuing body note" > repeatable: 0 >@@ -32610,6 +34260,7 @@ tables: > > - tagfield: "550" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information (SE) [OBSOLETE]" > libopac: "Source of note information (SE) [OBSOLETE]" > repeatable: 0 >@@ -32628,6 +34279,7 @@ tables: > > - tagfield: "552" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -32646,6 +34298,7 @@ tables: > > - tagfield: "552" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -32664,6 +34317,7 @@ tables: > > - tagfield: "552" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Entity type label" > libopac: "Entity type label" > repeatable: 0 >@@ -32682,6 +34336,7 @@ tables: > > - tagfield: "552" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Entity type definition and source" > libopac: "Entity type definition and source" > repeatable: 0 >@@ -32700,6 +34355,7 @@ tables: > > - tagfield: "552" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Attribute label" > libopac: "Attribute label" > repeatable: 0 >@@ -32718,6 +34374,7 @@ tables: > > - tagfield: "552" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Attribute definition and source" > libopac: "Attribute definition and source" > repeatable: 0 >@@ -32736,6 +34393,7 @@ tables: > > - tagfield: "552" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Enumerated domain value" > libopac: "Enumerated domain value" > repeatable: 1 >@@ -32754,6 +34412,7 @@ tables: > > - tagfield: "552" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Enumerated domain value definition and source" > libopac: "Enumerated domain value definition and source" > repeatable: 1 >@@ -32772,6 +34431,7 @@ tables: > > - tagfield: "552" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Range domain minimum and maximum" > libopac: "Range domain minimum and maximum" > repeatable: 0 >@@ -32790,6 +34450,7 @@ tables: > > - tagfield: "552" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Codeset name and source" > libopac: "Codeset name and source" > repeatable: 0 >@@ -32808,6 +34469,7 @@ tables: > > - tagfield: "552" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Unrepresentable domain" > libopac: "Unrepresentable domain" > repeatable: 0 >@@ -32826,6 +34488,7 @@ tables: > > - tagfield: "552" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribute units of measurement and resolution" > libopac: "Attribute units of measurement and resolution" > repeatable: 0 >@@ -32844,6 +34507,7 @@ tables: > > - tagfield: "552" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Beginning and ending date of attribute values" > libopac: "Beginning and ending date of attribute values" > repeatable: 0 >@@ -32862,6 +34526,7 @@ tables: > > - tagfield: "552" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Attribute value accuracy" > libopac: "Attribute value accuracy" > repeatable: 0 >@@ -32880,6 +34545,7 @@ tables: > > - tagfield: "552" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Attribute value accuracy explanation" > libopac: "Attribute value accuracy explanation" > repeatable: 0 >@@ -32898,6 +34564,7 @@ tables: > > - tagfield: "552" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Attribute measurement frequency" > libopac: "Attribute measurement frequency" > repeatable: 0 >@@ -32916,6 +34583,7 @@ tables: > > - tagfield: "552" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Entity and attribute overview" > libopac: "Entity and attribute overview" > repeatable: 1 >@@ -32934,6 +34602,7 @@ tables: > > - tagfield: "552" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Entity and attribute detail citation" > libopac: "Entity and attribute detail citation" > repeatable: 1 >@@ -32952,6 +34621,7 @@ tables: > > - tagfield: "552" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -32970,6 +34640,7 @@ tables: > > - tagfield: "552" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Display note" > libopac: "Display note" > repeatable: 1 >@@ -32988,6 +34659,7 @@ tables: > > - tagfield: "555" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -33006,6 +34678,7 @@ tables: > > - tagfield: "555" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33024,6 +34697,7 @@ tables: > > - tagfield: "555" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -33042,6 +34716,7 @@ tables: > > - tagfield: "555" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33060,6 +34735,7 @@ tables: > > - tagfield: "555" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Cumulative index/finding aids note" > libopac: "Cumulative index/finding aids note" > repeatable: 0 >@@ -33078,6 +34754,7 @@ tables: > > - tagfield: "555" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Availability source" > libopac: "Availability source" > repeatable: 1 >@@ -33096,6 +34773,7 @@ tables: > > - tagfield: "555" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Degree of control" > libopac: "Degree of control" > repeatable: 0 >@@ -33114,6 +34792,7 @@ tables: > > - tagfield: "555" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Bibliographic reference" > libopac: "Bibliographic reference" > repeatable: 0 >@@ -33132,6 +34811,7 @@ tables: > > - tagfield: "555" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -33150,6 +34830,7 @@ tables: > > - tagfield: "556" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33168,6 +34849,7 @@ tables: > > - tagfield: "556" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33186,6 +34868,7 @@ tables: > > - tagfield: "556" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Information about documentation note" > libopac: "Information about documentation note" > repeatable: 0 >@@ -33204,6 +34887,7 @@ tables: > > - tagfield: "556" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -33222,6 +34906,7 @@ tables: > > - tagfield: "561" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -33240,6 +34925,7 @@ tables: > > - tagfield: "561" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -33258,6 +34944,7 @@ tables: > > - tagfield: "561" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33276,6 +34963,7 @@ tables: > > - tagfield: "561" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33294,6 +34982,7 @@ tables: > > - tagfield: "561" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "History" > libopac: "History" > repeatable: 0 >@@ -33312,6 +35001,7 @@ tables: > > - tagfield: "561" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Time of collation [OBSOLETE]" > libopac: "Time of collation [OBSOLETE]" > repeatable: 0 >@@ -33330,6 +35020,7 @@ tables: > > - tagfield: "561" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -33348,6 +35039,7 @@ tables: > > - tagfield: "562" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -33366,6 +35058,7 @@ tables: > > - tagfield: "562" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -33384,6 +35077,7 @@ tables: > > - tagfield: "562" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33402,6 +35096,7 @@ tables: > > - tagfield: "562" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33420,6 +35115,7 @@ tables: > > - tagfield: "562" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Identifying markings" > libopac: "Identifying markings" > repeatable: 1 >@@ -33438,6 +35134,7 @@ tables: > > - tagfield: "562" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Copy identification" > libopac: "Copy identification" > repeatable: 1 >@@ -33456,6 +35153,7 @@ tables: > > - tagfield: "562" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Version identification" > libopac: "Version identification" > repeatable: 1 >@@ -33474,6 +35172,7 @@ tables: > > - tagfield: "562" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Presentation format" > libopac: "Presentation format" > repeatable: 1 >@@ -33492,6 +35191,7 @@ tables: > > - tagfield: "562" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Number of copies" > libopac: "Number of copies" > repeatable: 1 >@@ -33510,6 +35210,7 @@ tables: > > - tagfield: "563" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -33528,6 +35229,7 @@ tables: > > - tagfield: "563" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -33546,6 +35248,7 @@ tables: > > - tagfield: "563" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33564,6 +35267,7 @@ tables: > > - tagfield: "563" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33582,6 +35286,7 @@ tables: > > - tagfield: "563" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Binding note" > libopac: "Binding note" > repeatable: 0 >@@ -33600,6 +35305,7 @@ tables: > > - tagfield: "563" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -33618,6 +35324,7 @@ tables: > > - tagfield: "565" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -33636,6 +35343,7 @@ tables: > > - tagfield: "565" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33654,6 +35362,7 @@ tables: > > - tagfield: "565" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33672,6 +35381,7 @@ tables: > > - tagfield: "565" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Number of cases/variables" > libopac: "Number of cases/variables" > repeatable: 0 >@@ -33690,6 +35400,7 @@ tables: > > - tagfield: "565" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Name of variable" > libopac: "Name of variable" > repeatable: 1 >@@ -33708,6 +35419,7 @@ tables: > > - tagfield: "565" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Unit of analysis" > libopac: "Unit of analysis" > repeatable: 1 >@@ -33726,6 +35438,7 @@ tables: > > - tagfield: "565" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Universe of data" > libopac: "Universe of data" > repeatable: 1 >@@ -33744,6 +35457,7 @@ tables: > > - tagfield: "565" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Filing scheme or code" > libopac: "Filing scheme or code" > repeatable: 1 >@@ -33762,6 +35476,7 @@ tables: > > - tagfield: "567" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -33780,6 +35495,7 @@ tables: > > - tagfield: "567" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -33798,6 +35514,7 @@ tables: > > - tagfield: "567" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -33816,6 +35533,7 @@ tables: > > - tagfield: "567" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33834,6 +35552,7 @@ tables: > > - tagfield: "567" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33852,6 +35571,7 @@ tables: > > - tagfield: "567" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Methodology note" > libopac: "Methodology note" > repeatable: 0 >@@ -33870,6 +35590,7 @@ tables: > > - tagfield: "567" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Controlled term" > libopac: "Controlled term" > repeatable: 1 >@@ -33888,6 +35609,7 @@ tables: > > - tagfield: "570" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33906,6 +35628,7 @@ tables: > > - tagfield: "570" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Editor note" > libopac: "Editor note" > repeatable: 0 >@@ -33924,6 +35647,7 @@ tables: > > - tagfield: "570" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information" > libopac: "Source of note information" > repeatable: 0 >@@ -33942,6 +35666,7 @@ tables: > > - tagfield: "580" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -33960,6 +35685,7 @@ tables: > > - tagfield: "580" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -33978,6 +35704,7 @@ tables: > > - tagfield: "580" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -33996,6 +35723,7 @@ tables: > > - tagfield: "580" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Linking entry complexity note" > libopac: "Linking entry complexity note" > repeatable: 0 >@@ -34014,6 +35742,7 @@ tables: > > - tagfield: "580" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Source of note information [OBSOLETE]" > libopac: "Source of note information [OBSOLETE]" > repeatable: 0 >@@ -34032,6 +35761,7 @@ tables: > > - tagfield: "581" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -34050,6 +35780,7 @@ tables: > > - tagfield: "581" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34068,6 +35799,7 @@ tables: > > - tagfield: "581" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34086,6 +35818,7 @@ tables: > > - tagfield: "581" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Publications about described materials note" > libopac: "Publications about described materials note" > repeatable: 0 >@@ -34104,6 +35837,7 @@ tables: > > - tagfield: "581" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -34122,6 +35856,7 @@ tables: > > - tagfield: "582" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34140,6 +35875,7 @@ tables: > > - tagfield: "582" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Related computer files note" > libopac: "Related computer files note" > repeatable: 0 >@@ -34158,6 +35894,7 @@ tables: > > - tagfield: "583" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -34176,6 +35913,7 @@ tables: > > - tagfield: "583" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -34194,6 +35932,7 @@ tables: > > - tagfield: "583" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -34212,6 +35951,7 @@ tables: > > - tagfield: "583" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34230,6 +35970,7 @@ tables: > > - tagfield: "583" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -34248,6 +35989,7 @@ tables: > > - tagfield: "583" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34266,6 +36008,7 @@ tables: > > - tagfield: "583" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Action" > libopac: "Action" > repeatable: 0 >@@ -34284,6 +36027,7 @@ tables: > > - tagfield: "583" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Action identification" > libopac: "Action identification" > repeatable: 1 >@@ -34302,6 +36046,7 @@ tables: > > - tagfield: "583" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Time/date of action" > libopac: "Time/date of action" > repeatable: 1 >@@ -34320,6 +36065,7 @@ tables: > > - tagfield: "583" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Action interval" > libopac: "Action interval" > repeatable: 1 >@@ -34338,6 +36084,7 @@ tables: > > - tagfield: "583" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Contingency for action" > libopac: "Contingency for action" > repeatable: 1 >@@ -34356,6 +36103,7 @@ tables: > > - tagfield: "583" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Authorization" > libopac: "Authorization" > repeatable: 1 >@@ -34374,6 +36122,7 @@ tables: > > - tagfield: "583" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Jurisdiction" > libopac: "Jurisdiction" > repeatable: 1 >@@ -34392,6 +36141,7 @@ tables: > > - tagfield: "583" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Method of action" > libopac: "Method of action" > repeatable: 1 >@@ -34410,6 +36160,7 @@ tables: > > - tagfield: "583" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Site of action" > libopac: "Site of action" > repeatable: 1 >@@ -34428,6 +36179,7 @@ tables: > > - tagfield: "583" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Action agent" > libopac: "Action agent" > repeatable: 1 >@@ -34446,6 +36198,7 @@ tables: > > - tagfield: "583" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Status" > libopac: "Status" > repeatable: 1 >@@ -34464,6 +36217,7 @@ tables: > > - tagfield: "583" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Extent" > libopac: "Extent" > repeatable: 1 >@@ -34482,6 +36236,7 @@ tables: > > - tagfield: "583" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -34500,6 +36255,7 @@ tables: > > - tagfield: "583" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -34518,6 +36274,7 @@ tables: > > - tagfield: "583" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -34536,6 +36293,7 @@ tables: > > - tagfield: "583" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -34554,6 +36312,7 @@ tables: > > - tagfield: "584" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -34572,6 +36331,7 @@ tables: > > - tagfield: "584" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -34590,6 +36350,7 @@ tables: > > - tagfield: "584" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34608,6 +36369,7 @@ tables: > > - tagfield: "584" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34626,6 +36388,7 @@ tables: > > - tagfield: "584" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Accumulation" > libopac: "Accumulation" > repeatable: 1 >@@ -34644,6 +36407,7 @@ tables: > > - tagfield: "584" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Frequency of use" > libopac: "Frequency of use" > repeatable: 1 >@@ -34662,6 +36426,7 @@ tables: > > - tagfield: "585" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -34680,6 +36445,7 @@ tables: > > - tagfield: "585" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -34698,6 +36464,7 @@ tables: > > - tagfield: "585" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34716,6 +36483,7 @@ tables: > > - tagfield: "585" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34734,6 +36502,7 @@ tables: > > - tagfield: "585" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Exhibitions note" > libopac: "Exhibitions note" > repeatable: 0 >@@ -34752,6 +36521,7 @@ tables: > > - tagfield: "586" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -34770,6 +36540,7 @@ tables: > > - tagfield: "586" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34788,6 +36559,7 @@ tables: > > - tagfield: "586" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34806,6 +36578,7 @@ tables: > > - tagfield: "586" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Awards note" > libopac: "Awards note" > repeatable: 0 >@@ -34824,6 +36597,7 @@ tables: > > - tagfield: "588" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -34842,6 +36616,7 @@ tables: > > - tagfield: "588" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -34860,6 +36635,7 @@ tables: > > - tagfield: "588" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -34878,6 +36654,7 @@ tables: > > - tagfield: "588" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Source of description note" > libopac: "Source of description note" > repeatable: 0 >@@ -34896,6 +36673,7 @@ tables: > > - tagfield: "590" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage (RLIN)" > libopac: "Linkage (RLIN)" > repeatable: 0 >@@ -34914,6 +36692,7 @@ tables: > > - tagfield: "590" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number (RLIN)" > libopac: "Field link and sequence number (RLIN)" > repeatable: 1 >@@ -34932,6 +36711,7 @@ tables: > > - tagfield: "590" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Local note" > libopac: "Local note" > repeatable: 0 >@@ -34950,6 +36730,7 @@ tables: > > - tagfield: "590" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Provenance (VM) [OBSOLETE]" > libopac: "Provenance (VM) [OBSOLETE]" > repeatable: 0 >@@ -34968,6 +36749,7 @@ tables: > > - tagfield: "590" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Condition of individual reels (VM) [OBSOLETE]" > libopac: "Condition of individual reels (VM) [OBSOLETE]" > repeatable: 0 >@@ -34986,6 +36768,7 @@ tables: > > - tagfield: "590" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Origin of safety copy (VM) [OBSOLETE]" > libopac: "Origin of safety copy (VM) [OBSOLETE]" > repeatable: 0 >@@ -35004,6 +36787,7 @@ tables: > > - tagfield: "600" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -35022,6 +36806,7 @@ tables: > > - tagfield: "600" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -35040,6 +36825,7 @@ tables: > > - tagfield: "600" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -35058,6 +36844,7 @@ tables: > > - tagfield: "600" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -35076,6 +36863,7 @@ tables: > > - tagfield: "600" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -35094,6 +36882,7 @@ tables: > > - tagfield: "600" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -35112,6 +36901,7 @@ tables: > > - tagfield: "600" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -35130,6 +36920,7 @@ tables: > > - tagfield: "600" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -35148,6 +36939,7 @@ tables: > > - tagfield: "600" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -35166,6 +36958,7 @@ tables: > > - tagfield: "600" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -35184,6 +36977,7 @@ tables: > > - tagfield: "600" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -35202,6 +36996,7 @@ tables: > > - tagfield: "600" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -35220,6 +37015,7 @@ tables: > > - tagfield: "600" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -35238,6 +37034,7 @@ tables: > > - tagfield: "600" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -35256,6 +37053,7 @@ tables: > > - tagfield: "600" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -35274,6 +37072,7 @@ tables: > > - tagfield: "600" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -35292,6 +37091,7 @@ tables: > > - tagfield: "600" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -35310,6 +37110,7 @@ tables: > > - tagfield: "600" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -35328,6 +37129,7 @@ tables: > > - tagfield: "600" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -35346,6 +37148,7 @@ tables: > > - tagfield: "600" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -35364,6 +37167,7 @@ tables: > > - tagfield: "600" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -35382,6 +37186,7 @@ tables: > > - tagfield: "600" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -35400,6 +37205,7 @@ tables: > > - tagfield: "600" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -35418,6 +37224,7 @@ tables: > > - tagfield: "600" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -35436,6 +37243,7 @@ tables: > > - tagfield: "600" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -35454,6 +37262,7 @@ tables: > > - tagfield: "600" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -35472,6 +37281,7 @@ tables: > > - tagfield: "600" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -35490,6 +37300,7 @@ tables: > > - tagfield: "600" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -35508,6 +37319,7 @@ tables: > > - tagfield: "600" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -35526,6 +37338,7 @@ tables: > > - tagfield: "600" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -35544,6 +37357,7 @@ tables: > > - tagfield: "600" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -35562,6 +37376,7 @@ tables: > > - tagfield: "600" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -35580,6 +37395,7 @@ tables: > > - tagfield: "600" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -35598,6 +37414,7 @@ tables: > > - tagfield: "610" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -35616,6 +37433,7 @@ tables: > > - tagfield: "610" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -35634,6 +37452,7 @@ tables: > > - tagfield: "610" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -35652,6 +37471,7 @@ tables: > > - tagfield: "610" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -35670,6 +37490,7 @@ tables: > > - tagfield: "610" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -35688,6 +37509,7 @@ tables: > > - tagfield: "610" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -35706,6 +37528,7 @@ tables: > > - tagfield: "610" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -35724,6 +37547,7 @@ tables: > > - tagfield: "610" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -35742,6 +37566,7 @@ tables: > > - tagfield: "610" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -35760,6 +37585,7 @@ tables: > > - tagfield: "610" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -35778,6 +37604,7 @@ tables: > > - tagfield: "610" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -35796,6 +37623,7 @@ tables: > > - tagfield: "610" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -35814,6 +37642,7 @@ tables: > > - tagfield: "610" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -35832,6 +37661,7 @@ tables: > > - tagfield: "610" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -35850,6 +37680,7 @@ tables: > > - tagfield: "610" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -35868,6 +37699,7 @@ tables: > > - tagfield: "610" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -35886,6 +37718,7 @@ tables: > > - tagfield: "610" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -35904,6 +37737,7 @@ tables: > > - tagfield: "610" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -35922,6 +37756,7 @@ tables: > > - tagfield: "610" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -35940,6 +37775,7 @@ tables: > > - tagfield: "610" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -35958,6 +37794,7 @@ tables: > > - tagfield: "610" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -35976,6 +37813,7 @@ tables: > > - tagfield: "610" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -35994,6 +37832,7 @@ tables: > > - tagfield: "610" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -36012,6 +37851,7 @@ tables: > > - tagfield: "610" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -36030,6 +37870,7 @@ tables: > > - tagfield: "610" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -36048,6 +37889,7 @@ tables: > > - tagfield: "610" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -36066,6 +37908,7 @@ tables: > > - tagfield: "610" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -36084,6 +37927,7 @@ tables: > > - tagfield: "610" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -36102,6 +37946,7 @@ tables: > > - tagfield: "610" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -36120,6 +37965,7 @@ tables: > > - tagfield: "610" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -36138,6 +37984,7 @@ tables: > > - tagfield: "610" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -36156,6 +38003,7 @@ tables: > > - tagfield: "611" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -36174,6 +38022,7 @@ tables: > > - tagfield: "611" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -36192,6 +38041,7 @@ tables: > > - tagfield: "611" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -36210,6 +38060,7 @@ tables: > > - tagfield: "611" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -36228,6 +38079,7 @@ tables: > > - tagfield: "611" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -36246,6 +38098,7 @@ tables: > > - tagfield: "611" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -36264,6 +38117,7 @@ tables: > > - tagfield: "611" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -36282,6 +38136,7 @@ tables: > > - tagfield: "611" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -36300,6 +38155,7 @@ tables: > > - tagfield: "611" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -36318,6 +38174,7 @@ tables: > > - tagfield: "611" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -36336,6 +38193,7 @@ tables: > > - tagfield: "611" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 1 >@@ -36354,6 +38212,7 @@ tables: > > - tagfield: "611" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -36372,6 +38231,7 @@ tables: > > - tagfield: "611" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -36390,6 +38250,7 @@ tables: > > - tagfield: "611" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -36408,6 +38269,7 @@ tables: > > - tagfield: "611" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -36426,6 +38288,7 @@ tables: > > - tagfield: "611" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -36444,6 +38307,7 @@ tables: > > - tagfield: "611" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -36462,6 +38326,7 @@ tables: > > - tagfield: "611" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -36480,6 +38345,7 @@ tables: > > - tagfield: "611" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -36498,6 +38364,7 @@ tables: > > - tagfield: "611" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -36516,6 +38383,7 @@ tables: > > - tagfield: "611" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -36534,6 +38402,7 @@ tables: > > - tagfield: "611" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -36552,6 +38421,7 @@ tables: > > - tagfield: "611" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -36570,6 +38440,7 @@ tables: > > - tagfield: "611" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -36588,6 +38459,7 @@ tables: > > - tagfield: "611" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -36606,6 +38478,7 @@ tables: > > - tagfield: "611" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -36624,6 +38497,7 @@ tables: > > - tagfield: "611" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -36642,6 +38516,7 @@ tables: > > - tagfield: "611" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -36660,6 +38535,7 @@ tables: > > - tagfield: "611" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -36678,6 +38554,7 @@ tables: > > - tagfield: "611" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -36696,6 +38573,7 @@ tables: > > - tagfield: "630" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -36714,6 +38592,7 @@ tables: > > - tagfield: "630" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -36732,6 +38611,7 @@ tables: > > - tagfield: "630" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -36750,6 +38630,7 @@ tables: > > - tagfield: "630" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -36768,6 +38649,7 @@ tables: > > - tagfield: "630" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -36786,6 +38668,7 @@ tables: > > - tagfield: "630" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -36804,6 +38687,7 @@ tables: > > - tagfield: "630" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -36822,6 +38706,7 @@ tables: > > - tagfield: "630" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -36840,6 +38725,7 @@ tables: > > - tagfield: "630" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -36858,6 +38744,7 @@ tables: > > - tagfield: "630" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -36876,6 +38763,7 @@ tables: > > - tagfield: "630" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -36894,6 +38782,7 @@ tables: > > - tagfield: "630" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -36912,6 +38801,7 @@ tables: > > - tagfield: "630" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -36930,6 +38820,7 @@ tables: > > - tagfield: "630" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -36948,6 +38839,7 @@ tables: > > - tagfield: "630" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -36966,6 +38858,7 @@ tables: > > - tagfield: "630" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -36984,6 +38877,7 @@ tables: > > - tagfield: "630" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -37002,6 +38896,7 @@ tables: > > - tagfield: "630" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -37020,6 +38915,7 @@ tables: > > - tagfield: "630" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -37038,6 +38934,7 @@ tables: > > - tagfield: "630" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -37056,6 +38953,7 @@ tables: > > - tagfield: "630" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -37074,6 +38972,7 @@ tables: > > - tagfield: "630" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -37092,6 +38991,7 @@ tables: > > - tagfield: "630" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -37110,6 +39010,7 @@ tables: > > - tagfield: "630" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -37128,6 +39029,7 @@ tables: > > - tagfield: "630" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -37146,6 +39048,7 @@ tables: > > - tagfield: "630" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -37164,6 +39067,7 @@ tables: > > - tagfield: "630" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -37182,6 +39086,7 @@ tables: > > - tagfield: "630" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -37200,6 +39105,7 @@ tables: > > - tagfield: "647" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -37218,6 +39124,7 @@ tables: > > - tagfield: "647" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -37236,6 +39143,7 @@ tables: > > - tagfield: "647" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -37254,6 +39162,7 @@ tables: > > - tagfield: "647" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -37272,6 +39181,7 @@ tables: > > - tagfield: "647" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -37290,6 +39200,7 @@ tables: > > - tagfield: "647" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -37308,6 +39219,7 @@ tables: > > - tagfield: "647" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -37326,6 +39238,7 @@ tables: > > - tagfield: "647" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -37344,6 +39257,7 @@ tables: > > - tagfield: "647" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Named event" > libopac: "Named event" > repeatable: 0 >@@ -37362,6 +39276,7 @@ tables: > > - tagfield: "647" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of named event" > libopac: "Location of named event" > repeatable: 1 >@@ -37380,6 +39295,7 @@ tables: > > - tagfield: "647" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of named event" > libopac: "Date of named event" > repeatable: 0 >@@ -37398,6 +39314,7 @@ tables: > > - tagfield: "647" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -37416,6 +39333,7 @@ tables: > > - tagfield: "647" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -37434,6 +39352,7 @@ tables: > > - tagfield: "647" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -37452,6 +39371,7 @@ tables: > > - tagfield: "647" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -37470,6 +39390,7 @@ tables: > > - tagfield: "647" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -37488,6 +39409,7 @@ tables: > > - tagfield: "648" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -37506,6 +39428,7 @@ tables: > > - tagfield: "648" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -37524,6 +39447,7 @@ tables: > > - tagfield: "648" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -37542,6 +39466,7 @@ tables: > > - tagfield: "648" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -37560,6 +39485,7 @@ tables: > > - tagfield: "648" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -37578,6 +39504,7 @@ tables: > > - tagfield: "648" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -37596,6 +39523,7 @@ tables: > > - tagfield: "648" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -37614,6 +39542,7 @@ tables: > > - tagfield: "648" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -37632,6 +39561,7 @@ tables: > > - tagfield: "648" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -37650,6 +39580,7 @@ tables: > > - tagfield: "648" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Chronological term" > libopac: "Chronological term" > repeatable: 0 >@@ -37668,6 +39599,7 @@ tables: > > - tagfield: "648" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -37686,6 +39618,7 @@ tables: > > - tagfield: "648" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -37704,6 +39637,7 @@ tables: > > - tagfield: "648" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -37722,6 +39656,7 @@ tables: > > - tagfield: "648" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -37740,6 +39675,7 @@ tables: > > - tagfield: "648" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -37758,6 +39694,7 @@ tables: > > - tagfield: "650" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -37776,6 +39713,7 @@ tables: > > - tagfield: "650" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -37794,6 +39732,7 @@ tables: > > - tagfield: "650" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -37812,6 +39751,7 @@ tables: > > - tagfield: "650" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -37830,6 +39770,7 @@ tables: > > - tagfield: "650" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -37848,6 +39789,7 @@ tables: > > - tagfield: "650" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -37866,6 +39808,7 @@ tables: > > - tagfield: "650" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -37884,6 +39827,7 @@ tables: > > - tagfield: "650" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -37902,6 +39846,7 @@ tables: > > - tagfield: "650" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -37920,6 +39865,7 @@ tables: > > - tagfield: "650" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Topical term or geographic name entry element" > libopac: "Topical term or geographic name entry element" > repeatable: 0 >@@ -37938,6 +39884,7 @@ tables: > > - tagfield: "650" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Topical term following geographic name entry element" > libopac: "Topical term following geographic name entry element" > repeatable: 0 >@@ -37956,6 +39903,7 @@ tables: > > - tagfield: "650" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of event" > libopac: "Location of event" > repeatable: 0 >@@ -37974,6 +39922,7 @@ tables: > > - tagfield: "650" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Active dates" > libopac: "Active dates" > repeatable: 0 >@@ -37992,6 +39941,7 @@ tables: > > - tagfield: "650" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -38010,6 +39960,7 @@ tables: > > - tagfield: "650" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -38028,6 +39979,7 @@ tables: > > - tagfield: "650" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -38046,6 +39998,7 @@ tables: > > - tagfield: "650" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -38064,6 +40017,7 @@ tables: > > - tagfield: "650" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -38082,6 +40036,7 @@ tables: > > - tagfield: "650" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -38100,6 +40055,7 @@ tables: > > - tagfield: "651" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -38118,6 +40074,7 @@ tables: > > - tagfield: "651" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -38136,6 +40093,7 @@ tables: > > - tagfield: "651" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -38154,6 +40112,7 @@ tables: > > - tagfield: "651" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -38172,6 +40131,7 @@ tables: > > - tagfield: "651" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -38190,6 +40150,7 @@ tables: > > - tagfield: "651" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -38208,6 +40169,7 @@ tables: > > - tagfield: "651" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -38226,6 +40188,7 @@ tables: > > - tagfield: "651" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -38244,6 +40207,7 @@ tables: > > - tagfield: "651" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -38262,6 +40226,7 @@ tables: > > - tagfield: "651" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic name" > libopac: "Geographic name" > repeatable: 0 >@@ -38280,6 +40245,7 @@ tables: > > - tagfield: "651" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Geographic name following place entry element [OBSOLETE]" > libopac: "Geographic name following place entry element [OBSOLETE]" > repeatable: 1 >@@ -38298,6 +40264,7 @@ tables: > > - tagfield: "651" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -38316,6 +40283,7 @@ tables: > > - tagfield: "651" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -38334,6 +40302,7 @@ tables: > > - tagfield: "651" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -38352,6 +40321,7 @@ tables: > > - tagfield: "651" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -38370,6 +40340,7 @@ tables: > > - tagfield: "651" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -38388,6 +40359,7 @@ tables: > > - tagfield: "651" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -38406,6 +40378,7 @@ tables: > > - tagfield: "652" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic name of place element" > libopac: "Geographic name of place element" > repeatable: 0 >@@ -38424,6 +40397,7 @@ tables: > > - tagfield: "652" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -38442,6 +40416,7 @@ tables: > > - tagfield: "652" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -38460,6 +40435,7 @@ tables: > > - tagfield: "652" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -38478,6 +40454,7 @@ tables: > > - tagfield: "653" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -38496,6 +40473,7 @@ tables: > > - tagfield: "653" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -38514,6 +40492,7 @@ tables: > > - tagfield: "653" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -38532,6 +40511,7 @@ tables: > > - tagfield: "653" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -38550,6 +40530,7 @@ tables: > > - tagfield: "653" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -38568,6 +40549,7 @@ tables: > > - tagfield: "653" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -38586,6 +40568,7 @@ tables: > > - tagfield: "653" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uncontrolled term" > libopac: "Uncontrolled term" > repeatable: 1 >@@ -38604,6 +40587,7 @@ tables: > > - tagfield: "654" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -38622,6 +40606,7 @@ tables: > > - tagfield: "654" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -38640,6 +40625,7 @@ tables: > > - tagfield: "654" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -38658,6 +40644,7 @@ tables: > > - tagfield: "654" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -38676,6 +40663,7 @@ tables: > > - tagfield: "654" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -38694,6 +40682,7 @@ tables: > > - tagfield: "654" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -38712,6 +40701,7 @@ tables: > > - tagfield: "654" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -38730,6 +40720,7 @@ tables: > > - tagfield: "654" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -38748,6 +40739,7 @@ tables: > > - tagfield: "654" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Focus term" > libopac: "Focus term" > repeatable: 1 >@@ -38766,6 +40758,7 @@ tables: > > - tagfield: "654" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Non-focus term" > libopac: "Non-focus term" > repeatable: 1 >@@ -38784,6 +40777,7 @@ tables: > > - tagfield: "654" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Facet/hierarchy designation" > libopac: "Facet/hierarchy designation" > repeatable: 1 >@@ -38802,6 +40796,7 @@ tables: > > - tagfield: "654" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -38820,6 +40815,7 @@ tables: > > - tagfield: "654" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -38838,6 +40834,7 @@ tables: > > - tagfield: "654" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -38856,6 +40853,7 @@ tables: > > - tagfield: "654" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -38874,6 +40872,7 @@ tables: > > - tagfield: "654" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -38892,6 +40891,7 @@ tables: > > - tagfield: "655" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -38910,6 +40910,7 @@ tables: > > - tagfield: "655" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -38928,6 +40929,7 @@ tables: > > - tagfield: "655" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -38946,6 +40948,7 @@ tables: > > - tagfield: "655" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -38964,6 +40967,7 @@ tables: > > - tagfield: "655" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -38982,6 +40986,7 @@ tables: > > - tagfield: "655" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -39000,6 +41005,7 @@ tables: > > - tagfield: "655" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -39018,6 +41024,7 @@ tables: > > - tagfield: "655" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -39036,6 +41043,7 @@ tables: > > - tagfield: "655" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -39054,6 +41062,7 @@ tables: > > - tagfield: "655" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Genre/form data or focus term" > libopac: "Genre/form data or focus term" > repeatable: 0 >@@ -39072,6 +41081,7 @@ tables: > > - tagfield: "655" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Non-focus term" > libopac: "Non-focus term" > repeatable: 1 >@@ -39090,6 +41100,7 @@ tables: > > - tagfield: "655" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Facet/hierarchy designation" > libopac: "Facet/hierarchy designation" > repeatable: 1 >@@ -39108,6 +41119,7 @@ tables: > > - tagfield: "655" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -39126,6 +41138,7 @@ tables: > > - tagfield: "655" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -39144,6 +41157,7 @@ tables: > > - tagfield: "655" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -39162,6 +41176,7 @@ tables: > > - tagfield: "655" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -39180,6 +41195,7 @@ tables: > > - tagfield: "656" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -39198,6 +41214,7 @@ tables: > > - tagfield: "656" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -39216,6 +41233,7 @@ tables: > > - tagfield: "656" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -39234,6 +41252,7 @@ tables: > > - tagfield: "656" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -39252,6 +41271,7 @@ tables: > > - tagfield: "656" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -39270,6 +41290,7 @@ tables: > > - tagfield: "656" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -39288,6 +41309,7 @@ tables: > > - tagfield: "656" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -39306,6 +41328,7 @@ tables: > > - tagfield: "656" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Occupation" > libopac: "Occupation" > repeatable: 0 >@@ -39324,6 +41347,7 @@ tables: > > - tagfield: "656" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form" > libopac: "Form" > repeatable: 0 >@@ -39342,6 +41366,7 @@ tables: > > - tagfield: "656" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -39360,6 +41385,7 @@ tables: > > - tagfield: "656" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -39378,6 +41404,7 @@ tables: > > - tagfield: "656" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -39396,6 +41423,7 @@ tables: > > - tagfield: "656" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -39414,6 +41442,7 @@ tables: > > - tagfield: "657" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -39432,6 +41461,7 @@ tables: > > - tagfield: "657" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -39450,6 +41480,7 @@ tables: > > - tagfield: "657" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -39468,6 +41499,7 @@ tables: > > - tagfield: "657" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -39486,6 +41518,7 @@ tables: > > - tagfield: "657" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -39504,6 +41537,7 @@ tables: > > - tagfield: "657" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -39522,6 +41556,7 @@ tables: > > - tagfield: "657" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -39540,6 +41575,7 @@ tables: > > - tagfield: "657" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Function" > libopac: "Function" > repeatable: 0 >@@ -39558,6 +41594,7 @@ tables: > > - tagfield: "657" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -39576,6 +41613,7 @@ tables: > > - tagfield: "657" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -39594,6 +41632,7 @@ tables: > > - tagfield: "657" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -39612,6 +41651,7 @@ tables: > > - tagfield: "657" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -39630,6 +41670,7 @@ tables: > > - tagfield: "658" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -39648,6 +41689,7 @@ tables: > > - tagfield: "658" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -39666,6 +41708,7 @@ tables: > > - tagfield: "658" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term or code" > libopac: "Source of term or code" > repeatable: 0 >@@ -39684,6 +41727,7 @@ tables: > > - tagfield: "658" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -39702,6 +41746,7 @@ tables: > > - tagfield: "658" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -39720,6 +41765,7 @@ tables: > > - tagfield: "658" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -39738,6 +41784,7 @@ tables: > > - tagfield: "658" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main curriculum objective" > libopac: "Main curriculum objective" > repeatable: 0 >@@ -39756,6 +41803,7 @@ tables: > > - tagfield: "658" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate curriculum objective" > libopac: "Subordinate curriculum objective" > repeatable: 1 >@@ -39774,6 +41822,7 @@ tables: > > - tagfield: "658" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Curriculum code" > libopac: "Curriculum code" > repeatable: 0 >@@ -39792,6 +41841,7 @@ tables: > > - tagfield: "658" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Correlation factor" > libopac: "Correlation factor" > repeatable: 0 >@@ -39810,6 +41860,7 @@ tables: > > - tagfield: "662" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -39828,6 +41879,7 @@ tables: > > - tagfield: "662" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -39846,6 +41898,7 @@ tables: > > - tagfield: "662" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -39864,6 +41917,7 @@ tables: > > - tagfield: "662" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -39882,6 +41936,7 @@ tables: > > - tagfield: "662" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -39900,6 +41955,7 @@ tables: > > - tagfield: "662" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -39918,6 +41974,7 @@ tables: > > - tagfield: "662" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -39936,6 +41993,7 @@ tables: > > - tagfield: "662" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -39954,6 +42012,7 @@ tables: > > - tagfield: "662" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Country or larger entity" > libopac: "Country or larger entity" > repeatable: 1 >@@ -39972,6 +42031,7 @@ tables: > > - tagfield: "662" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "First-order political jurisdiction" > libopac: "First-order political jurisdiction" > repeatable: 0 >@@ -39990,6 +42050,7 @@ tables: > > - tagfield: "662" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Intermediate political jurisdiction" > libopac: "Intermediate political jurisdiction" > repeatable: 1 >@@ -40008,6 +42069,7 @@ tables: > > - tagfield: "662" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "City" > libopac: "City" > repeatable: 0 >@@ -40026,6 +42088,7 @@ tables: > > - tagfield: "662" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -40044,6 +42107,7 @@ tables: > > - tagfield: "662" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "City subsection" > libopac: "City subsection" > repeatable: 1 >@@ -40062,6 +42126,7 @@ tables: > > - tagfield: "662" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Other nonjurisdictional geographic region and feature" > libopac: "Other nonjurisdictional geographic region and feature" > repeatable: 1 >@@ -40080,6 +42145,7 @@ tables: > > - tagfield: "662" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Extraterrestrial area" > libopac: "Extraterrestrial area" > repeatable: 1 >@@ -40098,6 +42164,7 @@ tables: > > - tagfield: "688" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -40116,6 +42183,7 @@ tables: > > - tagfield: "688" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -40134,6 +42202,7 @@ tables: > > - tagfield: "688" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of name, title, or term" > libopac: "Source of name, title, or term" > repeatable: 0 >@@ -40152,6 +42221,7 @@ tables: > > - tagfield: "688" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -40170,6 +42240,7 @@ tables: > > - tagfield: "688" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -40188,6 +42259,7 @@ tables: > > - tagfield: "688" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -40206,6 +42278,7 @@ tables: > > - tagfield: "688" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -40224,6 +42297,7 @@ tables: > > - tagfield: "688" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name, title, or term" > libopac: "Name, title, or term" > repeatable: 0 >@@ -40242,6 +42316,7 @@ tables: > > - tagfield: "688" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -40260,6 +42335,7 @@ tables: > > - tagfield: "688" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -40278,6 +42354,7 @@ tables: > > - tagfield: "690" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -40296,6 +42373,7 @@ tables: > > - tagfield: "690" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -40314,6 +42392,7 @@ tables: > > - tagfield: "690" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -40332,6 +42411,7 @@ tables: > > - tagfield: "690" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -40350,6 +42430,7 @@ tables: > > - tagfield: "690" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -40368,6 +42449,7 @@ tables: > > - tagfield: "690" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -40386,6 +42468,7 @@ tables: > > - tagfield: "690" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Topical term or geographic name as entry element" > libopac: "Topical term or geographic name as entry element" > repeatable: 0 >@@ -40404,6 +42487,7 @@ tables: > > - tagfield: "690" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Topical term following geographic name as entry element" > libopac: "Topical term following geographic name as entry element" > repeatable: 0 >@@ -40422,6 +42506,7 @@ tables: > > - tagfield: "690" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of event" > libopac: "Location of event" > repeatable: 0 >@@ -40440,6 +42525,7 @@ tables: > > - tagfield: "690" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Active dates" > libopac: "Active dates" > repeatable: 0 >@@ -40458,6 +42544,7 @@ tables: > > - tagfield: "690" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 0 >@@ -40476,6 +42563,7 @@ tables: > > - tagfield: "690" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -40494,6 +42582,7 @@ tables: > > - tagfield: "690" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -40512,6 +42601,7 @@ tables: > > - tagfield: "690" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -40530,6 +42620,7 @@ tables: > > - tagfield: "690" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -40548,6 +42639,7 @@ tables: > > - tagfield: "691" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -40566,6 +42658,7 @@ tables: > > - tagfield: "691" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -40584,6 +42677,7 @@ tables: > > - tagfield: "691" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -40602,6 +42696,7 @@ tables: > > - tagfield: "691" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -40620,6 +42715,7 @@ tables: > > - tagfield: "691" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -40638,6 +42734,7 @@ tables: > > - tagfield: "691" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -40656,6 +42753,7 @@ tables: > > - tagfield: "691" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic name" > libopac: "Geographic name" > repeatable: 0 >@@ -40674,6 +42772,7 @@ tables: > > - tagfield: "691" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Geographic name following place entry element [OBSOLETE]" > libopac: "Geographic name following place entry element [OBSOLETE]" > repeatable: 1 >@@ -40692,6 +42791,7 @@ tables: > > - tagfield: "691" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -40710,6 +42810,7 @@ tables: > > - tagfield: "691" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -40728,6 +42829,7 @@ tables: > > - tagfield: "691" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -40746,6 +42848,7 @@ tables: > > - tagfield: "691" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -40764,6 +42867,7 @@ tables: > > - tagfield: "696" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -40782,6 +42886,7 @@ tables: > > - tagfield: "696" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -40800,6 +42905,7 @@ tables: > > - tagfield: "696" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -40818,6 +42924,7 @@ tables: > > - tagfield: "696" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -40836,6 +42943,7 @@ tables: > > - tagfield: "696" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -40854,6 +42962,7 @@ tables: > > - tagfield: "696" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -40872,6 +42981,7 @@ tables: > > - tagfield: "696" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -40890,6 +43000,7 @@ tables: > > - tagfield: "696" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -40908,6 +43019,7 @@ tables: > > - tagfield: "696" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -40926,6 +43038,7 @@ tables: > > - tagfield: "696" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -40944,6 +43057,7 @@ tables: > > - tagfield: "696" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -40962,6 +43076,7 @@ tables: > > - tagfield: "696" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -40980,6 +43095,7 @@ tables: > > - tagfield: "696" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -40998,6 +43114,7 @@ tables: > > - tagfield: "696" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -41016,6 +43133,7 @@ tables: > > - tagfield: "696" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -41034,6 +43152,7 @@ tables: > > - tagfield: "696" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -41052,6 +43171,7 @@ tables: > > - tagfield: "696" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -41070,6 +43190,7 @@ tables: > > - tagfield: "696" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -41088,6 +43209,7 @@ tables: > > - tagfield: "696" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -41106,6 +43228,7 @@ tables: > > - tagfield: "696" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -41124,6 +43247,7 @@ tables: > > - tagfield: "696" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -41142,6 +43266,7 @@ tables: > > - tagfield: "696" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -41160,6 +43285,7 @@ tables: > > - tagfield: "696" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -41178,6 +43304,7 @@ tables: > > - tagfield: "696" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -41196,6 +43323,7 @@ tables: > > - tagfield: "696" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -41214,6 +43342,7 @@ tables: > > - tagfield: "696" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -41232,6 +43361,7 @@ tables: > > - tagfield: "696" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -41250,6 +43380,7 @@ tables: > > - tagfield: "696" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -41268,6 +43399,7 @@ tables: > > - tagfield: "696" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -41286,6 +43418,7 @@ tables: > > - tagfield: "696" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -41304,6 +43437,7 @@ tables: > > - tagfield: "696" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -41322,6 +43456,7 @@ tables: > > - tagfield: "697" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -41340,6 +43475,7 @@ tables: > > - tagfield: "697" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -41358,6 +43494,7 @@ tables: > > - tagfield: "697" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -41376,6 +43513,7 @@ tables: > > - tagfield: "697" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -41394,6 +43532,7 @@ tables: > > - tagfield: "697" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -41412,6 +43551,7 @@ tables: > > - tagfield: "697" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -41430,6 +43570,7 @@ tables: > > - tagfield: "697" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -41448,6 +43589,7 @@ tables: > > - tagfield: "697" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -41466,6 +43608,7 @@ tables: > > - tagfield: "697" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -41484,6 +43627,7 @@ tables: > > - tagfield: "697" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -41502,6 +43646,7 @@ tables: > > - tagfield: "697" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -41520,6 +43665,7 @@ tables: > > - tagfield: "697" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -41538,6 +43684,7 @@ tables: > > - tagfield: "697" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -41556,6 +43703,7 @@ tables: > > - tagfield: "697" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -41574,6 +43722,7 @@ tables: > > - tagfield: "697" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -41592,6 +43741,7 @@ tables: > > - tagfield: "697" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -41610,6 +43760,7 @@ tables: > > - tagfield: "697" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -41628,6 +43779,7 @@ tables: > > - tagfield: "697" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -41646,6 +43798,7 @@ tables: > > - tagfield: "697" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -41664,6 +43817,7 @@ tables: > > - tagfield: "697" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -41682,6 +43836,7 @@ tables: > > - tagfield: "697" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -41700,6 +43855,7 @@ tables: > > - tagfield: "697" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -41718,6 +43874,7 @@ tables: > > - tagfield: "697" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -41736,6 +43893,7 @@ tables: > > - tagfield: "697" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -41754,6 +43912,7 @@ tables: > > - tagfield: "697" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -41772,6 +43931,7 @@ tables: > > - tagfield: "697" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -41790,6 +43950,7 @@ tables: > > - tagfield: "697" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -41808,6 +43969,7 @@ tables: > > - tagfield: "697" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -41826,6 +43988,7 @@ tables: > > - tagfield: "697" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -41844,6 +44007,7 @@ tables: > > - tagfield: "698" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -41862,6 +44026,7 @@ tables: > > - tagfield: "698" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -41880,6 +44045,7 @@ tables: > > - tagfield: "698" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -41898,6 +44064,7 @@ tables: > > - tagfield: "698" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -41916,6 +44083,7 @@ tables: > > - tagfield: "698" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -41934,6 +44102,7 @@ tables: > > - tagfield: "698" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -41952,6 +44121,7 @@ tables: > > - tagfield: "698" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -41970,6 +44140,7 @@ tables: > > - tagfield: "698" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -41988,6 +44159,7 @@ tables: > > - tagfield: "698" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 1 >@@ -42006,6 +44178,7 @@ tables: > > - tagfield: "698" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -42024,6 +44197,7 @@ tables: > > - tagfield: "698" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -42042,6 +44216,7 @@ tables: > > - tagfield: "698" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -42060,6 +44235,7 @@ tables: > > - tagfield: "698" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -42078,6 +44254,7 @@ tables: > > - tagfield: "698" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -42096,6 +44273,7 @@ tables: > > - tagfield: "698" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -42114,6 +44292,7 @@ tables: > > - tagfield: "698" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -42132,6 +44311,7 @@ tables: > > - tagfield: "698" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -42150,6 +44330,7 @@ tables: > > - tagfield: "698" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -42168,6 +44349,7 @@ tables: > > - tagfield: "698" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -42186,6 +44368,7 @@ tables: > > - tagfield: "698" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -42204,6 +44387,7 @@ tables: > > - tagfield: "698" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -42222,6 +44406,7 @@ tables: > > - tagfield: "698" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -42240,6 +44425,7 @@ tables: > > - tagfield: "698" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -42258,6 +44444,7 @@ tables: > > - tagfield: "698" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -42276,6 +44463,7 @@ tables: > > - tagfield: "698" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -42294,6 +44482,7 @@ tables: > > - tagfield: "698" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -42312,6 +44501,7 @@ tables: > > - tagfield: "698" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -42330,6 +44520,7 @@ tables: > > - tagfield: "699" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -42348,6 +44539,7 @@ tables: > > - tagfield: "699" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -42366,6 +44558,7 @@ tables: > > - tagfield: "699" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -42384,6 +44577,7 @@ tables: > > - tagfield: "699" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -42402,6 +44596,7 @@ tables: > > - tagfield: "699" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -42420,6 +44615,7 @@ tables: > > - tagfield: "699" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -42438,6 +44634,7 @@ tables: > > - tagfield: "699" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -42456,6 +44653,7 @@ tables: > > - tagfield: "699" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -42474,6 +44672,7 @@ tables: > > - tagfield: "699" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -42492,6 +44691,7 @@ tables: > > - tagfield: "699" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -42510,6 +44710,7 @@ tables: > > - tagfield: "699" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -42528,6 +44729,7 @@ tables: > > - tagfield: "699" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -42546,6 +44748,7 @@ tables: > > - tagfield: "699" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -42564,6 +44767,7 @@ tables: > > - tagfield: "699" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -42582,6 +44786,7 @@ tables: > > - tagfield: "699" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -42600,6 +44805,7 @@ tables: > > - tagfield: "699" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -42618,6 +44824,7 @@ tables: > > - tagfield: "699" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -42636,6 +44843,7 @@ tables: > > - tagfield: "699" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -42654,6 +44862,7 @@ tables: > > - tagfield: "699" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -42672,6 +44881,7 @@ tables: > > - tagfield: "699" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -42690,6 +44900,7 @@ tables: > > - tagfield: "699" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -42708,6 +44919,7 @@ tables: > > - tagfield: "699" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -42726,6 +44938,7 @@ tables: > > - tagfield: "699" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -42744,6 +44957,7 @@ tables: > > - tagfield: "700" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -42762,6 +44976,7 @@ tables: > > - tagfield: "700" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -42780,6 +44995,7 @@ tables: > > - tagfield: "700" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -42798,6 +45014,7 @@ tables: > > - tagfield: "700" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -42816,6 +45033,7 @@ tables: > > - tagfield: "700" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -42834,6 +45052,7 @@ tables: > > - tagfield: "700" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -42852,6 +45071,7 @@ tables: > > - tagfield: "700" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -42870,6 +45090,7 @@ tables: > > - tagfield: "700" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -42888,6 +45109,7 @@ tables: > > - tagfield: "700" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -42906,6 +45128,7 @@ tables: > > - tagfield: "700" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -42924,6 +45147,7 @@ tables: > > - tagfield: "700" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -42942,6 +45166,7 @@ tables: > > - tagfield: "700" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -42960,6 +45185,7 @@ tables: > > - tagfield: "700" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -42978,6 +45204,7 @@ tables: > > - tagfield: "700" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -42996,6 +45223,7 @@ tables: > > - tagfield: "700" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -43014,6 +45242,7 @@ tables: > > - tagfield: "700" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -43032,6 +45261,7 @@ tables: > > - tagfield: "700" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -43050,6 +45280,7 @@ tables: > > - tagfield: "700" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -43068,6 +45299,7 @@ tables: > > - tagfield: "700" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -43086,6 +45318,7 @@ tables: > > - tagfield: "700" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -43104,6 +45337,7 @@ tables: > > - tagfield: "700" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -43122,6 +45356,7 @@ tables: > > - tagfield: "700" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -43140,6 +45375,7 @@ tables: > > - tagfield: "700" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -43158,6 +45394,7 @@ tables: > > - tagfield: "700" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -43176,6 +45413,7 @@ tables: > > - tagfield: "700" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -43194,6 +45432,7 @@ tables: > > - tagfield: "700" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -43212,6 +45451,7 @@ tables: > > - tagfield: "700" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -43230,6 +45470,7 @@ tables: > > - tagfield: "700" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -43248,6 +45489,7 @@ tables: > > - tagfield: "700" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -43266,6 +45508,7 @@ tables: > > - tagfield: "700" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -43284,6 +45527,7 @@ tables: > > - tagfield: "700" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -43302,6 +45546,7 @@ tables: > > - tagfield: "700" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -43320,6 +45565,7 @@ tables: > > - tagfield: "705" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -43338,6 +45584,7 @@ tables: > > - tagfield: "705" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -43356,6 +45603,7 @@ tables: > > - tagfield: "705" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -43374,6 +45622,7 @@ tables: > > - tagfield: "705" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -43392,6 +45641,7 @@ tables: > > - tagfield: "705" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -43410,6 +45660,7 @@ tables: > > - tagfield: "705" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -43428,6 +45679,7 @@ tables: > > - tagfield: "705" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -43446,6 +45698,7 @@ tables: > > - tagfield: "705" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -43464,6 +45717,7 @@ tables: > > - tagfield: "705" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -43482,6 +45736,7 @@ tables: > > - tagfield: "705" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -43500,6 +45755,7 @@ tables: > > - tagfield: "705" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -43518,6 +45774,7 @@ tables: > > - tagfield: "705" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -43536,6 +45793,7 @@ tables: > > - tagfield: "705" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -43554,6 +45812,7 @@ tables: > > - tagfield: "705" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -43572,6 +45831,7 @@ tables: > > - tagfield: "705" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -43590,6 +45850,7 @@ tables: > > - tagfield: "705" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -43608,6 +45869,7 @@ tables: > > - tagfield: "705" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -43626,6 +45888,7 @@ tables: > > - tagfield: "710" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -43644,6 +45907,7 @@ tables: > > - tagfield: "710" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -43662,6 +45926,7 @@ tables: > > - tagfield: "710" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -43680,6 +45945,7 @@ tables: > > - tagfield: "710" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -43698,6 +45964,7 @@ tables: > > - tagfield: "710" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -43716,6 +45983,7 @@ tables: > > - tagfield: "710" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -43734,6 +46002,7 @@ tables: > > - tagfield: "710" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -43752,6 +46021,7 @@ tables: > > - tagfield: "710" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -43770,6 +46040,7 @@ tables: > > - tagfield: "710" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -43788,6 +46059,7 @@ tables: > > - tagfield: "710" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -43806,6 +46078,7 @@ tables: > > - tagfield: "710" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -43824,6 +46097,7 @@ tables: > > - tagfield: "710" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -43842,6 +46116,7 @@ tables: > > - tagfield: "710" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -43860,6 +46135,7 @@ tables: > > - tagfield: "710" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -43878,6 +46154,7 @@ tables: > > - tagfield: "710" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -43896,6 +46173,7 @@ tables: > > - tagfield: "710" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -43914,6 +46192,7 @@ tables: > > - tagfield: "710" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -43932,6 +46211,7 @@ tables: > > - tagfield: "710" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -43950,6 +46230,7 @@ tables: > > - tagfield: "710" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -43968,6 +46249,7 @@ tables: > > - tagfield: "710" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -43986,6 +46268,7 @@ tables: > > - tagfield: "710" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -44004,6 +46287,7 @@ tables: > > - tagfield: "710" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -44022,6 +46306,7 @@ tables: > > - tagfield: "710" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -44040,6 +46325,7 @@ tables: > > - tagfield: "710" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -44058,6 +46344,7 @@ tables: > > - tagfield: "710" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -44076,6 +46363,7 @@ tables: > > - tagfield: "710" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -44094,6 +46382,7 @@ tables: > > - tagfield: "710" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -44112,6 +46401,7 @@ tables: > > - tagfield: "710" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -44130,6 +46420,7 @@ tables: > > - tagfield: "710" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -44148,6 +46439,7 @@ tables: > > - tagfield: "710" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -44166,6 +46458,7 @@ tables: > > - tagfield: "711" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -44184,6 +46477,7 @@ tables: > > - tagfield: "711" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -44202,6 +46496,7 @@ tables: > > - tagfield: "711" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -44220,6 +46515,7 @@ tables: > > - tagfield: "711" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -44238,6 +46534,7 @@ tables: > > - tagfield: "711" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -44256,6 +46553,7 @@ tables: > > - tagfield: "711" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -44274,6 +46572,7 @@ tables: > > - tagfield: "711" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -44292,6 +46591,7 @@ tables: > > - tagfield: "711" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -44310,6 +46610,7 @@ tables: > > - tagfield: "711" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -44328,6 +46629,7 @@ tables: > > - tagfield: "711" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -44346,6 +46648,7 @@ tables: > > - tagfield: "711" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -44364,6 +46667,7 @@ tables: > > - tagfield: "711" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 0 >@@ -44382,6 +46686,7 @@ tables: > > - tagfield: "711" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -44400,6 +46705,7 @@ tables: > > - tagfield: "711" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -44418,6 +46724,7 @@ tables: > > - tagfield: "711" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -44436,6 +46743,7 @@ tables: > > - tagfield: "711" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -44454,6 +46762,7 @@ tables: > > - tagfield: "711" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -44472,6 +46781,7 @@ tables: > > - tagfield: "711" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -44490,6 +46800,7 @@ tables: > > - tagfield: "711" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -44508,6 +46819,7 @@ tables: > > - tagfield: "711" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -44526,6 +46838,7 @@ tables: > > - tagfield: "711" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -44544,6 +46857,7 @@ tables: > > - tagfield: "711" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -44562,6 +46876,7 @@ tables: > > - tagfield: "711" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -44580,6 +46895,7 @@ tables: > > - tagfield: "711" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -44598,6 +46914,7 @@ tables: > > - tagfield: "711" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -44616,6 +46933,7 @@ tables: > > - tagfield: "711" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -44634,6 +46952,7 @@ tables: > > - tagfield: "711" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -44652,6 +46971,7 @@ tables: > > - tagfield: "711" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -44670,6 +46990,7 @@ tables: > > - tagfield: "711" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -44688,6 +47009,7 @@ tables: > > - tagfield: "715" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -44706,6 +47028,7 @@ tables: > > - tagfield: "715" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name" > libopac: "Corporate name or jurisdiction name" > repeatable: 0 >@@ -44724,6 +47047,7 @@ tables: > > - tagfield: "715" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 0 >@@ -44742,6 +47066,7 @@ tables: > > - tagfield: "715" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -44760,6 +47085,7 @@ tables: > > - tagfield: "715" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -44778,6 +47104,7 @@ tables: > > - tagfield: "715" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -44796,6 +47123,7 @@ tables: > > - tagfield: "715" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -44814,6 +47142,7 @@ tables: > > - tagfield: "715" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -44832,6 +47161,7 @@ tables: > > - tagfield: "715" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -44850,6 +47180,7 @@ tables: > > - tagfield: "715" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -44868,6 +47199,7 @@ tables: > > - tagfield: "715" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -44886,6 +47218,7 @@ tables: > > - tagfield: "715" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -44904,6 +47237,7 @@ tables: > > - tagfield: "715" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -44922,6 +47256,7 @@ tables: > > - tagfield: "715" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -44940,6 +47275,7 @@ tables: > > - tagfield: "715" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Nonprinting information" > libopac: "Nonprinting information" > repeatable: 0 >@@ -44958,6 +47294,7 @@ tables: > > - tagfield: "720" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -44976,6 +47313,7 @@ tables: > > - tagfield: "720" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -44994,6 +47332,7 @@ tables: > > - tagfield: "720" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -45012,6 +47351,7 @@ tables: > > - tagfield: "720" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -45030,6 +47370,7 @@ tables: > > - tagfield: "720" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -45048,6 +47389,7 @@ tables: > > - tagfield: "720" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -45066,6 +47408,7 @@ tables: > > - tagfield: "720" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -45084,6 +47427,7 @@ tables: > > - tagfield: "720" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name" > libopac: "Name" > repeatable: 0 >@@ -45102,6 +47446,7 @@ tables: > > - tagfield: "720" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -45120,6 +47465,7 @@ tables: > > - tagfield: "730" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -45138,6 +47484,7 @@ tables: > > - tagfield: "730" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -45156,6 +47503,7 @@ tables: > > - tagfield: "730" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -45174,6 +47522,7 @@ tables: > > - tagfield: "730" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -45192,6 +47541,7 @@ tables: > > - tagfield: "730" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -45210,6 +47560,7 @@ tables: > > - tagfield: "730" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -45228,6 +47579,7 @@ tables: > > - tagfield: "730" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -45246,6 +47598,7 @@ tables: > > - tagfield: "730" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -45264,6 +47617,7 @@ tables: > > - tagfield: "730" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -45282,6 +47636,7 @@ tables: > > - tagfield: "730" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -45300,6 +47655,7 @@ tables: > > - tagfield: "730" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -45318,6 +47674,7 @@ tables: > > - tagfield: "730" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -45336,6 +47693,7 @@ tables: > > - tagfield: "730" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -45354,6 +47712,7 @@ tables: > > - tagfield: "730" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -45372,6 +47731,7 @@ tables: > > - tagfield: "730" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -45390,6 +47750,7 @@ tables: > > - tagfield: "730" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -45408,6 +47769,7 @@ tables: > > - tagfield: "730" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -45426,6 +47788,7 @@ tables: > > - tagfield: "730" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -45444,6 +47807,7 @@ tables: > > - tagfield: "730" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -45462,6 +47826,7 @@ tables: > > - tagfield: "730" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -45480,6 +47845,7 @@ tables: > > - tagfield: "730" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -45498,6 +47864,7 @@ tables: > > - tagfield: "730" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -45516,6 +47883,7 @@ tables: > > - tagfield: "730" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -45534,6 +47902,7 @@ tables: > > - tagfield: "730" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -45552,6 +47921,7 @@ tables: > > - tagfield: "730" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -45570,6 +47940,7 @@ tables: > > - tagfield: "740" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -45588,6 +47959,7 @@ tables: > > - tagfield: "740" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -45606,6 +47978,7 @@ tables: > > - tagfield: "740" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -45624,6 +47997,7 @@ tables: > > - tagfield: "740" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uncontrolled related/analytical title" > libopac: "Uncontrolled related/analytical title" > repeatable: 0 >@@ -45642,6 +48016,7 @@ tables: > > - tagfield: "740" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -45660,6 +48035,7 @@ tables: > > - tagfield: "740" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -45678,6 +48054,7 @@ tables: > > - tagfield: "740" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -45696,6 +48073,7 @@ tables: > > - tagfield: "751" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -45714,6 +48092,7 @@ tables: > > - tagfield: "751" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -45732,6 +48111,7 @@ tables: > > - tagfield: "751" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -45750,6 +48130,7 @@ tables: > > - tagfield: "751" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -45768,6 +48149,7 @@ tables: > > - tagfield: "751" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -45786,6 +48168,7 @@ tables: > > - tagfield: "751" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -45804,6 +48187,7 @@ tables: > > - tagfield: "751" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -45822,6 +48206,7 @@ tables: > > - tagfield: "751" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -45840,6 +48225,7 @@ tables: > > - tagfield: "751" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic name" > libopac: "Geographic name" > repeatable: 0 >@@ -45858,6 +48244,7 @@ tables: > > - tagfield: "751" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -45876,6 +48263,7 @@ tables: > > - tagfield: "751" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -45894,6 +48282,7 @@ tables: > > - tagfield: "752" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -45912,6 +48301,7 @@ tables: > > - tagfield: "752" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -45930,6 +48320,7 @@ tables: > > - tagfield: "752" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -45948,6 +48339,7 @@ tables: > > - tagfield: "752" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -45966,6 +48358,7 @@ tables: > > - tagfield: "752" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -45984,6 +48377,7 @@ tables: > > - tagfield: "752" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46002,6 +48396,7 @@ tables: > > - tagfield: "752" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Country or larger entity" > libopac: "Country or larger entity" > repeatable: 1 >@@ -46020,6 +48415,7 @@ tables: > > - tagfield: "752" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "First-order political jurisdiction" > libopac: "First-order political jurisdiction" > repeatable: 0 >@@ -46038,6 +48434,7 @@ tables: > > - tagfield: "752" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Intermediate political jurisdiction" > libopac: "Intermediate political jurisdiction" > repeatable: 1 >@@ -46056,6 +48453,7 @@ tables: > > - tagfield: "752" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "City" > libopac: "City" > repeatable: 0 >@@ -46074,6 +48472,7 @@ tables: > > - tagfield: "752" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -46092,6 +48491,7 @@ tables: > > - tagfield: "752" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "City subsection" > libopac: "City subsection" > repeatable: 1 >@@ -46110,6 +48510,7 @@ tables: > > - tagfield: "752" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Other nonjurisdictional geographic region and feature" > libopac: "Other nonjurisdictional geographic region and feature" > repeatable: 1 >@@ -46128,6 +48529,7 @@ tables: > > - tagfield: "752" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Extraterrestrial area" > libopac: "Extraterrestrial area" > repeatable: 1 >@@ -46146,6 +48548,7 @@ tables: > > - tagfield: "753" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -46164,6 +48567,7 @@ tables: > > - tagfield: "753" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -46182,6 +48586,7 @@ tables: > > - tagfield: "753" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of term" > libopac: "Source of term" > repeatable: 0 >@@ -46200,6 +48605,7 @@ tables: > > - tagfield: "753" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -46218,6 +48624,7 @@ tables: > > - tagfield: "753" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46236,6 +48643,7 @@ tables: > > - tagfield: "753" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Make and model of machine" > libopac: "Make and model of machine" > repeatable: 0 >@@ -46254,6 +48662,7 @@ tables: > > - tagfield: "753" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Programming language" > libopac: "Programming language" > repeatable: 0 >@@ -46272,6 +48681,7 @@ tables: > > - tagfield: "753" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Operating system" > libopac: "Operating system" > repeatable: 0 >@@ -46290,6 +48700,7 @@ tables: > > - tagfield: "754" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -46308,6 +48719,7 @@ tables: > > - tagfield: "754" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -46326,6 +48738,7 @@ tables: > > - tagfield: "754" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of taxonomic identification" > libopac: "Source of taxonomic identification" > repeatable: 0 >@@ -46344,6 +48757,7 @@ tables: > > - tagfield: "754" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -46362,6 +48776,7 @@ tables: > > - tagfield: "754" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46380,6 +48795,7 @@ tables: > > - tagfield: "754" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Taxonomic name" > libopac: "Taxonomic name" > repeatable: 1 >@@ -46398,6 +48814,7 @@ tables: > > - tagfield: "754" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Taxonomic category" > libopac: "Taxonomic category" > repeatable: 1 >@@ -46416,6 +48833,7 @@ tables: > > - tagfield: "754" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Common or alternative name" > libopac: "Common or alternative name" > repeatable: 1 >@@ -46434,6 +48852,7 @@ tables: > > - tagfield: "754" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Non-public note" > libopac: "Non-public note" > repeatable: 1 >@@ -46452,6 +48871,7 @@ tables: > > - tagfield: "754" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -46470,6 +48890,7 @@ tables: > > - tagfield: "755" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of taxonomic identification" > libopac: "Source of taxonomic identification" > repeatable: 0 >@@ -46488,6 +48909,7 @@ tables: > > - tagfield: "755" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -46506,6 +48928,7 @@ tables: > > - tagfield: "755" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -46524,6 +48947,7 @@ tables: > > - tagfield: "755" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46542,6 +48966,7 @@ tables: > > - tagfield: "755" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Access term" > libopac: "Access term" > repeatable: 0 >@@ -46560,6 +48985,7 @@ tables: > > - tagfield: "755" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -46578,6 +49004,7 @@ tables: > > - tagfield: "755" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -46596,6 +49023,7 @@ tables: > > - tagfield: "755" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -46614,6 +49042,7 @@ tables: > > - tagfield: "758" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -46632,6 +49061,7 @@ tables: > > - tagfield: "758" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -46650,6 +49080,7 @@ tables: > > - tagfield: "758" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -46668,6 +49099,7 @@ tables: > > - tagfield: "758" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -46686,6 +49118,7 @@ tables: > > - tagfield: "758" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -46704,6 +49137,7 @@ tables: > > - tagfield: "758" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -46722,6 +49156,7 @@ tables: > > - tagfield: "758" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -46740,6 +49175,7 @@ tables: > > - tagfield: "758" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46758,6 +49194,7 @@ tables: > > - tagfield: "758" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Label" > libopac: "Label" > repeatable: 0 >@@ -46776,6 +49213,7 @@ tables: > > - tagfield: "758" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -46794,6 +49232,7 @@ tables: > > - tagfield: "760" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -46812,6 +49251,7 @@ tables: > > - tagfield: "760" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -46830,6 +49270,7 @@ tables: > > - tagfield: "760" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -46848,6 +49289,7 @@ tables: > > - tagfield: "760" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -46866,6 +49308,7 @@ tables: > > - tagfield: "760" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -46884,6 +49327,7 @@ tables: > > - tagfield: "760" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -46902,6 +49346,7 @@ tables: > > - tagfield: "760" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -46920,6 +49365,7 @@ tables: > > - tagfield: "760" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -46938,6 +49384,7 @@ tables: > > - tagfield: "760" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -46956,6 +49403,7 @@ tables: > > - tagfield: "760" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -46974,6 +49422,7 @@ tables: > > - tagfield: "760" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -46992,6 +49441,7 @@ tables: > > - tagfield: "760" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -47010,6 +49460,7 @@ tables: > > - tagfield: "760" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -47028,6 +49479,7 @@ tables: > > - tagfield: "760" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -47046,6 +49498,7 @@ tables: > > - tagfield: "760" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -47064,6 +49517,7 @@ tables: > > - tagfield: "760" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -47082,6 +49536,7 @@ tables: > > - tagfield: "760" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -47100,6 +49555,7 @@ tables: > > - tagfield: "760" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -47118,6 +49574,7 @@ tables: > > - tagfield: "760" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -47136,6 +49593,7 @@ tables: > > - tagfield: "760" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -47154,6 +49612,7 @@ tables: > > - tagfield: "760" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -47172,6 +49631,7 @@ tables: > > - tagfield: "762" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -47190,6 +49650,7 @@ tables: > > - tagfield: "762" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -47208,6 +49669,7 @@ tables: > > - tagfield: "762" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -47226,6 +49688,7 @@ tables: > > - tagfield: "762" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -47244,6 +49707,7 @@ tables: > > - tagfield: "762" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -47262,6 +49726,7 @@ tables: > > - tagfield: "762" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -47280,6 +49745,7 @@ tables: > > - tagfield: "762" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -47298,6 +49764,7 @@ tables: > > - tagfield: "762" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -47316,6 +49783,7 @@ tables: > > - tagfield: "762" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -47334,6 +49802,7 @@ tables: > > - tagfield: "762" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -47352,6 +49821,7 @@ tables: > > - tagfield: "762" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -47370,6 +49840,7 @@ tables: > > - tagfield: "762" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -47388,6 +49859,7 @@ tables: > > - tagfield: "762" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -47406,6 +49878,7 @@ tables: > > - tagfield: "762" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -47424,6 +49897,7 @@ tables: > > - tagfield: "762" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -47442,6 +49916,7 @@ tables: > > - tagfield: "762" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -47460,6 +49935,7 @@ tables: > > - tagfield: "762" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -47478,6 +49954,7 @@ tables: > > - tagfield: "762" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -47496,6 +49973,7 @@ tables: > > - tagfield: "762" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -47514,6 +49992,7 @@ tables: > > - tagfield: "762" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -47532,6 +50011,7 @@ tables: > > - tagfield: "762" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -47550,6 +50030,7 @@ tables: > > - tagfield: "765" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -47568,6 +50049,7 @@ tables: > > - tagfield: "765" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -47586,6 +50068,7 @@ tables: > > - tagfield: "765" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -47604,6 +50087,7 @@ tables: > > - tagfield: "765" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -47622,6 +50106,7 @@ tables: > > - tagfield: "765" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -47640,6 +50125,7 @@ tables: > > - tagfield: "765" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -47658,6 +50144,7 @@ tables: > > - tagfield: "765" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -47676,6 +50163,7 @@ tables: > > - tagfield: "765" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -47694,6 +50182,7 @@ tables: > > - tagfield: "765" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -47712,6 +50201,7 @@ tables: > > - tagfield: "765" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -47730,6 +50220,7 @@ tables: > > - tagfield: "765" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -47748,6 +50239,7 @@ tables: > > - tagfield: "765" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -47766,6 +50258,7 @@ tables: > > - tagfield: "765" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -47784,6 +50277,7 @@ tables: > > - tagfield: "765" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -47802,6 +50296,7 @@ tables: > > - tagfield: "765" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -47820,6 +50315,7 @@ tables: > > - tagfield: "765" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -47838,6 +50334,7 @@ tables: > > - tagfield: "765" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -47856,6 +50353,7 @@ tables: > > - tagfield: "765" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -47874,6 +50372,7 @@ tables: > > - tagfield: "765" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -47892,6 +50391,7 @@ tables: > > - tagfield: "765" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -47910,6 +50410,7 @@ tables: > > - tagfield: "765" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -47928,6 +50429,7 @@ tables: > > - tagfield: "765" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -47946,6 +50448,7 @@ tables: > > - tagfield: "765" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -47964,6 +50467,7 @@ tables: > > - tagfield: "765" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -47982,6 +50486,7 @@ tables: > > - tagfield: "765" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -48000,6 +50505,7 @@ tables: > > - tagfield: "767" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -48018,6 +50524,7 @@ tables: > > - tagfield: "767" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -48036,6 +50543,7 @@ tables: > > - tagfield: "767" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -48054,6 +50562,7 @@ tables: > > - tagfield: "767" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -48072,6 +50581,7 @@ tables: > > - tagfield: "767" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -48090,6 +50600,7 @@ tables: > > - tagfield: "767" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -48108,6 +50619,7 @@ tables: > > - tagfield: "767" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -48126,6 +50638,7 @@ tables: > > - tagfield: "767" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -48144,6 +50657,7 @@ tables: > > - tagfield: "767" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -48162,6 +50676,7 @@ tables: > > - tagfield: "767" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -48180,6 +50695,7 @@ tables: > > - tagfield: "767" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -48198,6 +50714,7 @@ tables: > > - tagfield: "767" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -48216,6 +50733,7 @@ tables: > > - tagfield: "767" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -48234,6 +50752,7 @@ tables: > > - tagfield: "767" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -48252,6 +50771,7 @@ tables: > > - tagfield: "767" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -48270,6 +50790,7 @@ tables: > > - tagfield: "767" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -48288,6 +50809,7 @@ tables: > > - tagfield: "767" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -48306,6 +50828,7 @@ tables: > > - tagfield: "767" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -48324,6 +50847,7 @@ tables: > > - tagfield: "767" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -48342,6 +50866,7 @@ tables: > > - tagfield: "767" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -48360,6 +50885,7 @@ tables: > > - tagfield: "767" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -48378,6 +50904,7 @@ tables: > > - tagfield: "767" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -48396,6 +50923,7 @@ tables: > > - tagfield: "767" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -48414,6 +50942,7 @@ tables: > > - tagfield: "767" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -48432,6 +50961,7 @@ tables: > > - tagfield: "767" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -48450,6 +50980,7 @@ tables: > > - tagfield: "770" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -48468,6 +50999,7 @@ tables: > > - tagfield: "770" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -48486,6 +51018,7 @@ tables: > > - tagfield: "770" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -48504,6 +51037,7 @@ tables: > > - tagfield: "770" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -48522,6 +51056,7 @@ tables: > > - tagfield: "770" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -48540,6 +51075,7 @@ tables: > > - tagfield: "770" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -48558,6 +51094,7 @@ tables: > > - tagfield: "770" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -48576,6 +51113,7 @@ tables: > > - tagfield: "770" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -48594,6 +51132,7 @@ tables: > > - tagfield: "770" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -48612,6 +51151,7 @@ tables: > > - tagfield: "770" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -48630,6 +51170,7 @@ tables: > > - tagfield: "770" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -48648,6 +51189,7 @@ tables: > > - tagfield: "770" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -48666,6 +51208,7 @@ tables: > > - tagfield: "770" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -48684,6 +51227,7 @@ tables: > > - tagfield: "770" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -48702,6 +51246,7 @@ tables: > > - tagfield: "770" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -48720,6 +51265,7 @@ tables: > > - tagfield: "770" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -48738,6 +51284,7 @@ tables: > > - tagfield: "770" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -48756,6 +51303,7 @@ tables: > > - tagfield: "770" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -48774,6 +51322,7 @@ tables: > > - tagfield: "770" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -48792,6 +51341,7 @@ tables: > > - tagfield: "770" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -48810,6 +51360,7 @@ tables: > > - tagfield: "770" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -48828,6 +51379,7 @@ tables: > > - tagfield: "770" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -48846,6 +51398,7 @@ tables: > > - tagfield: "770" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -48864,6 +51417,7 @@ tables: > > - tagfield: "770" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -48882,6 +51436,7 @@ tables: > > - tagfield: "770" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -48900,6 +51455,7 @@ tables: > > - tagfield: "772" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -48918,6 +51474,7 @@ tables: > > - tagfield: "772" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -48936,6 +51493,7 @@ tables: > > - tagfield: "772" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -48954,6 +51512,7 @@ tables: > > - tagfield: "772" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -48972,6 +51531,7 @@ tables: > > - tagfield: "772" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -48990,6 +51550,7 @@ tables: > > - tagfield: "772" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -49008,6 +51569,7 @@ tables: > > - tagfield: "772" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -49026,6 +51588,7 @@ tables: > > - tagfield: "772" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -49044,6 +51607,7 @@ tables: > > - tagfield: "772" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -49062,6 +51626,7 @@ tables: > > - tagfield: "772" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -49080,6 +51645,7 @@ tables: > > - tagfield: "772" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -49098,6 +51664,7 @@ tables: > > - tagfield: "772" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -49116,6 +51683,7 @@ tables: > > - tagfield: "772" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -49134,6 +51702,7 @@ tables: > > - tagfield: "772" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -49152,6 +51721,7 @@ tables: > > - tagfield: "772" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -49170,6 +51740,7 @@ tables: > > - tagfield: "772" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -49188,6 +51759,7 @@ tables: > > - tagfield: "772" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -49206,6 +51778,7 @@ tables: > > - tagfield: "772" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -49224,6 +51797,7 @@ tables: > > - tagfield: "772" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -49242,6 +51816,7 @@ tables: > > - tagfield: "772" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -49260,6 +51835,7 @@ tables: > > - tagfield: "772" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -49278,6 +51854,7 @@ tables: > > - tagfield: "772" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -49296,6 +51873,7 @@ tables: > > - tagfield: "772" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -49314,6 +51892,7 @@ tables: > > - tagfield: "772" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -49332,6 +51911,7 @@ tables: > > - tagfield: "772" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -49350,6 +51930,7 @@ tables: > > - tagfield: "773" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Host Biblionumber" > libopac: "Host Biblionumber" > repeatable: 0 >@@ -49368,6 +51949,7 @@ tables: > > - tagfield: "773" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -49386,6 +51968,7 @@ tables: > > - tagfield: "773" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -49404,6 +51987,7 @@ tables: > > - tagfield: "773" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -49422,6 +52006,7 @@ tables: > > - tagfield: "773" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -49440,6 +52025,7 @@ tables: > > - tagfield: "773" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -49458,6 +52044,7 @@ tables: > > - tagfield: "773" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -49476,6 +52063,7 @@ tables: > > - tagfield: "773" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "Host Itemnumber" > libopac: "Host Itemnumber" > repeatable: 0 >@@ -49494,6 +52082,7 @@ tables: > > - tagfield: "773" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -49512,6 +52101,7 @@ tables: > > - tagfield: "773" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -49530,6 +52120,7 @@ tables: > > - tagfield: "773" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -49548,6 +52139,7 @@ tables: > > - tagfield: "773" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -49566,6 +52158,7 @@ tables: > > - tagfield: "773" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -49584,6 +52177,7 @@ tables: > > - tagfield: "773" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -49602,6 +52196,7 @@ tables: > > - tagfield: "773" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -49620,6 +52215,7 @@ tables: > > - tagfield: "773" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -49638,6 +52234,7 @@ tables: > > - tagfield: "773" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -49656,6 +52253,7 @@ tables: > > - tagfield: "773" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -49674,6 +52272,7 @@ tables: > > - tagfield: "773" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -49692,6 +52291,7 @@ tables: > > - tagfield: "773" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Abbreviated title" > libopac: "Abbreviated title" > repeatable: 0 >@@ -49710,6 +52310,7 @@ tables: > > - tagfield: "773" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Enumeration and first page" > libopac: "Enumeration and first page" > repeatable: 0 >@@ -49728,6 +52329,7 @@ tables: > > - tagfield: "773" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -49746,6 +52348,7 @@ tables: > > - tagfield: "773" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -49764,6 +52367,7 @@ tables: > > - tagfield: "773" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -49782,6 +52386,7 @@ tables: > > - tagfield: "773" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -49800,6 +52405,7 @@ tables: > > - tagfield: "773" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -49818,6 +52424,7 @@ tables: > > - tagfield: "773" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -49836,6 +52443,7 @@ tables: > > - tagfield: "773" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -49854,6 +52462,7 @@ tables: > > - tagfield: "773" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -49872,6 +52481,7 @@ tables: > > - tagfield: "774" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -49890,6 +52500,7 @@ tables: > > - tagfield: "774" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -49908,6 +52519,7 @@ tables: > > - tagfield: "774" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -49926,6 +52538,7 @@ tables: > > - tagfield: "774" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -49944,6 +52557,7 @@ tables: > > - tagfield: "774" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -49962,6 +52576,7 @@ tables: > > - tagfield: "774" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -49980,6 +52595,7 @@ tables: > > - tagfield: "774" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -49998,6 +52614,7 @@ tables: > > - tagfield: "774" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -50016,6 +52633,7 @@ tables: > > - tagfield: "774" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -50034,6 +52652,7 @@ tables: > > - tagfield: "774" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -50052,6 +52671,7 @@ tables: > > - tagfield: "774" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -50070,6 +52690,7 @@ tables: > > - tagfield: "774" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -50088,6 +52709,7 @@ tables: > > - tagfield: "774" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -50106,6 +52728,7 @@ tables: > > - tagfield: "774" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -50124,6 +52747,7 @@ tables: > > - tagfield: "774" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -50142,6 +52766,7 @@ tables: > > - tagfield: "774" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -50160,6 +52785,7 @@ tables: > > - tagfield: "774" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -50178,6 +52804,7 @@ tables: > > - tagfield: "774" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -50196,6 +52823,7 @@ tables: > > - tagfield: "774" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -50214,6 +52842,7 @@ tables: > > - tagfield: "774" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -50232,6 +52861,7 @@ tables: > > - tagfield: "774" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -50250,6 +52880,7 @@ tables: > > - tagfield: "774" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -50268,6 +52899,7 @@ tables: > > - tagfield: "774" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -50286,6 +52918,7 @@ tables: > > - tagfield: "774" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -50304,6 +52937,7 @@ tables: > > - tagfield: "774" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -50322,6 +52956,7 @@ tables: > > - tagfield: "775" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -50340,6 +52975,7 @@ tables: > > - tagfield: "775" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -50358,6 +52994,7 @@ tables: > > - tagfield: "775" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -50376,6 +53013,7 @@ tables: > > - tagfield: "775" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -50394,6 +53032,7 @@ tables: > > - tagfield: "775" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -50412,6 +53051,7 @@ tables: > > - tagfield: "775" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -50430,6 +53070,7 @@ tables: > > - tagfield: "775" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -50448,6 +53089,7 @@ tables: > > - tagfield: "775" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -50466,6 +53108,7 @@ tables: > > - tagfield: "775" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Language code" > libopac: "Language code" > repeatable: 0 >@@ -50484,6 +53127,7 @@ tables: > > - tagfield: "775" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Country code" > libopac: "Country code" > repeatable: 0 >@@ -50502,6 +53146,7 @@ tables: > > - tagfield: "775" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -50520,6 +53165,7 @@ tables: > > - tagfield: "775" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -50538,6 +53184,7 @@ tables: > > - tagfield: "775" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -50556,6 +53203,7 @@ tables: > > - tagfield: "775" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -50574,6 +53222,7 @@ tables: > > - tagfield: "775" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -50592,6 +53241,7 @@ tables: > > - tagfield: "775" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -50610,6 +53260,7 @@ tables: > > - tagfield: "775" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -50628,6 +53279,7 @@ tables: > > - tagfield: "775" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -50646,6 +53298,7 @@ tables: > > - tagfield: "775" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -50664,6 +53317,7 @@ tables: > > - tagfield: "775" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -50682,6 +53336,7 @@ tables: > > - tagfield: "775" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -50700,6 +53355,7 @@ tables: > > - tagfield: "775" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -50718,6 +53374,7 @@ tables: > > - tagfield: "775" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -50736,6 +53393,7 @@ tables: > > - tagfield: "775" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -50754,6 +53412,7 @@ tables: > > - tagfield: "775" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -50772,6 +53431,7 @@ tables: > > - tagfield: "775" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -50790,6 +53450,7 @@ tables: > > - tagfield: "775" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -50808,6 +53469,7 @@ tables: > > - tagfield: "776" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -50826,6 +53488,7 @@ tables: > > - tagfield: "776" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -50844,6 +53507,7 @@ tables: > > - tagfield: "776" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -50862,6 +53526,7 @@ tables: > > - tagfield: "776" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -50880,6 +53545,7 @@ tables: > > - tagfield: "776" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -50898,6 +53564,7 @@ tables: > > - tagfield: "776" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -50916,6 +53583,7 @@ tables: > > - tagfield: "776" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -50934,6 +53602,7 @@ tables: > > - tagfield: "776" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -50952,6 +53621,7 @@ tables: > > - tagfield: "776" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -50970,6 +53640,7 @@ tables: > > - tagfield: "776" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -50988,6 +53659,7 @@ tables: > > - tagfield: "776" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -51006,6 +53678,7 @@ tables: > > - tagfield: "776" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -51024,6 +53697,7 @@ tables: > > - tagfield: "776" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -51042,6 +53716,7 @@ tables: > > - tagfield: "776" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -51060,6 +53735,7 @@ tables: > > - tagfield: "776" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -51078,6 +53754,7 @@ tables: > > - tagfield: "776" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -51096,6 +53773,7 @@ tables: > > - tagfield: "776" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -51114,6 +53792,7 @@ tables: > > - tagfield: "776" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -51132,6 +53811,7 @@ tables: > > - tagfield: "776" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -51150,6 +53830,7 @@ tables: > > - tagfield: "776" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -51168,6 +53849,7 @@ tables: > > - tagfield: "776" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -51186,6 +53868,7 @@ tables: > > - tagfield: "776" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -51204,6 +53887,7 @@ tables: > > - tagfield: "776" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -51222,6 +53906,7 @@ tables: > > - tagfield: "776" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -51240,6 +53925,7 @@ tables: > > - tagfield: "776" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -51258,6 +53944,7 @@ tables: > > - tagfield: "777" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -51276,6 +53963,7 @@ tables: > > - tagfield: "777" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -51294,6 +53982,7 @@ tables: > > - tagfield: "777" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -51312,6 +54001,7 @@ tables: > > - tagfield: "777" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -51330,6 +54020,7 @@ tables: > > - tagfield: "777" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -51348,6 +54039,7 @@ tables: > > - tagfield: "777" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -51366,6 +54058,7 @@ tables: > > - tagfield: "777" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -51384,6 +54077,7 @@ tables: > > - tagfield: "777" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -51402,6 +54096,7 @@ tables: > > - tagfield: "777" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -51420,6 +54115,7 @@ tables: > > - tagfield: "777" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -51438,6 +54134,7 @@ tables: > > - tagfield: "777" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -51456,6 +54153,7 @@ tables: > > - tagfield: "777" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -51474,6 +54172,7 @@ tables: > > - tagfield: "777" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -51492,6 +54191,7 @@ tables: > > - tagfield: "777" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -51510,6 +54210,7 @@ tables: > > - tagfield: "777" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -51528,6 +54229,7 @@ tables: > > - tagfield: "777" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -51546,6 +54248,7 @@ tables: > > - tagfield: "777" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -51564,6 +54267,7 @@ tables: > > - tagfield: "777" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -51582,6 +54286,7 @@ tables: > > - tagfield: "777" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -51600,6 +54305,7 @@ tables: > > - tagfield: "777" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -51618,6 +54324,7 @@ tables: > > - tagfield: "777" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -51636,6 +54343,7 @@ tables: > > - tagfield: "777" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -51654,6 +54362,7 @@ tables: > > - tagfield: "777" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -51672,6 +54381,7 @@ tables: > > - tagfield: "777" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -51690,6 +54400,7 @@ tables: > > - tagfield: "777" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -51708,6 +54419,7 @@ tables: > > - tagfield: "780" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -51726,6 +54438,7 @@ tables: > > - tagfield: "780" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -51744,6 +54457,7 @@ tables: > > - tagfield: "780" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -51762,6 +54476,7 @@ tables: > > - tagfield: "780" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -51780,6 +54495,7 @@ tables: > > - tagfield: "780" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -51798,6 +54514,7 @@ tables: > > - tagfield: "780" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -51816,6 +54533,7 @@ tables: > > - tagfield: "780" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -51834,6 +54552,7 @@ tables: > > - tagfield: "780" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -51852,6 +54571,7 @@ tables: > > - tagfield: "780" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -51870,6 +54590,7 @@ tables: > > - tagfield: "780" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -51888,6 +54609,7 @@ tables: > > - tagfield: "780" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -51906,6 +54628,7 @@ tables: > > - tagfield: "780" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -51924,6 +54647,7 @@ tables: > > - tagfield: "780" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -51942,6 +54666,7 @@ tables: > > - tagfield: "780" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -51960,6 +54685,7 @@ tables: > > - tagfield: "780" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -51978,6 +54704,7 @@ tables: > > - tagfield: "780" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -51996,6 +54723,7 @@ tables: > > - tagfield: "780" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -52014,6 +54742,7 @@ tables: > > - tagfield: "780" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -52032,6 +54761,7 @@ tables: > > - tagfield: "780" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -52050,6 +54780,7 @@ tables: > > - tagfield: "780" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -52068,6 +54799,7 @@ tables: > > - tagfield: "780" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -52086,6 +54818,7 @@ tables: > > - tagfield: "780" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -52104,6 +54837,7 @@ tables: > > - tagfield: "780" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -52122,6 +54856,7 @@ tables: > > - tagfield: "780" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -52140,6 +54875,7 @@ tables: > > - tagfield: "780" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -52158,6 +54894,7 @@ tables: > > - tagfield: "785" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -52176,6 +54913,7 @@ tables: > > - tagfield: "785" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -52194,6 +54932,7 @@ tables: > > - tagfield: "785" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -52212,6 +54951,7 @@ tables: > > - tagfield: "785" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -52230,6 +54970,7 @@ tables: > > - tagfield: "785" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -52248,6 +54989,7 @@ tables: > > - tagfield: "785" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -52266,6 +55008,7 @@ tables: > > - tagfield: "785" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -52284,6 +55027,7 @@ tables: > > - tagfield: "785" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -52302,6 +55046,7 @@ tables: > > - tagfield: "785" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -52320,6 +55065,7 @@ tables: > > - tagfield: "785" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -52338,6 +55084,7 @@ tables: > > - tagfield: "785" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -52356,6 +55103,7 @@ tables: > > - tagfield: "785" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -52374,6 +55122,7 @@ tables: > > - tagfield: "785" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -52392,6 +55141,7 @@ tables: > > - tagfield: "785" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -52410,6 +55160,7 @@ tables: > > - tagfield: "785" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -52428,6 +55179,7 @@ tables: > > - tagfield: "785" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -52446,6 +55198,7 @@ tables: > > - tagfield: "785" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -52464,6 +55217,7 @@ tables: > > - tagfield: "785" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -52482,6 +55236,7 @@ tables: > > - tagfield: "785" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -52500,6 +55255,7 @@ tables: > > - tagfield: "785" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -52518,6 +55274,7 @@ tables: > > - tagfield: "785" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -52536,6 +55293,7 @@ tables: > > - tagfield: "785" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -52554,6 +55312,7 @@ tables: > > - tagfield: "785" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -52572,6 +55331,7 @@ tables: > > - tagfield: "785" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -52590,6 +55350,7 @@ tables: > > - tagfield: "785" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -52608,6 +55369,7 @@ tables: > > - tagfield: "786" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -52626,6 +55388,7 @@ tables: > > - tagfield: "786" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -52644,6 +55407,7 @@ tables: > > - tagfield: "786" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -52662,6 +55426,7 @@ tables: > > - tagfield: "786" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -52680,6 +55445,7 @@ tables: > > - tagfield: "786" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -52698,6 +55464,7 @@ tables: > > - tagfield: "786" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -52716,6 +55483,7 @@ tables: > > - tagfield: "786" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -52734,6 +55502,7 @@ tables: > > - tagfield: "786" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -52752,6 +55521,7 @@ tables: > > - tagfield: "786" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -52770,6 +55540,7 @@ tables: > > - tagfield: "786" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -52788,6 +55559,7 @@ tables: > > - tagfield: "786" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -52806,6 +55578,7 @@ tables: > > - tagfield: "786" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Period of content" > libopac: "Period of content" > repeatable: 0 >@@ -52824,6 +55597,7 @@ tables: > > - tagfield: "786" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -52842,6 +55616,7 @@ tables: > > - tagfield: "786" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -52860,6 +55635,7 @@ tables: > > - tagfield: "786" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -52878,6 +55654,7 @@ tables: > > - tagfield: "786" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -52896,6 +55673,7 @@ tables: > > - tagfield: "786" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -52914,6 +55692,7 @@ tables: > > - tagfield: "786" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Abbreviated title" > libopac: "Abbreviated title" > repeatable: 0 >@@ -52932,6 +55711,7 @@ tables: > > - tagfield: "786" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -52950,6 +55730,7 @@ tables: > > - tagfield: "786" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -52968,6 +55749,7 @@ tables: > > - tagfield: "786" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -52986,6 +55768,7 @@ tables: > > - tagfield: "786" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -53004,6 +55787,7 @@ tables: > > - tagfield: "786" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Source Contribution" > libopac: "Source Contribution" > repeatable: 0 >@@ -53022,6 +55806,7 @@ tables: > > - tagfield: "786" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -53040,6 +55825,7 @@ tables: > > - tagfield: "786" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -53058,6 +55844,7 @@ tables: > > - tagfield: "786" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -53076,6 +55863,7 @@ tables: > > - tagfield: "786" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -53094,6 +55882,7 @@ tables: > > - tagfield: "787" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -53112,6 +55901,7 @@ tables: > > - tagfield: "787" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -53130,6 +55920,7 @@ tables: > > - tagfield: "787" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -53148,6 +55939,7 @@ tables: > > - tagfield: "787" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -53166,6 +55958,7 @@ tables: > > - tagfield: "787" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -53184,6 +55977,7 @@ tables: > > - tagfield: "787" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -53202,6 +55996,7 @@ tables: > > - tagfield: "787" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -53220,6 +56015,7 @@ tables: > > - tagfield: "787" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Qualifying information" > libopac: "Qualifying information" > repeatable: 0 >@@ -53238,6 +56034,7 @@ tables: > > - tagfield: "787" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -53256,6 +56053,7 @@ tables: > > - tagfield: "787" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Related parts" > libopac: "Related parts" > repeatable: 1 >@@ -53274,6 +56072,7 @@ tables: > > - tagfield: "787" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Physical description" > libopac: "Physical description" > repeatable: 0 >@@ -53292,6 +56091,7 @@ tables: > > - tagfield: "787" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -53310,6 +56110,7 @@ tables: > > - tagfield: "787" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Series data for related item" > libopac: "Series data for related item" > repeatable: 1 >@@ -53328,6 +56129,7 @@ tables: > > - tagfield: "787" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -53346,6 +56148,7 @@ tables: > > - tagfield: "787" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Material-specific details" > libopac: "Material-specific details" > repeatable: 0 >@@ -53364,6 +56167,7 @@ tables: > > - tagfield: "787" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -53382,6 +56186,7 @@ tables: > > - tagfield: "787" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Other item identifier" > libopac: "Other item identifier" > repeatable: 1 >@@ -53400,6 +56205,7 @@ tables: > > - tagfield: "787" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Parallel title (BK SE) [OBSOLETE]" > libopac: "Parallel title (BK SE) [OBSOLETE]" > repeatable: 0 >@@ -53418,6 +56224,7 @@ tables: > > - tagfield: "787" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Report number" > libopac: "Report number" > repeatable: 1 >@@ -53436,6 +56243,7 @@ tables: > > - tagfield: "787" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -53454,6 +56262,7 @@ tables: > > - tagfield: "787" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -53472,6 +56281,7 @@ tables: > > - tagfield: "787" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Standard Technical Report Number" > libopac: "Standard Technical Report Number" > repeatable: 0 >@@ -53490,6 +56300,7 @@ tables: > > - tagfield: "787" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -53508,6 +56319,7 @@ tables: > > - tagfield: "787" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -53526,6 +56338,7 @@ tables: > > - tagfield: "787" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "CODEN designation" > libopac: "CODEN designation" > repeatable: 0 >@@ -53544,6 +56357,7 @@ tables: > > - tagfield: "787" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "International Standard Book Number" > libopac: "International Standard Book Number" > repeatable: 1 >@@ -53562,6 +56376,7 @@ tables: > > - tagfield: "788" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -53580,6 +56395,7 @@ tables: > > - tagfield: "788" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -53598,6 +56414,7 @@ tables: > > - tagfield: "788" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -53616,6 +56433,7 @@ tables: > > - tagfield: "788" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -53634,6 +56452,7 @@ tables: > > - tagfield: "788" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Main entry heading" > libopac: "Main entry heading" > repeatable: 0 >@@ -53652,6 +56471,7 @@ tables: > > - tagfield: "788" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Edition" > libopac: "Edition" > repeatable: 0 >@@ -53670,6 +56490,7 @@ tables: > > - tagfield: "788" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Place, publisher, and date of publication" > libopac: "Place, publisher, and date of publication" > repeatable: 0 >@@ -53688,6 +56509,7 @@ tables: > > - tagfield: "788" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Language of cataloging" > libopac: "Language of cataloging" > repeatable: 0 >@@ -53706,6 +56528,7 @@ tables: > > - tagfield: "788" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Relationship information" > libopac: "Relationship information" > repeatable: 1 >@@ -53724,6 +56547,7 @@ tables: > > - tagfield: "788" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -53742,6 +56566,7 @@ tables: > > - tagfield: "788" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 1 >@@ -53760,6 +56585,7 @@ tables: > > - tagfield: "788" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -53778,6 +56604,7 @@ tables: > > - tagfield: "788" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -53796,6 +56623,7 @@ tables: > > - tagfield: "788" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -53814,6 +56642,7 @@ tables: > > - tagfield: "788" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -53832,6 +56661,7 @@ tables: > > - tagfield: "789" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "%" > libopac: "%" > repeatable: 0 >@@ -53850,6 +56680,7 @@ tables: > > - tagfield: "789" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -53868,6 +56699,7 @@ tables: > > - tagfield: "789" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -53886,6 +56718,7 @@ tables: > > - tagfield: "789" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -53904,6 +56737,7 @@ tables: > > - tagfield: "789" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -53922,6 +56756,7 @@ tables: > > - tagfield: "789" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 0 >@@ -53940,6 +56775,7 @@ tables: > > - tagfield: "789" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -53958,6 +56794,7 @@ tables: > > - tagfield: "789" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -53976,6 +56813,7 @@ tables: > > - tagfield: "789" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 0 >@@ -53994,6 +56832,7 @@ tables: > > - tagfield: "789" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -54012,6 +56851,7 @@ tables: > > - tagfield: "789" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -54030,6 +56870,7 @@ tables: > > - tagfield: "789" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -54048,6 +56889,7 @@ tables: > > - tagfield: "789" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -54066,6 +56908,7 @@ tables: > > - tagfield: "789" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -54084,6 +56927,7 @@ tables: > > - tagfield: "789" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -54102,6 +56946,7 @@ tables: > > - tagfield: "789" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -54120,6 +56965,7 @@ tables: > > - tagfield: "789" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -54138,6 +56984,7 @@ tables: > > - tagfield: "789" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -54156,6 +57003,7 @@ tables: > > - tagfield: "789" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -54174,6 +57022,7 @@ tables: > > - tagfield: "789" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -54192,6 +57041,7 @@ tables: > > - tagfield: "789" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -54210,6 +57060,7 @@ tables: > > - tagfield: "789" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -54228,6 +57079,7 @@ tables: > > - tagfield: "789" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -54246,6 +57098,7 @@ tables: > > - tagfield: "789" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -54264,6 +57117,7 @@ tables: > > - tagfield: "789" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -54282,6 +57136,7 @@ tables: > > - tagfield: "789" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -54300,6 +57155,7 @@ tables: > > - tagfield: "789" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -54318,6 +57174,7 @@ tables: > > - tagfield: "789" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -54336,6 +57193,7 @@ tables: > > - tagfield: "789" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -54354,6 +57212,7 @@ tables: > > - tagfield: "789" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -54372,6 +57231,7 @@ tables: > > - tagfield: "789" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -54390,6 +57250,7 @@ tables: > > - tagfield: "789" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -54408,6 +57269,7 @@ tables: > > - tagfield: "789" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -54426,6 +57288,7 @@ tables: > > - tagfield: "789" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -54444,6 +57307,7 @@ tables: > > - tagfield: "789" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -54462,6 +57326,7 @@ tables: > > - tagfield: "796" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -54480,6 +57345,7 @@ tables: > > - tagfield: "796" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -54498,6 +57364,7 @@ tables: > > - tagfield: "796" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -54516,6 +57383,7 @@ tables: > > - tagfield: "796" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -54534,6 +57402,7 @@ tables: > > - tagfield: "796" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -54552,6 +57421,7 @@ tables: > > - tagfield: "796" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -54570,6 +57440,7 @@ tables: > > - tagfield: "796" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -54588,6 +57459,7 @@ tables: > > - tagfield: "796" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -54606,6 +57478,7 @@ tables: > > - tagfield: "796" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -54624,6 +57497,7 @@ tables: > > - tagfield: "796" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -54642,6 +57516,7 @@ tables: > > - tagfield: "796" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -54660,6 +57535,7 @@ tables: > > - tagfield: "796" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -54678,6 +57554,7 @@ tables: > > - tagfield: "796" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -54696,6 +57573,7 @@ tables: > > - tagfield: "796" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -54714,6 +57592,7 @@ tables: > > - tagfield: "796" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -54732,6 +57611,7 @@ tables: > > - tagfield: "796" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -54750,6 +57630,7 @@ tables: > > - tagfield: "796" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -54768,6 +57649,7 @@ tables: > > - tagfield: "796" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -54786,6 +57668,7 @@ tables: > > - tagfield: "796" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -54804,6 +57687,7 @@ tables: > > - tagfield: "796" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -54822,6 +57706,7 @@ tables: > > - tagfield: "796" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -54840,6 +57725,7 @@ tables: > > - tagfield: "796" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -54858,6 +57744,7 @@ tables: > > - tagfield: "796" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -54876,6 +57763,7 @@ tables: > > - tagfield: "796" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -54894,6 +57782,7 @@ tables: > > - tagfield: "796" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -54912,6 +57801,7 @@ tables: > > - tagfield: "796" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -54930,6 +57820,7 @@ tables: > > - tagfield: "796" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -54948,6 +57839,7 @@ tables: > > - tagfield: "796" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -54966,6 +57858,7 @@ tables: > > - tagfield: "797" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -54984,6 +57877,7 @@ tables: > > - tagfield: "797" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -55002,6 +57896,7 @@ tables: > > - tagfield: "797" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -55020,6 +57915,7 @@ tables: > > - tagfield: "797" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -55038,6 +57934,7 @@ tables: > > - tagfield: "797" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -55056,6 +57953,7 @@ tables: > > - tagfield: "797" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -55074,6 +57972,7 @@ tables: > > - tagfield: "797" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -55092,6 +57991,7 @@ tables: > > - tagfield: "797" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -55110,6 +58010,7 @@ tables: > > - tagfield: "797" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -55128,6 +58029,7 @@ tables: > > - tagfield: "797" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -55146,6 +58048,7 @@ tables: > > - tagfield: "797" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -55164,6 +58067,7 @@ tables: > > - tagfield: "797" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -55182,6 +58086,7 @@ tables: > > - tagfield: "797" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -55200,6 +58105,7 @@ tables: > > - tagfield: "797" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -55218,6 +58124,7 @@ tables: > > - tagfield: "797" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -55236,6 +58143,7 @@ tables: > > - tagfield: "797" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -55254,6 +58162,7 @@ tables: > > - tagfield: "797" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -55272,6 +58181,7 @@ tables: > > - tagfield: "797" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -55290,6 +58200,7 @@ tables: > > - tagfield: "797" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -55308,6 +58219,7 @@ tables: > > - tagfield: "797" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -55326,6 +58238,7 @@ tables: > > - tagfield: "797" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -55344,6 +58257,7 @@ tables: > > - tagfield: "797" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -55362,6 +58276,7 @@ tables: > > - tagfield: "797" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -55380,6 +58295,7 @@ tables: > > - tagfield: "797" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -55398,6 +58314,7 @@ tables: > > - tagfield: "797" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -55416,6 +58333,7 @@ tables: > > - tagfield: "797" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -55434,6 +58352,7 @@ tables: > > - tagfield: "798" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -55452,6 +58371,7 @@ tables: > > - tagfield: "798" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -55470,6 +58390,7 @@ tables: > > - tagfield: "798" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -55488,6 +58409,7 @@ tables: > > - tagfield: "798" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -55506,6 +58428,7 @@ tables: > > - tagfield: "798" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -55524,6 +58447,7 @@ tables: > > - tagfield: "798" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -55542,6 +58466,7 @@ tables: > > - tagfield: "798" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -55560,6 +58485,7 @@ tables: > > - tagfield: "798" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -55578,6 +58504,7 @@ tables: > > - tagfield: "798" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 0 >@@ -55596,6 +58523,7 @@ tables: > > - tagfield: "798" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -55614,6 +58542,7 @@ tables: > > - tagfield: "798" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -55632,6 +58561,7 @@ tables: > > - tagfield: "798" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -55650,6 +58580,7 @@ tables: > > - tagfield: "798" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -55668,6 +58599,7 @@ tables: > > - tagfield: "798" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -55686,6 +58618,7 @@ tables: > > - tagfield: "798" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -55704,6 +58637,7 @@ tables: > > - tagfield: "798" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -55722,6 +58656,7 @@ tables: > > - tagfield: "798" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -55740,6 +58675,7 @@ tables: > > - tagfield: "798" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -55758,6 +58694,7 @@ tables: > > - tagfield: "798" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -55776,6 +58713,7 @@ tables: > > - tagfield: "798" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -55794,6 +58732,7 @@ tables: > > - tagfield: "798" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -55812,6 +58751,7 @@ tables: > > - tagfield: "798" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -55830,6 +58770,7 @@ tables: > > - tagfield: "798" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -55848,6 +58789,7 @@ tables: > > - tagfield: "798" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -55866,6 +58808,7 @@ tables: > > - tagfield: "799" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -55884,6 +58827,7 @@ tables: > > - tagfield: "799" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -55902,6 +58846,7 @@ tables: > > - tagfield: "799" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -55920,6 +58865,7 @@ tables: > > - tagfield: "799" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -55938,6 +58884,7 @@ tables: > > - tagfield: "799" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -55956,6 +58903,7 @@ tables: > > - tagfield: "799" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -55974,6 +58922,7 @@ tables: > > - tagfield: "799" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -55992,6 +58941,7 @@ tables: > > - tagfield: "799" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -56010,6 +58960,7 @@ tables: > > - tagfield: "799" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -56028,6 +58979,7 @@ tables: > > - tagfield: "799" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -56046,6 +58998,7 @@ tables: > > - tagfield: "799" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -56064,6 +59017,7 @@ tables: > > - tagfield: "799" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -56082,6 +59036,7 @@ tables: > > - tagfield: "799" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -56100,6 +59055,7 @@ tables: > > - tagfield: "799" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -56118,6 +59074,7 @@ tables: > > - tagfield: "799" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -56136,6 +59093,7 @@ tables: > > - tagfield: "799" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -56154,6 +59112,7 @@ tables: > > - tagfield: "799" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -56172,6 +59131,7 @@ tables: > > - tagfield: "799" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -56190,6 +59150,7 @@ tables: > > - tagfield: "799" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -56208,6 +59169,7 @@ tables: > > - tagfield: "799" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -56226,6 +59188,7 @@ tables: > > - tagfield: "799" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -56244,6 +59207,7 @@ tables: > > - tagfield: "800" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -56262,6 +59226,7 @@ tables: > > - tagfield: "800" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -56280,6 +59245,7 @@ tables: > > - tagfield: "800" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -56298,6 +59264,7 @@ tables: > > - tagfield: "800" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -56316,6 +59283,7 @@ tables: > > - tagfield: "800" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -56334,6 +59302,7 @@ tables: > > - tagfield: "800" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -56352,6 +59321,7 @@ tables: > > - tagfield: "800" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -56370,6 +59340,7 @@ tables: > > - tagfield: "800" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -56388,6 +59359,7 @@ tables: > > - tagfield: "800" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -56406,6 +59378,7 @@ tables: > > - tagfield: "800" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -56424,6 +59397,7 @@ tables: > > - tagfield: "800" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -56442,6 +59416,7 @@ tables: > > - tagfield: "800" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -56460,6 +59435,7 @@ tables: > > - tagfield: "800" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -56478,6 +59454,7 @@ tables: > > - tagfield: "800" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -56496,6 +59473,7 @@ tables: > > - tagfield: "800" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -56514,6 +59492,7 @@ tables: > > - tagfield: "800" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -56532,6 +59511,7 @@ tables: > > - tagfield: "800" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -56550,6 +59530,7 @@ tables: > > - tagfield: "800" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -56568,6 +59549,7 @@ tables: > > - tagfield: "800" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -56586,6 +59568,7 @@ tables: > > - tagfield: "800" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -56604,6 +59587,7 @@ tables: > > - tagfield: "800" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -56622,6 +59606,7 @@ tables: > > - tagfield: "800" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -56640,6 +59625,7 @@ tables: > > - tagfield: "800" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -56658,6 +59644,7 @@ tables: > > - tagfield: "800" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -56676,6 +59663,7 @@ tables: > > - tagfield: "800" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -56694,6 +59682,7 @@ tables: > > - tagfield: "800" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -56712,6 +59701,7 @@ tables: > > - tagfield: "800" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -56730,6 +59720,7 @@ tables: > > - tagfield: "800" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -56748,6 +59739,7 @@ tables: > > - tagfield: "800" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -56766,6 +59758,7 @@ tables: > > - tagfield: "800" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -56784,6 +59777,7 @@ tables: > > - tagfield: "800" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -56802,6 +59796,7 @@ tables: > > - tagfield: "800" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -56820,6 +59815,7 @@ tables: > > - tagfield: "800" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -56838,6 +59834,7 @@ tables: > > - tagfield: "800" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -56856,6 +59853,7 @@ tables: > > - tagfield: "810" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -56874,6 +59872,7 @@ tables: > > - tagfield: "810" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -56892,6 +59891,7 @@ tables: > > - tagfield: "810" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -56910,6 +59910,7 @@ tables: > > - tagfield: "810" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -56928,6 +59929,7 @@ tables: > > - tagfield: "810" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -56946,6 +59948,7 @@ tables: > > - tagfield: "810" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -56964,6 +59967,7 @@ tables: > > - tagfield: "810" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -56982,6 +59986,7 @@ tables: > > - tagfield: "810" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -57000,6 +60005,7 @@ tables: > > - tagfield: "810" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -57018,6 +60024,7 @@ tables: > > - tagfield: "810" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -57036,6 +60043,7 @@ tables: > > - tagfield: "810" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -57054,6 +60062,7 @@ tables: > > - tagfield: "810" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -57072,6 +60081,7 @@ tables: > > - tagfield: "810" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -57090,6 +60100,7 @@ tables: > > - tagfield: "810" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -57108,6 +60119,7 @@ tables: > > - tagfield: "810" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -57126,6 +60138,7 @@ tables: > > - tagfield: "810" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -57144,6 +60157,7 @@ tables: > > - tagfield: "810" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -57162,6 +60176,7 @@ tables: > > - tagfield: "810" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -57180,6 +60195,7 @@ tables: > > - tagfield: "810" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -57198,6 +60214,7 @@ tables: > > - tagfield: "810" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -57216,6 +60233,7 @@ tables: > > - tagfield: "810" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -57234,6 +60252,7 @@ tables: > > - tagfield: "810" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -57252,6 +60271,7 @@ tables: > > - tagfield: "810" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -57270,6 +60290,7 @@ tables: > > - tagfield: "810" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -57288,6 +60309,7 @@ tables: > > - tagfield: "810" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -57306,6 +60328,7 @@ tables: > > - tagfield: "810" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -57324,6 +60347,7 @@ tables: > > - tagfield: "810" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -57342,6 +60366,7 @@ tables: > > - tagfield: "810" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -57360,6 +60385,7 @@ tables: > > - tagfield: "810" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -57378,6 +60404,7 @@ tables: > > - tagfield: "810" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -57396,6 +60423,7 @@ tables: > > - tagfield: "810" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -57414,6 +60442,7 @@ tables: > > - tagfield: "810" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -57432,6 +60461,7 @@ tables: > > - tagfield: "811" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -57450,6 +60480,7 @@ tables: > > - tagfield: "811" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -57468,6 +60499,7 @@ tables: > > - tagfield: "811" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -57486,6 +60518,7 @@ tables: > > - tagfield: "811" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -57504,6 +60537,7 @@ tables: > > - tagfield: "811" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relationship" > libopac: "Relationship" > repeatable: 1 >@@ -57522,6 +60556,7 @@ tables: > > - tagfield: "811" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -57540,6 +60575,7 @@ tables: > > - tagfield: "811" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -57558,6 +60594,7 @@ tables: > > - tagfield: "811" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -57576,6 +60613,7 @@ tables: > > - tagfield: "811" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -57594,6 +60632,7 @@ tables: > > - tagfield: "811" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -57612,6 +60651,7 @@ tables: > > - tagfield: "811" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -57630,6 +60670,7 @@ tables: > > - tagfield: "811" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 0 >@@ -57648,6 +60689,7 @@ tables: > > - tagfield: "811" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 1 >@@ -57666,6 +60708,7 @@ tables: > > - tagfield: "811" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -57684,6 +60727,7 @@ tables: > > - tagfield: "811" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -57702,6 +60746,7 @@ tables: > > - tagfield: "811" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -57720,6 +60765,7 @@ tables: > > - tagfield: "811" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -57738,6 +60784,7 @@ tables: > > - tagfield: "811" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -57756,6 +60803,7 @@ tables: > > - tagfield: "811" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -57774,6 +60822,7 @@ tables: > > - tagfield: "811" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -57792,6 +60841,7 @@ tables: > > - tagfield: "811" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -57810,6 +60860,7 @@ tables: > > - tagfield: "811" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -57828,6 +60879,7 @@ tables: > > - tagfield: "811" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -57846,6 +60898,7 @@ tables: > > - tagfield: "811" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -57864,6 +60917,7 @@ tables: > > - tagfield: "811" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -57882,6 +60936,7 @@ tables: > > - tagfield: "811" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -57900,6 +60955,7 @@ tables: > > - tagfield: "811" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -57918,6 +60974,7 @@ tables: > > - tagfield: "811" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -57936,6 +60993,7 @@ tables: > > - tagfield: "811" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -57954,6 +61012,7 @@ tables: > > - tagfield: "811" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -57972,6 +61031,7 @@ tables: > > - tagfield: "811" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -57990,6 +61050,7 @@ tables: > > - tagfield: "830" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -58008,6 +61069,7 @@ tables: > > - tagfield: "830" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -58026,6 +61088,7 @@ tables: > > - tagfield: "830" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -58044,6 +61107,7 @@ tables: > > - tagfield: "830" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -58062,6 +61126,7 @@ tables: > > - tagfield: "830" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 1 >@@ -58080,6 +61145,7 @@ tables: > > - tagfield: "830" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -58098,6 +61164,7 @@ tables: > > - tagfield: "830" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Control subfield" > libopac: "Control subfield" > repeatable: 0 >@@ -58116,6 +61183,7 @@ tables: > > - tagfield: "830" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -58134,6 +61202,7 @@ tables: > > - tagfield: "830" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -58152,6 +61221,7 @@ tables: > > - tagfield: "830" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -58170,6 +61240,7 @@ tables: > > - tagfield: "830" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -58188,6 +61259,7 @@ tables: > > - tagfield: "830" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -58206,6 +61278,7 @@ tables: > > - tagfield: "830" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 1 >@@ -58224,6 +61297,7 @@ tables: > > - tagfield: "830" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -58242,6 +61316,7 @@ tables: > > - tagfield: "830" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -58260,6 +61335,7 @@ tables: > > - tagfield: "830" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -58278,6 +61354,7 @@ tables: > > - tagfield: "830" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -58296,6 +61373,7 @@ tables: > > - tagfield: "830" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -58314,6 +61392,7 @@ tables: > > - tagfield: "830" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -58332,6 +61411,7 @@ tables: > > - tagfield: "830" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -58350,6 +61430,7 @@ tables: > > - tagfield: "830" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -58368,6 +61449,7 @@ tables: > > - tagfield: "830" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 1 >@@ -58386,6 +61468,7 @@ tables: > > - tagfield: "830" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -58404,6 +61487,7 @@ tables: > > - tagfield: "830" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -58422,6 +61506,7 @@ tables: > > - tagfield: "830" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -58440,6 +61525,7 @@ tables: > > - tagfield: "830" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "International Standard Serial Number" > libopac: "International Standard Serial Number" > repeatable: 0 >@@ -58458,6 +61544,7 @@ tables: > > - tagfield: "830" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -58476,6 +61563,7 @@ tables: > > - tagfield: "840" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Title" > libopac: "Title" > repeatable: 0 >@@ -58494,6 +61582,7 @@ tables: > > - tagfield: "840" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 1 >@@ -58512,6 +61601,7 @@ tables: > > - tagfield: "840" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -58530,6 +61620,7 @@ tables: > > - tagfield: "841" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of record" > libopac: "Type of record" > repeatable: 0 >@@ -58548,6 +61639,7 @@ tables: > > - tagfield: "841" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Fixed-length data elements" > libopac: "Fixed-length data elements" > repeatable: 0 >@@ -58566,6 +61658,7 @@ tables: > > - tagfield: "841" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Encoding level" > libopac: "Encoding level" > repeatable: 0 >@@ -58584,6 +61677,7 @@ tables: > > - tagfield: "842" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -58602,6 +61696,7 @@ tables: > > - tagfield: "842" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -58620,6 +61715,7 @@ tables: > > - tagfield: "842" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Textual physical form designator" > libopac: "Textual physical form designator" > repeatable: 0 >@@ -58638,6 +61734,7 @@ tables: > > - tagfield: "843" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -58656,6 +61753,7 @@ tables: > > - tagfield: "843" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -58674,6 +61772,7 @@ tables: > > - tagfield: "843" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Fixed-length data elements of reproduction" > libopac: "Fixed-length data elements of reproduction" > repeatable: 0 >@@ -58692,6 +61791,7 @@ tables: > > - tagfield: "843" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -58710,6 +61810,7 @@ tables: > > - tagfield: "843" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Type of reproduction" > libopac: "Type of reproduction" > repeatable: 0 >@@ -58728,6 +61829,7 @@ tables: > > - tagfield: "843" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Place of reproduction" > libopac: "Place of reproduction" > repeatable: 1 >@@ -58746,6 +61848,7 @@ tables: > > - tagfield: "843" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Agency responsible for reproduction" > libopac: "Agency responsible for reproduction" > repeatable: 1 >@@ -58764,6 +61867,7 @@ tables: > > - tagfield: "843" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of reproduction" > libopac: "Date of reproduction" > repeatable: 0 >@@ -58782,6 +61886,7 @@ tables: > > - tagfield: "843" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Physical description of reproduction" > libopac: "Physical description of reproduction" > repeatable: 1 >@@ -58800,6 +61905,7 @@ tables: > > - tagfield: "843" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Series statement of reproduction" > libopac: "Series statement of reproduction" > repeatable: 1 >@@ -58818,6 +61924,7 @@ tables: > > - tagfield: "843" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Dates of publication and/or sequential designation of issues reproduced" > libopac: "Dates of publication and/or sequential designation of issues reproduced" > repeatable: 1 >@@ -58836,6 +61943,7 @@ tables: > > - tagfield: "843" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Note about reproduction" > libopac: "Note about reproduction" > repeatable: 1 >@@ -58854,6 +61962,7 @@ tables: > > - tagfield: "844" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -58872,6 +61981,7 @@ tables: > > - tagfield: "844" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -58890,6 +62000,7 @@ tables: > > - tagfield: "844" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name of unit" > libopac: "Name of unit" > repeatable: 0 >@@ -58908,6 +62019,7 @@ tables: > > - tagfield: "845" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -58926,6 +62038,7 @@ tables: > > - tagfield: "845" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -58944,6 +62057,7 @@ tables: > > - tagfield: "845" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -58962,6 +62076,7 @@ tables: > > - tagfield: "845" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -58980,6 +62095,7 @@ tables: > > - tagfield: "845" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Terms governing use and reproduction" > libopac: "Terms governing use and reproduction" > repeatable: 0 >@@ -58998,6 +62114,7 @@ tables: > > - tagfield: "845" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Jurisdiction" > libopac: "Jurisdiction" > repeatable: 0 >@@ -59016,6 +62133,7 @@ tables: > > - tagfield: "845" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Authorization" > libopac: "Authorization" > repeatable: 0 >@@ -59034,6 +62152,7 @@ tables: > > - tagfield: "845" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Authorized users" > libopac: "Authorized users" > repeatable: 0 >@@ -59052,6 +62171,7 @@ tables: > > - tagfield: "850" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -59070,6 +62190,7 @@ tables: > > - tagfield: "850" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Holding institution" > libopac: "Holding institution" > repeatable: 1 >@@ -59088,6 +62209,7 @@ tables: > > - tagfield: "850" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Holdings (NR) (MU VM SE) [OBSOLETE]" > libopac: "Holdings (NR) (MU VM SE) [OBSOLETE]" > repeatable: 0 >@@ -59106,6 +62228,7 @@ tables: > > - tagfield: "850" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Inclusive dates (NR) (MU VM SE) [OBSOLETE]" > libopac: "Inclusive dates (NR) (MU VM SE) [OBSOLETE]" > repeatable: 0 >@@ -59124,6 +62247,7 @@ tables: > > - tagfield: "850" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Retention statement (NR) (CF MU VM SE) [OBSOLETE]" > libopac: "Retention statement (NR) (CF MU VM SE) [OBSOLETE]" > repeatable: 0 >@@ -59142,6 +62266,7 @@ tables: > > - tagfield: "851" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -59160,6 +62285,7 @@ tables: > > - tagfield: "851" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -59178,6 +62304,7 @@ tables: > > - tagfield: "851" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Name (custodian or owner)" > libopac: "Name (custodian or owner)" > repeatable: 0 >@@ -59196,6 +62323,7 @@ tables: > > - tagfield: "851" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Institutional division" > libopac: "Institutional division" > repeatable: 0 >@@ -59214,6 +62342,7 @@ tables: > > - tagfield: "851" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Street address" > libopac: "Street address" > repeatable: 0 >@@ -59232,6 +62361,7 @@ tables: > > - tagfield: "851" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Country" > libopac: "Country" > repeatable: 0 >@@ -59250,6 +62380,7 @@ tables: > > - tagfield: "851" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Location of units" > libopac: "Location of units" > repeatable: 0 >@@ -59268,6 +62399,7 @@ tables: > > - tagfield: "851" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Item number" > libopac: "Item number" > repeatable: 0 >@@ -59286,6 +62418,7 @@ tables: > > - tagfield: "851" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Repository location code" > libopac: "Repository location code" > repeatable: 0 >@@ -59304,6 +62437,7 @@ tables: > > - tagfield: "852" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of classification or shelving scheme" > libopac: "Source of classification or shelving scheme" > repeatable: 0 >@@ -59322,6 +62456,7 @@ tables: > > - tagfield: "852" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -59340,6 +62475,7 @@ tables: > > - tagfield: "852" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -59358,6 +62494,7 @@ tables: > > - tagfield: "852" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Sequence number" > libopac: "Sequence number" > repeatable: 0 >@@ -59376,6 +62513,7 @@ tables: > > - tagfield: "852" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Location" > libopac: "Location" > repeatable: 0 >@@ -59394,6 +62532,7 @@ tables: > > - tagfield: "852" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Sublocation or collection" > libopac: "Sublocation or collection" > repeatable: 1 >@@ -59412,6 +62551,7 @@ tables: > > - tagfield: "852" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Shelving location" > libopac: "Shelving location" > repeatable: 1 >@@ -59430,6 +62570,7 @@ tables: > > - tagfield: "852" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Former shelving location" > libopac: "Former shelving location" > repeatable: 1 >@@ -59448,6 +62589,7 @@ tables: > > - tagfield: "852" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Address" > libopac: "Address" > repeatable: 1 >@@ -59466,6 +62608,7 @@ tables: > > - tagfield: "852" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Coded location qualifier" > libopac: "Coded location qualifier" > repeatable: 1 >@@ -59484,6 +62627,7 @@ tables: > > - tagfield: "852" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Non-coded location qualifier" > libopac: "Non-coded location qualifier" > repeatable: 1 >@@ -59502,6 +62646,7 @@ tables: > > - tagfield: "852" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Classification part" > libopac: "Classification part" > repeatable: 0 >@@ -59520,6 +62665,7 @@ tables: > > - tagfield: "852" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Item part" > libopac: "Item part" > repeatable: 1 >@@ -59538,6 +62684,7 @@ tables: > > - tagfield: "852" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Shelving control number" > libopac: "Shelving control number" > repeatable: 0 >@@ -59556,6 +62703,7 @@ tables: > > - tagfield: "852" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Call number prefix" > libopac: "Call number prefix" > repeatable: 1 >@@ -59574,6 +62722,7 @@ tables: > > - tagfield: "852" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Shelving form of title" > libopac: "Shelving form of title" > repeatable: 0 >@@ -59592,6 +62741,7 @@ tables: > > - tagfield: "852" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Call number suffix" > libopac: "Call number suffix" > repeatable: 1 >@@ -59610,6 +62760,7 @@ tables: > > - tagfield: "852" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Country code" > libopac: "Country code" > repeatable: 0 >@@ -59628,6 +62779,7 @@ tables: > > - tagfield: "852" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 0 >@@ -59646,6 +62798,7 @@ tables: > > - tagfield: "852" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Piece physical condition" > libopac: "Piece physical condition" > repeatable: 0 >@@ -59664,6 +62817,7 @@ tables: > > - tagfield: "852" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Copyright article-fee code" > libopac: "Copyright article-fee code" > repeatable: 1 >@@ -59682,6 +62836,7 @@ tables: > > - tagfield: "852" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -59700,6 +62855,7 @@ tables: > > - tagfield: "852" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -59718,6 +62874,7 @@ tables: > > - tagfield: "852" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -59736,6 +62893,7 @@ tables: > > - tagfield: "852" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -59754,6 +62912,7 @@ tables: > > - tagfield: "853" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -59772,6 +62931,7 @@ tables: > > - tagfield: "853" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -59790,6 +62950,7 @@ tables: > > - tagfield: "853" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -59808,6 +62969,7 @@ tables: > > - tagfield: "853" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -59826,6 +62988,7 @@ tables: > > - tagfield: "853" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -59844,6 +63007,7 @@ tables: > > - tagfield: "853" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -59862,6 +63026,7 @@ tables: > > - tagfield: "853" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -59880,6 +63045,7 @@ tables: > > - tagfield: "853" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -59898,6 +63064,7 @@ tables: > > - tagfield: "853" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -59916,6 +63083,7 @@ tables: > > - tagfield: "853" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -59934,6 +63102,7 @@ tables: > > - tagfield: "853" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -59952,6 +63121,7 @@ tables: > > - tagfield: "853" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -59970,6 +63140,7 @@ tables: > > - tagfield: "853" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -59988,6 +63159,7 @@ tables: > > - tagfield: "853" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -60006,6 +63178,7 @@ tables: > > - tagfield: "853" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -60024,6 +63197,7 @@ tables: > > - tagfield: "853" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -60042,6 +63216,7 @@ tables: > > - tagfield: "853" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Pattern note" > libopac: "Pattern note" > repeatable: 0 >@@ -60060,6 +63235,7 @@ tables: > > - tagfield: "853" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Number of pieces per issuance" > libopac: "Number of pieces per issuance" > repeatable: 0 >@@ -60078,6 +63254,7 @@ tables: > > - tagfield: "853" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy" > libopac: "Copy" > repeatable: 0 >@@ -60096,6 +63273,7 @@ tables: > > - tagfield: "853" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Bibliographic units per next higher level" > libopac: "Bibliographic units per next higher level" > repeatable: 1 >@@ -60114,6 +63292,7 @@ tables: > > - tagfield: "853" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Numbering continuity" > libopac: "Numbering continuity" > repeatable: 1 >@@ -60132,6 +63311,7 @@ tables: > > - tagfield: "853" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Frequency" > libopac: "Frequency" > repeatable: 0 >@@ -60150,6 +63330,7 @@ tables: > > - tagfield: "853" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Calendar change" > libopac: "Calendar change" > repeatable: 0 >@@ -60168,6 +63349,7 @@ tables: > > - tagfield: "853" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Regularity pattern" > libopac: "Regularity pattern" > repeatable: 1 >@@ -60186,6 +63368,7 @@ tables: > > - tagfield: "853" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Numbering scheme" > libopac: "Numbering scheme" > repeatable: 1 >@@ -60204,6 +63387,7 @@ tables: > > - tagfield: "854" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -60222,6 +63406,7 @@ tables: > > - tagfield: "854" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -60240,6 +63425,7 @@ tables: > > - tagfield: "854" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -60258,6 +63444,7 @@ tables: > > - tagfield: "854" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -60276,6 +63463,7 @@ tables: > > - tagfield: "854" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -60294,6 +63482,7 @@ tables: > > - tagfield: "854" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -60312,6 +63501,7 @@ tables: > > - tagfield: "854" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -60330,6 +63520,7 @@ tables: > > - tagfield: "854" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -60348,6 +63539,7 @@ tables: > > - tagfield: "854" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -60366,6 +63558,7 @@ tables: > > - tagfield: "854" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -60384,6 +63577,7 @@ tables: > > - tagfield: "854" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -60402,6 +63596,7 @@ tables: > > - tagfield: "854" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -60420,6 +63615,7 @@ tables: > > - tagfield: "854" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -60438,6 +63634,7 @@ tables: > > - tagfield: "854" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -60456,6 +63653,7 @@ tables: > > - tagfield: "854" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -60474,6 +63672,7 @@ tables: > > - tagfield: "854" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -60492,6 +63691,7 @@ tables: > > - tagfield: "854" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Pattern note" > libopac: "Pattern note" > repeatable: 0 >@@ -60510,6 +63710,7 @@ tables: > > - tagfield: "854" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Number of pieces per issuance" > libopac: "Number of pieces per issuance" > repeatable: 0 >@@ -60528,6 +63729,7 @@ tables: > > - tagfield: "854" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy" > libopac: "Copy" > repeatable: 0 >@@ -60546,6 +63748,7 @@ tables: > > - tagfield: "854" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Bibliographic units per next higher level" > libopac: "Bibliographic units per next higher level" > repeatable: 1 >@@ -60564,6 +63767,7 @@ tables: > > - tagfield: "854" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Numbering continuity" > libopac: "Numbering continuity" > repeatable: 1 >@@ -60582,6 +63786,7 @@ tables: > > - tagfield: "854" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Frequency" > libopac: "Frequency" > repeatable: 0 >@@ -60600,6 +63805,7 @@ tables: > > - tagfield: "854" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Calendar change" > libopac: "Calendar change" > repeatable: 0 >@@ -60618,6 +63824,7 @@ tables: > > - tagfield: "854" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Regularity pattern" > libopac: "Regularity pattern" > repeatable: 1 >@@ -60636,6 +63843,7 @@ tables: > > - tagfield: "854" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Numbering scheme" > libopac: "Numbering scheme" > repeatable: 1 >@@ -60654,6 +63862,7 @@ tables: > > - tagfield: "855" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -60672,6 +63881,7 @@ tables: > > - tagfield: "855" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -60690,6 +63900,7 @@ tables: > > - tagfield: "855" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -60708,6 +63919,7 @@ tables: > > - tagfield: "855" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -60726,6 +63938,7 @@ tables: > > - tagfield: "855" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -60744,6 +63957,7 @@ tables: > > - tagfield: "855" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -60762,6 +63976,7 @@ tables: > > - tagfield: "855" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -60780,6 +63995,7 @@ tables: > > - tagfield: "855" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -60798,6 +64014,7 @@ tables: > > - tagfield: "855" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -60816,6 +64033,7 @@ tables: > > - tagfield: "855" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -60834,6 +64052,7 @@ tables: > > - tagfield: "855" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -60852,6 +64071,7 @@ tables: > > - tagfield: "855" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -60870,6 +64090,7 @@ tables: > > - tagfield: "855" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -60888,6 +64109,7 @@ tables: > > - tagfield: "855" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -60906,6 +64128,7 @@ tables: > > - tagfield: "855" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -60924,6 +64147,7 @@ tables: > > - tagfield: "855" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -60942,6 +64166,7 @@ tables: > > - tagfield: "855" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Pattern note" > libopac: "Pattern note" > repeatable: 0 >@@ -60960,6 +64185,7 @@ tables: > > - tagfield: "855" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Number of pieces per issuance" > libopac: "Number of pieces per issuance" > repeatable: 0 >@@ -60978,6 +64204,7 @@ tables: > > - tagfield: "855" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy" > libopac: "Copy" > repeatable: 0 >@@ -60996,6 +64223,7 @@ tables: > > - tagfield: "855" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Bibliographic units per next higher level" > libopac: "Bibliographic units per next higher level" > repeatable: 1 >@@ -61014,6 +64242,7 @@ tables: > > - tagfield: "855" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Numbering continuity" > libopac: "Numbering continuity" > repeatable: 1 >@@ -61032,6 +64261,7 @@ tables: > > - tagfield: "855" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Frequency" > libopac: "Frequency" > repeatable: 0 >@@ -61050,6 +64280,7 @@ tables: > > - tagfield: "855" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Calendar change" > libopac: "Calendar change" > repeatable: 0 >@@ -61068,6 +64299,7 @@ tables: > > - tagfield: "855" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Regularity pattern" > libopac: "Regularity pattern" > repeatable: 1 >@@ -61086,6 +64318,7 @@ tables: > > - tagfield: "855" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Numbering scheme" > libopac: "Numbering scheme" > repeatable: 1 >@@ -61104,6 +64337,7 @@ tables: > > - tagfield: "856" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Access method" > libopac: "Access method" > repeatable: 0 >@@ -61122,6 +64356,7 @@ tables: > > - tagfield: "856" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -61140,6 +64375,7 @@ tables: > > - tagfield: "856" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -61158,6 +64394,7 @@ tables: > > - tagfield: "856" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Access status" > libopac: "Access status" > repeatable: 0 >@@ -61176,6 +64413,7 @@ tables: > > - tagfield: "856" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -61194,6 +64432,7 @@ tables: > > - tagfield: "856" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Host name" > libopac: "Host name" > repeatable: 1 >@@ -61212,6 +64451,7 @@ tables: > > - tagfield: "856" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Access number [OBSOLETE]" > libopac: "Access number [OBSOLETE]" > repeatable: 1 >@@ -61230,6 +64470,7 @@ tables: > > - tagfield: "856" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Compression information" > libopac: "Compression information" > repeatable: 1 >@@ -61248,6 +64489,7 @@ tables: > > - tagfield: "856" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Path" > libopac: "Path" > repeatable: 1 >@@ -61266,6 +64508,7 @@ tables: > > - tagfield: "856" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -61284,6 +64527,7 @@ tables: > > - tagfield: "856" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Electronic name" > libopac: "Electronic name" > repeatable: 1 >@@ -61302,6 +64546,7 @@ tables: > > - tagfield: "856" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Persistent identifier" > libopac: "Persistent identifier" > repeatable: 1 >@@ -61320,6 +64565,7 @@ tables: > > - tagfield: "856" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Non-functioning Uniform Resource Identifier" > libopac: "Non-functioning Uniform Resource Identifier" > repeatable: 0 >@@ -61338,6 +64584,7 @@ tables: > > - tagfield: "856" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Instruction [OBSOLETE]" > libopac: "Instruction [OBSOLETE]" > repeatable: 1 >@@ -61356,6 +64603,7 @@ tables: > > - tagfield: "856" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Bits per second [OBSOLETE]" > libopac: "Bits per second [OBSOLETE]" > repeatable: 0 >@@ -61374,6 +64622,7 @@ tables: > > - tagfield: "856" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Password [OBSOLETE]" > libopac: "Password [OBSOLETE]" > repeatable: 0 >@@ -61392,6 +64641,7 @@ tables: > > - tagfield: "856" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Standardized information governing access" > libopac: "Standardized information governing access" > repeatable: 1 >@@ -61410,6 +64660,7 @@ tables: > > - tagfield: "856" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Contact for access assistance" > libopac: "Contact for access assistance" > repeatable: 1 >@@ -61428,6 +64679,7 @@ tables: > > - tagfield: "856" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Terms governing access" > libopac: "Terms governing access" > repeatable: 1 >@@ -61446,6 +64698,7 @@ tables: > > - tagfield: "856" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Operating system" > libopac: "Operating system" > repeatable: 0 >@@ -61464,6 +64717,7 @@ tables: > > - tagfield: "856" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Port" > libopac: "Port" > repeatable: 0 >@@ -61482,6 +64736,7 @@ tables: > > - tagfield: "856" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Electronic format type" > libopac: "Electronic format type" > repeatable: 1 >@@ -61500,6 +64755,7 @@ tables: > > - tagfield: "856" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Standardized information governing use and reproduction" > libopac: "Standardized information governing use and reproduction" > repeatable: 1 >@@ -61518,6 +64774,7 @@ tables: > > - tagfield: "856" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "File size" > libopac: "File size" > repeatable: 1 >@@ -61536,6 +64793,7 @@ tables: > > - tagfield: "856" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Terms governing use and reproduction" > libopac: "Terms governing use and reproduction" > repeatable: 1 >@@ -61554,6 +64812,7 @@ tables: > > - tagfield: "856" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -61572,6 +64831,7 @@ tables: > > - tagfield: "856" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Hours access method available" > libopac: "Hours access method available" > repeatable: 1 >@@ -61590,6 +64850,7 @@ tables: > > - tagfield: "856" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -61608,6 +64869,7 @@ tables: > > - tagfield: "856" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -61626,6 +64888,7 @@ tables: > > - tagfield: "856" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Link text" > libopac: "Link text" > repeatable: 1 >@@ -61644,6 +64907,7 @@ tables: > > - tagfield: "856" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -61662,6 +64926,7 @@ tables: > > - tagfield: "857" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Access method" > libopac: "Access method" > repeatable: 0 >@@ -61680,6 +64945,7 @@ tables: > > - tagfield: "857" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -61698,6 +64964,7 @@ tables: > > - tagfield: "857" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -61716,6 +64983,7 @@ tables: > > - tagfield: "857" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -61734,6 +65002,7 @@ tables: > > - tagfield: "857" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Access status" > libopac: "Access status" > repeatable: 0 >@@ -61752,6 +65021,7 @@ tables: > > - tagfield: "857" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -61770,6 +65040,7 @@ tables: > > - tagfield: "857" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Name of archiving agency" > libopac: "Name of archiving agency" > repeatable: 0 >@@ -61788,6 +65059,7 @@ tables: > > - tagfield: "857" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Name of Web archive or digital archive repository" > libopac: "Name of Web archive or digital archive repository" > repeatable: 0 >@@ -61806,6 +65078,7 @@ tables: > > - tagfield: "857" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date range of archived material" > libopac: "Date range of archived material" > repeatable: 0 >@@ -61824,6 +65097,7 @@ tables: > > - tagfield: "857" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Data provenance" > libopac: "Data provenance" > repeatable: 1 >@@ -61842,6 +65116,7 @@ tables: > > - tagfield: "857" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Archive completeness" > libopac: "Archive completeness" > repeatable: 0 >@@ -61860,6 +65135,7 @@ tables: > > - tagfield: "857" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Persistent identifier" > libopac: "Persistent identifier" > repeatable: 1 >@@ -61878,6 +65154,7 @@ tables: > > - tagfield: "857" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Non-functioning Uniform Resource Identifier" > libopac: "Non-functioning Uniform Resource Identifier" > repeatable: 1 >@@ -61896,6 +65173,7 @@ tables: > > - tagfield: "857" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Standardized information governing access" > libopac: "Standardized information governing access" > repeatable: 1 >@@ -61914,6 +65192,7 @@ tables: > > - tagfield: "857" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Contact for access assistance" > libopac: "Contact for access assistance" > repeatable: 1 >@@ -61932,6 +65211,7 @@ tables: > > - tagfield: "857" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Terms governing access" > libopac: "Terms governing access" > repeatable: 1 >@@ -61950,6 +65230,7 @@ tables: > > - tagfield: "857" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Electronic format type" > libopac: "Electronic format type" > repeatable: 1 >@@ -61968,6 +65249,7 @@ tables: > > - tagfield: "857" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Standardized information governing use and reproduction" > libopac: "Standardized information governing use and reproduction" > repeatable: 1 >@@ -61986,6 +65268,7 @@ tables: > > - tagfield: "857" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "File size" > libopac: "File size" > repeatable: 1 >@@ -62004,6 +65287,7 @@ tables: > > - tagfield: "857" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Terms governing use and reproduction" > libopac: "Terms governing use and reproduction" > repeatable: 1 >@@ -62022,6 +65306,7 @@ tables: > > - tagfield: "857" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -62040,6 +65325,7 @@ tables: > > - tagfield: "857" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -62058,6 +65344,7 @@ tables: > > - tagfield: "857" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Link text" > libopac: "Link text" > repeatable: 1 >@@ -62076,6 +65363,7 @@ tables: > > - tagfield: "857" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -62094,6 +65382,7 @@ tables: > > - tagfield: "859" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Operator's initials, OID (RLIN)" > libopac: "Operator's initials, OID (RLIN)" > repeatable: 0 >@@ -62112,6 +65401,7 @@ tables: > > - tagfield: "859" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Cataloger's initials, CIN (RLIN)" > libopac: "Cataloger's initials, CIN (RLIN)" > repeatable: 0 >@@ -62130,6 +65420,7 @@ tables: > > - tagfield: "859" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "TDC (RLIN)" > libopac: "TDC (RLIN)" > repeatable: 0 >@@ -62148,6 +65439,7 @@ tables: > > - tagfield: "859" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "LIB (RLIN)" > libopac: "LIB (RLIN)" > repeatable: 0 >@@ -62166,6 +65458,7 @@ tables: > > - tagfield: "859" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "PRI (RLIN)" > libopac: "PRI (RLIN)" > repeatable: 0 >@@ -62184,6 +65477,7 @@ tables: > > - tagfield: "859" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "REG (RLIN)" > libopac: "REG (RLIN)" > repeatable: 0 >@@ -62202,6 +65496,7 @@ tables: > > - tagfield: "859" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "VER (RLIN)" > libopac: "VER (RLIN)" > repeatable: 0 >@@ -62220,6 +65515,7 @@ tables: > > - tagfield: "859" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "LDEL (RLIN)" > libopac: "LDEL (RLIN)" > repeatable: 0 >@@ -62238,6 +65534,7 @@ tables: > > - tagfield: "863" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -62256,6 +65553,7 @@ tables: > > - tagfield: "863" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 0 >@@ -62274,6 +65572,7 @@ tables: > > - tagfield: "863" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -62292,6 +65591,7 @@ tables: > > - tagfield: "863" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -62310,6 +65610,7 @@ tables: > > - tagfield: "863" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -62328,6 +65629,7 @@ tables: > > - tagfield: "863" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -62346,6 +65648,7 @@ tables: > > - tagfield: "863" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -62364,6 +65667,7 @@ tables: > > - tagfield: "863" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -62382,6 +65686,7 @@ tables: > > - tagfield: "863" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -62400,6 +65705,7 @@ tables: > > - tagfield: "863" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -62418,6 +65724,7 @@ tables: > > - tagfield: "863" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -62436,6 +65743,7 @@ tables: > > - tagfield: "863" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -62454,6 +65762,7 @@ tables: > > - tagfield: "863" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -62472,6 +65781,7 @@ tables: > > - tagfield: "863" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -62490,6 +65800,7 @@ tables: > > - tagfield: "863" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -62508,6 +65819,7 @@ tables: > > - tagfield: "863" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Converted Gregorian year" > libopac: "Converted Gregorian year" > repeatable: 0 >@@ -62526,6 +65838,7 @@ tables: > > - tagfield: "863" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -62544,6 +65857,7 @@ tables: > > - tagfield: "863" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 0 >@@ -62562,6 +65876,7 @@ tables: > > - tagfield: "863" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Piece physical condition" > libopac: "Piece physical condition" > repeatable: 0 >@@ -62580,6 +65895,7 @@ tables: > > - tagfield: "863" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Copyright article-fee code" > libopac: "Copyright article-fee code" > repeatable: 1 >@@ -62598,6 +65914,7 @@ tables: > > - tagfield: "863" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -62616,6 +65933,7 @@ tables: > > - tagfield: "863" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Issuing date" > libopac: "Issuing date" > repeatable: 1 >@@ -62634,6 +65952,7 @@ tables: > > - tagfield: "863" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Break indicator" > libopac: "Break indicator" > repeatable: 0 >@@ -62652,6 +65971,7 @@ tables: > > - tagfield: "863" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -62670,6 +65990,7 @@ tables: > > - tagfield: "863" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -62688,6 +66009,7 @@ tables: > > - tagfield: "864" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -62706,6 +66028,7 @@ tables: > > - tagfield: "864" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 0 >@@ -62724,6 +66047,7 @@ tables: > > - tagfield: "864" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -62742,6 +66066,7 @@ tables: > > - tagfield: "864" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -62760,6 +66085,7 @@ tables: > > - tagfield: "864" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -62778,6 +66104,7 @@ tables: > > - tagfield: "864" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -62796,6 +66123,7 @@ tables: > > - tagfield: "864" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -62814,6 +66142,7 @@ tables: > > - tagfield: "864" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -62832,6 +66161,7 @@ tables: > > - tagfield: "864" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -62850,6 +66180,7 @@ tables: > > - tagfield: "864" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -62868,6 +66199,7 @@ tables: > > - tagfield: "864" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -62886,6 +66218,7 @@ tables: > > - tagfield: "864" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -62904,6 +66237,7 @@ tables: > > - tagfield: "864" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -62922,6 +66256,7 @@ tables: > > - tagfield: "864" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -62940,6 +66275,7 @@ tables: > > - tagfield: "864" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -62958,6 +66294,7 @@ tables: > > - tagfield: "864" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Converted Gregorian year" > libopac: "Converted Gregorian year" > repeatable: 0 >@@ -62976,6 +66313,7 @@ tables: > > - tagfield: "864" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -62994,6 +66332,7 @@ tables: > > - tagfield: "864" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 0 >@@ -63012,6 +66351,7 @@ tables: > > - tagfield: "864" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Piece physical condition" > libopac: "Piece physical condition" > repeatable: 0 >@@ -63030,6 +66370,7 @@ tables: > > - tagfield: "864" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Copyright article-fee code" > libopac: "Copyright article-fee code" > repeatable: 1 >@@ -63048,6 +66389,7 @@ tables: > > - tagfield: "864" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -63066,6 +66408,7 @@ tables: > > - tagfield: "864" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Issuing date" > libopac: "Issuing date" > repeatable: 1 >@@ -63084,6 +66427,7 @@ tables: > > - tagfield: "864" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Break indicator" > libopac: "Break indicator" > repeatable: 0 >@@ -63102,6 +66446,7 @@ tables: > > - tagfield: "864" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -63120,6 +66465,7 @@ tables: > > - tagfield: "864" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -63138,6 +66484,7 @@ tables: > > - tagfield: "865" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -63156,6 +66503,7 @@ tables: > > - tagfield: "865" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 0 >@@ -63174,6 +66522,7 @@ tables: > > - tagfield: "865" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "First level of enumeration" > libopac: "First level of enumeration" > repeatable: 0 >@@ -63192,6 +66541,7 @@ tables: > > - tagfield: "865" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Second level of enumeration" > libopac: "Second level of enumeration" > repeatable: 0 >@@ -63210,6 +66560,7 @@ tables: > > - tagfield: "865" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Third level of enumeration" > libopac: "Third level of enumeration" > repeatable: 0 >@@ -63228,6 +66579,7 @@ tables: > > - tagfield: "865" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Fourth level of enumeration" > libopac: "Fourth level of enumeration" > repeatable: 0 >@@ -63246,6 +66598,7 @@ tables: > > - tagfield: "865" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Fifth level of enumeration" > libopac: "Fifth level of enumeration" > repeatable: 0 >@@ -63264,6 +66617,7 @@ tables: > > - tagfield: "865" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Sixth level of enumeration" > libopac: "Sixth level of enumeration" > repeatable: 0 >@@ -63282,6 +66636,7 @@ tables: > > - tagfield: "865" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, first level of enumeration" > libopac: "Alternative numbering scheme, first level of enumeration" > repeatable: 0 >@@ -63300,6 +66655,7 @@ tables: > > - tagfield: "865" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, second level of enumeration" > libopac: "Alternative numbering scheme, second level of enumeration" > repeatable: 0 >@@ -63318,6 +66674,7 @@ tables: > > - tagfield: "865" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "First level of chronology" > libopac: "First level of chronology" > repeatable: 0 >@@ -63336,6 +66693,7 @@ tables: > > - tagfield: "865" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Second level of chronology" > libopac: "Second level of chronology" > repeatable: 0 >@@ -63354,6 +66712,7 @@ tables: > > - tagfield: "865" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Third level of chronology" > libopac: "Third level of chronology" > repeatable: 0 >@@ -63372,6 +66731,7 @@ tables: > > - tagfield: "865" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Fourth level of chronology" > libopac: "Fourth level of chronology" > repeatable: 0 >@@ -63390,6 +66750,7 @@ tables: > > - tagfield: "865" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Alternative numbering scheme, chronology" > libopac: "Alternative numbering scheme, chronology" > repeatable: 0 >@@ -63408,6 +66769,7 @@ tables: > > - tagfield: "865" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Converted Gregorian year" > libopac: "Converted Gregorian year" > repeatable: 0 >@@ -63426,6 +66788,7 @@ tables: > > - tagfield: "865" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Type of unit" > libopac: "Type of unit" > repeatable: 1 >@@ -63444,6 +66807,7 @@ tables: > > - tagfield: "865" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 0 >@@ -63462,6 +66826,7 @@ tables: > > - tagfield: "865" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Piece physical condition" > libopac: "Piece physical condition" > repeatable: 0 >@@ -63480,6 +66845,7 @@ tables: > > - tagfield: "865" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Copyright article-fee code" > libopac: "Copyright article-fee code" > repeatable: 1 >@@ -63498,6 +66864,7 @@ tables: > > - tagfield: "865" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -63516,6 +66883,7 @@ tables: > > - tagfield: "865" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Issuing date" > libopac: "Issuing date" > repeatable: 1 >@@ -63534,6 +66902,7 @@ tables: > > - tagfield: "865" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Break indicator" > libopac: "Break indicator" > repeatable: 0 >@@ -63552,6 +66921,7 @@ tables: > > - tagfield: "865" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -63570,6 +66940,7 @@ tables: > > - tagfield: "865" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -63588,6 +66959,7 @@ tables: > > - tagfield: "866" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -63606,6 +66978,7 @@ tables: > > - tagfield: "866" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -63624,6 +66997,7 @@ tables: > > - tagfield: "866" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Textual string" > libopac: "Textual string" > repeatable: 0 >@@ -63642,6 +67016,7 @@ tables: > > - tagfield: "866" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -63660,6 +67035,7 @@ tables: > > - tagfield: "866" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -63678,6 +67054,7 @@ tables: > > - tagfield: "867" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -63696,6 +67073,7 @@ tables: > > - tagfield: "867" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -63714,6 +67092,7 @@ tables: > > - tagfield: "867" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Textual string" > libopac: "Textual string" > repeatable: 0 >@@ -63732,6 +67111,7 @@ tables: > > - tagfield: "867" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -63750,6 +67130,7 @@ tables: > > - tagfield: "867" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -63768,6 +67149,7 @@ tables: > > - tagfield: "868" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -63786,6 +67168,7 @@ tables: > > - tagfield: "868" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -63804,6 +67187,7 @@ tables: > > - tagfield: "868" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Textual string" > libopac: "Textual string" > repeatable: 0 >@@ -63822,6 +67206,7 @@ tables: > > - tagfield: "868" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -63840,6 +67225,7 @@ tables: > > - tagfield: "868" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -63858,6 +67244,7 @@ tables: > > - tagfield: "870" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -63876,6 +67263,7 @@ tables: > > - tagfield: "870" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -63894,6 +67282,7 @@ tables: > > - tagfield: "870" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -63912,6 +67301,7 @@ tables: > > - tagfield: "870" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -63930,6 +67320,7 @@ tables: > > - tagfield: "870" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -63948,6 +67339,7 @@ tables: > > - tagfield: "870" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -63966,6 +67358,7 @@ tables: > > - tagfield: "870" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -63984,6 +67377,7 @@ tables: > > - tagfield: "870" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -64002,6 +67396,7 @@ tables: > > - tagfield: "870" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -64020,6 +67415,7 @@ tables: > > - tagfield: "870" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Tag and sequence number" > libopac: "Tag and sequence number" > repeatable: 0 >@@ -64038,6 +67434,7 @@ tables: > > - tagfield: "870" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -64056,6 +67453,7 @@ tables: > > - tagfield: "870" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -64074,6 +67472,7 @@ tables: > > - tagfield: "870" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -64092,6 +67491,7 @@ tables: > > - tagfield: "870" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -64110,6 +67510,7 @@ tables: > > - tagfield: "870" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -64128,6 +67529,7 @@ tables: > > - tagfield: "870" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -64146,6 +67548,7 @@ tables: > > - tagfield: "870" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -64164,6 +67567,7 @@ tables: > > - tagfield: "871" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -64182,6 +67586,7 @@ tables: > > - tagfield: "871" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -64200,6 +67605,7 @@ tables: > > - tagfield: "871" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -64218,6 +67624,7 @@ tables: > > - tagfield: "871" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -64236,6 +67643,7 @@ tables: > > - tagfield: "871" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -64254,6 +67662,7 @@ tables: > > - tagfield: "871" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -64272,6 +67681,7 @@ tables: > > - tagfield: "871" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -64290,6 +67700,7 @@ tables: > > - tagfield: "871" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -64308,6 +67719,7 @@ tables: > > - tagfield: "871" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -64326,6 +67738,7 @@ tables: > > - tagfield: "871" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Tag and sequence number" > libopac: "Tag and sequence number" > repeatable: 0 >@@ -64344,6 +67757,7 @@ tables: > > - tagfield: "871" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -64362,6 +67776,7 @@ tables: > > - tagfield: "871" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -64380,6 +67795,7 @@ tables: > > - tagfield: "871" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -64398,6 +67814,7 @@ tables: > > - tagfield: "871" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -64416,6 +67833,7 @@ tables: > > - tagfield: "871" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -64434,6 +67852,7 @@ tables: > > - tagfield: "871" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -64452,6 +67871,7 @@ tables: > > - tagfield: "872" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -64470,6 +67890,7 @@ tables: > > - tagfield: "872" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -64488,6 +67909,7 @@ tables: > > - tagfield: "872" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -64506,6 +67928,7 @@ tables: > > - tagfield: "872" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number [OBSOLETE]" > libopac: "Number [OBSOLETE]" > repeatable: 0 >@@ -64524,6 +67947,7 @@ tables: > > - tagfield: "872" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -64542,6 +67966,7 @@ tables: > > - tagfield: "872" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -64560,6 +67985,7 @@ tables: > > - tagfield: "872" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -64578,6 +68004,7 @@ tables: > > - tagfield: "872" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -64596,6 +68023,7 @@ tables: > > - tagfield: "872" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -64614,6 +68042,7 @@ tables: > > - tagfield: "872" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Tag and sequence number" > libopac: "Tag and sequence number" > repeatable: 0 >@@ -64632,6 +68061,7 @@ tables: > > - tagfield: "872" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -64650,6 +68080,7 @@ tables: > > - tagfield: "872" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -64668,6 +68099,7 @@ tables: > > - tagfield: "872" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -64686,6 +68118,7 @@ tables: > > - tagfield: "872" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -64704,6 +68137,7 @@ tables: > > - tagfield: "872" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -64722,6 +68156,7 @@ tables: > > - tagfield: "872" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -64740,6 +68175,7 @@ tables: > > - tagfield: "872" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -64758,6 +68194,7 @@ tables: > > - tagfield: "873" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -64776,6 +68213,7 @@ tables: > > - tagfield: "873" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -64794,6 +68232,7 @@ tables: > > - tagfield: "873" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -64812,6 +68251,7 @@ tables: > > - tagfield: "873" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -64830,6 +68270,7 @@ tables: > > - tagfield: "873" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -64848,6 +68289,7 @@ tables: > > - tagfield: "873" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -64866,6 +68308,7 @@ tables: > > - tagfield: "873" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Tag and sequence number" > libopac: "Tag and sequence number" > repeatable: 0 >@@ -64884,6 +68327,7 @@ tables: > > - tagfield: "873" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -64902,6 +68346,7 @@ tables: > > - tagfield: "873" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -64920,6 +68365,7 @@ tables: > > - tagfield: "873" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -64938,6 +68384,7 @@ tables: > > - tagfield: "873" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -64956,6 +68403,7 @@ tables: > > - tagfield: "873" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -64974,6 +68422,7 @@ tables: > > - tagfield: "873" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -64992,6 +68441,7 @@ tables: > > - tagfield: "873" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -65010,6 +68460,7 @@ tables: > > - tagfield: "873" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -65028,6 +68479,7 @@ tables: > > - tagfield: "873" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -65046,6 +68498,7 @@ tables: > > - tagfield: "876" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -65064,6 +68517,7 @@ tables: > > - tagfield: "876" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -65082,6 +68536,7 @@ tables: > > - tagfield: "876" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Sequence number" > libopac: "Sequence number" > repeatable: 1 >@@ -65100,6 +68555,7 @@ tables: > > - tagfield: "876" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Internal item number" > libopac: "Internal item number" > repeatable: 0 >@@ -65118,6 +68574,7 @@ tables: > > - tagfield: "876" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled internal item number" > libopac: "Invalid or canceled internal item number" > repeatable: 1 >@@ -65136,6 +68593,7 @@ tables: > > - tagfield: "876" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Cost" > libopac: "Cost" > repeatable: 1 >@@ -65154,6 +68612,7 @@ tables: > > - tagfield: "876" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date acquired" > libopac: "Date acquired" > repeatable: 1 >@@ -65172,6 +68631,7 @@ tables: > > - tagfield: "876" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Source of acquisition" > libopac: "Source of acquisition" > repeatable: 1 >@@ -65190,6 +68650,7 @@ tables: > > - tagfield: "876" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Use restrictions" > libopac: "Use restrictions" > repeatable: 1 >@@ -65208,6 +68669,7 @@ tables: > > - tagfield: "876" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Item status" > libopac: "Item status" > repeatable: 1 >@@ -65226,6 +68688,7 @@ tables: > > - tagfield: "876" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Temporary location" > libopac: "Temporary location" > repeatable: 1 >@@ -65244,6 +68707,7 @@ tables: > > - tagfield: "876" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 1 >@@ -65262,6 +68726,7 @@ tables: > > - tagfield: "876" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled piece designation" > libopac: "Invalid or canceled piece designation" > repeatable: 1 >@@ -65280,6 +68745,7 @@ tables: > > - tagfield: "876" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -65298,6 +68764,7 @@ tables: > > - tagfield: "876" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -65316,6 +68783,7 @@ tables: > > - tagfield: "876" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -65334,6 +68802,7 @@ tables: > > - tagfield: "877" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -65352,6 +68821,7 @@ tables: > > - tagfield: "877" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -65370,6 +68840,7 @@ tables: > > - tagfield: "877" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Sequence number" > libopac: "Sequence number" > repeatable: 1 >@@ -65388,6 +68859,7 @@ tables: > > - tagfield: "877" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Internal item number" > libopac: "Internal item number" > repeatable: 0 >@@ -65406,6 +68878,7 @@ tables: > > - tagfield: "877" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled internal item number" > libopac: "Invalid or canceled internal item number" > repeatable: 1 >@@ -65424,6 +68897,7 @@ tables: > > - tagfield: "877" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Cost" > libopac: "Cost" > repeatable: 1 >@@ -65442,6 +68916,7 @@ tables: > > - tagfield: "877" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date acquired" > libopac: "Date acquired" > repeatable: 1 >@@ -65460,6 +68935,7 @@ tables: > > - tagfield: "877" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Source of acquisition" > libopac: "Source of acquisition" > repeatable: 1 >@@ -65478,6 +68954,7 @@ tables: > > - tagfield: "877" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Use restrictions" > libopac: "Use restrictions" > repeatable: 1 >@@ -65496,6 +68973,7 @@ tables: > > - tagfield: "877" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Item status" > libopac: "Item status" > repeatable: 1 >@@ -65514,6 +68992,7 @@ tables: > > - tagfield: "877" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Temporary location" > libopac: "Temporary location" > repeatable: 1 >@@ -65532,6 +69011,7 @@ tables: > > - tagfield: "877" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 1 >@@ -65550,6 +69030,7 @@ tables: > > - tagfield: "877" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled piece designation" > libopac: "Invalid or canceled piece designation" > repeatable: 1 >@@ -65568,6 +69049,7 @@ tables: > > - tagfield: "877" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -65586,6 +69068,7 @@ tables: > > - tagfield: "877" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -65604,6 +69087,7 @@ tables: > > - tagfield: "877" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -65622,6 +69106,7 @@ tables: > > - tagfield: "878" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -65640,6 +69125,7 @@ tables: > > - tagfield: "878" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -65658,6 +69144,7 @@ tables: > > - tagfield: "878" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Sequence number" > libopac: "Sequence number" > repeatable: 1 >@@ -65676,6 +69163,7 @@ tables: > > - tagfield: "878" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Internal item number" > libopac: "Internal item number" > repeatable: 0 >@@ -65694,6 +69182,7 @@ tables: > > - tagfield: "878" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled internal item number" > libopac: "Invalid or canceled internal item number" > repeatable: 1 >@@ -65712,6 +69201,7 @@ tables: > > - tagfield: "878" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Cost" > libopac: "Cost" > repeatable: 1 >@@ -65730,6 +69220,7 @@ tables: > > - tagfield: "878" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date acquired" > libopac: "Date acquired" > repeatable: 1 >@@ -65748,6 +69239,7 @@ tables: > > - tagfield: "878" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Source of acquisition" > libopac: "Source of acquisition" > repeatable: 1 >@@ -65766,6 +69258,7 @@ tables: > > - tagfield: "878" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Use restrictions" > libopac: "Use restrictions" > repeatable: 1 >@@ -65784,6 +69277,7 @@ tables: > > - tagfield: "878" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Item status" > libopac: "Item status" > repeatable: 1 >@@ -65802,6 +69296,7 @@ tables: > > - tagfield: "878" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Temporary location" > libopac: "Temporary location" > repeatable: 1 >@@ -65820,6 +69315,7 @@ tables: > > - tagfield: "878" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Piece designation" > libopac: "Piece designation" > repeatable: 1 >@@ -65838,6 +69334,7 @@ tables: > > - tagfield: "878" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Invalid or canceled piece designation" > libopac: "Invalid or canceled piece designation" > repeatable: 1 >@@ -65856,6 +69353,7 @@ tables: > > - tagfield: "878" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -65874,6 +69372,7 @@ tables: > > - tagfield: "878" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -65892,6 +69391,7 @@ tables: > > - tagfield: "878" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -65910,6 +69410,7 @@ tables: > > - tagfield: "880" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -65928,6 +69429,7 @@ tables: > > - tagfield: "880" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -65946,6 +69448,7 @@ tables: > > - tagfield: "880" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -65964,6 +69467,7 @@ tables: > > - tagfield: "880" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -65982,6 +69486,7 @@ tables: > > - tagfield: "880" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -66000,6 +69505,7 @@ tables: > > - tagfield: "880" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -66018,6 +69524,7 @@ tables: > > - tagfield: "880" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -66036,6 +69543,7 @@ tables: > > - tagfield: "880" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -66054,6 +69562,7 @@ tables: > > - tagfield: "880" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -66072,6 +69581,7 @@ tables: > > - tagfield: "880" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -66090,6 +69600,7 @@ tables: > > - tagfield: "880" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -66108,6 +69619,7 @@ tables: > > - tagfield: "880" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -66126,6 +69638,7 @@ tables: > > - tagfield: "880" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -66144,6 +69657,7 @@ tables: > > - tagfield: "880" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -66162,6 +69676,7 @@ tables: > > - tagfield: "880" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -66180,6 +69695,7 @@ tables: > > - tagfield: "880" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -66198,6 +69714,7 @@ tables: > > - tagfield: "880" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -66216,6 +69733,7 @@ tables: > > - tagfield: "880" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -66234,6 +69752,7 @@ tables: > > - tagfield: "880" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -66252,6 +69771,7 @@ tables: > > - tagfield: "880" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -66270,6 +69790,7 @@ tables: > > - tagfield: "880" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -66288,6 +69809,7 @@ tables: > > - tagfield: "880" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -66306,6 +69828,7 @@ tables: > > - tagfield: "880" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -66324,6 +69847,7 @@ tables: > > - tagfield: "880" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -66342,6 +69866,7 @@ tables: > > - tagfield: "880" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -66360,6 +69885,7 @@ tables: > > - tagfield: "880" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -66378,6 +69904,7 @@ tables: > > - tagfield: "880" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -66396,6 +69923,7 @@ tables: > > - tagfield: "880" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -66414,6 +69942,7 @@ tables: > > - tagfield: "880" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -66432,6 +69961,7 @@ tables: > > - tagfield: "880" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -66450,6 +69980,7 @@ tables: > > - tagfield: "880" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -66468,6 +69999,7 @@ tables: > > - tagfield: "880" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -66486,6 +70018,7 @@ tables: > > - tagfield: "880" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -66504,6 +70037,7 @@ tables: > > - tagfield: "880" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -66522,6 +70056,7 @@ tables: > > - tagfield: "881" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -66540,6 +70075,7 @@ tables: > > - tagfield: "881" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -66558,6 +70094,7 @@ tables: > > - tagfield: "881" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -66576,6 +70113,7 @@ tables: > > - tagfield: "881" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Manifestation statement, high-level/general" > libopac: "Manifestation statement, high-level/general" > repeatable: 1 >@@ -66594,6 +70132,7 @@ tables: > > - tagfield: "881" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Manifestation identifier statement" > libopac: "Manifestation identifier statement" > repeatable: 1 >@@ -66612,6 +70151,7 @@ tables: > > - tagfield: "881" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Manifestation title and responsibility statement" > libopac: "Manifestation title and responsibility statement" > repeatable: 1 >@@ -66630,6 +70170,7 @@ tables: > > - tagfield: "881" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Manifestation edition statement" > libopac: "Manifestation edition statement" > repeatable: 1 >@@ -66648,6 +70189,7 @@ tables: > > - tagfield: "881" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Manifestation production statement" > libopac: "Manifestation production statement" > repeatable: 1 >@@ -66666,6 +70208,7 @@ tables: > > - tagfield: "881" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Manifestation publication statement" > libopac: "Manifestation publication statement" > repeatable: 1 >@@ -66684,6 +70227,7 @@ tables: > > - tagfield: "881" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Manifestation distribution statement" > libopac: "Manifestation distribution statement" > repeatable: 1 >@@ -66702,6 +70246,7 @@ tables: > > - tagfield: "881" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Manifestation manufacture statement" > libopac: "Manifestation manufacture statement" > repeatable: 1 >@@ -66720,6 +70265,7 @@ tables: > > - tagfield: "881" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Manifestation copyright statement" > libopac: "Manifestation copyright statement" > repeatable: 1 >@@ -66738,6 +70284,7 @@ tables: > > - tagfield: "881" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Manifestation frequency statement" > libopac: "Manifestation frequency statement" > repeatable: 1 >@@ -66756,6 +70303,7 @@ tables: > > - tagfield: "881" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Manifestation designation of sequence statement" > libopac: "Manifestation designation of sequence statement" > repeatable: 1 >@@ -66774,6 +70322,7 @@ tables: > > - tagfield: "881" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Manifestation series statement" > libopac: "Manifestation series statement" > repeatable: 1 >@@ -66792,6 +70341,7 @@ tables: > > - tagfield: "881" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Manifestation dissertation statement" > libopac: "Manifestation dissertation statement" > repeatable: 1 >@@ -66810,6 +70360,7 @@ tables: > > - tagfield: "881" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Manifestation regional encoding statement" > libopac: "Manifestation regional encoding statement" > repeatable: 1 >@@ -66828,6 +70379,7 @@ tables: > > - tagfield: "882" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -66846,6 +70398,7 @@ tables: > > - tagfield: "882" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -66864,6 +70417,7 @@ tables: > > - tagfield: "882" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Replacement title" > libopac: "Replacement title" > repeatable: 1 >@@ -66882,6 +70436,7 @@ tables: > > - tagfield: "882" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Explanatory text" > libopac: "Explanatory text" > repeatable: 1 >@@ -66900,6 +70455,7 @@ tables: > > - tagfield: "882" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Replacement bibliographic record control number" > libopac: "Replacement bibliographic record control number" > repeatable: 1 >@@ -66918,6 +70474,7 @@ tables: > > - tagfield: "883" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -66936,6 +70493,7 @@ tables: > > - tagfield: "883" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -66954,6 +70512,7 @@ tables: > > - tagfield: "883" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -66972,6 +70531,7 @@ tables: > > - tagfield: "883" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Creation process" > libopac: "Creation process" > repeatable: 0 >@@ -66990,6 +70550,7 @@ tables: > > - tagfield: "883" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Confidence value" > libopac: "Confidence value" > repeatable: 0 >@@ -67008,6 +70569,7 @@ tables: > > - tagfield: "883" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Creation date" > libopac: "Creation date" > repeatable: 0 >@@ -67026,6 +70588,7 @@ tables: > > - tagfield: "883" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Assigning or generating agency" > libopac: "Assigning or generating agency" > repeatable: 0 >@@ -67044,6 +70607,7 @@ tables: > > - tagfield: "883" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 0 >@@ -67062,6 +70626,7 @@ tables: > > - tagfield: "883" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Bibliographic record control number" > libopac: "Bibliographic record control number" > repeatable: 1 >@@ -67080,6 +70645,7 @@ tables: > > - tagfield: "883" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Validity end date" > libopac: "Validity end date" > repeatable: 0 >@@ -67098,6 +70664,7 @@ tables: > > - tagfield: "884" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Conversion process" > libopac: "Conversion process" > repeatable: 0 >@@ -67116,6 +70683,7 @@ tables: > > - tagfield: "884" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Conversion date" > libopac: "Conversion date" > repeatable: 0 >@@ -67134,6 +70702,7 @@ tables: > > - tagfield: "884" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Identifier of source metadata" > libopac: "Identifier of source metadata" > repeatable: 0 >@@ -67152,6 +70721,7 @@ tables: > > - tagfield: "884" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Conversion agency" > libopac: "Conversion agency" > repeatable: 0 >@@ -67170,6 +70740,7 @@ tables: > > - tagfield: "884" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -67188,6 +70759,7 @@ tables: > > - tagfield: "885" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Authority record control number or standard number" > libopac: "Authority record control number or standard number" > repeatable: 1 >@@ -67206,6 +70778,7 @@ tables: > > - tagfield: "885" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Real World Object URI" > libopac: "Real World Object URI" > repeatable: 1 >@@ -67224,6 +70797,7 @@ tables: > > - tagfield: "885" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source" > libopac: "Source" > repeatable: 0 >@@ -67242,6 +70816,7 @@ tables: > > - tagfield: "885" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Institution to which field applies" > libopac: "Institution to which field applies" > repeatable: 0 >@@ -67260,6 +70835,7 @@ tables: > > - tagfield: "885" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Matching information" > libopac: "Matching information" > repeatable: 0 >@@ -67278,6 +70854,7 @@ tables: > > - tagfield: "885" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Status of matching and its checking" > libopac: "Status of matching and its checking" > repeatable: 0 >@@ -67296,6 +70873,7 @@ tables: > > - tagfield: "885" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Confidence value" > libopac: "Confidence value" > repeatable: 0 >@@ -67314,6 +70892,7 @@ tables: > > - tagfield: "885" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Generation date" > libopac: "Generation date" > repeatable: 0 >@@ -67332,6 +70911,7 @@ tables: > > - tagfield: "885" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -67350,6 +70930,7 @@ tables: > > - tagfield: "885" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -67368,6 +70949,7 @@ tables: > > - tagfield: "885" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -67386,6 +70968,7 @@ tables: > > - tagfield: "886" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -67404,6 +70987,7 @@ tables: > > - tagfield: "886" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -67422,6 +71006,7 @@ tables: > > - tagfield: "886" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -67440,6 +71025,7 @@ tables: > > - tagfield: "886" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -67458,6 +71044,7 @@ tables: > > - tagfield: "886" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -67476,6 +71063,7 @@ tables: > > - tagfield: "886" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -67494,6 +71082,7 @@ tables: > > - tagfield: "886" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -67512,6 +71101,7 @@ tables: > > - tagfield: "886" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -67530,6 +71120,7 @@ tables: > > - tagfield: "886" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -67548,6 +71139,7 @@ tables: > > - tagfield: "886" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -67566,6 +71158,7 @@ tables: > > - tagfield: "886" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -67584,6 +71177,7 @@ tables: > > - tagfield: "886" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -67602,6 +71196,7 @@ tables: > > - tagfield: "886" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -67620,6 +71215,7 @@ tables: > > - tagfield: "886" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -67638,6 +71234,7 @@ tables: > > - tagfield: "886" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -67656,6 +71253,7 @@ tables: > > - tagfield: "886" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -67674,6 +71272,7 @@ tables: > > - tagfield: "886" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -67692,6 +71291,7 @@ tables: > > - tagfield: "886" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -67710,6 +71310,7 @@ tables: > > - tagfield: "886" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -67728,6 +71329,7 @@ tables: > > - tagfield: "886" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -67746,6 +71348,7 @@ tables: > > - tagfield: "886" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -67764,6 +71367,7 @@ tables: > > - tagfield: "886" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -67782,6 +71386,7 @@ tables: > > - tagfield: "886" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -67800,6 +71405,7 @@ tables: > > - tagfield: "886" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -67818,6 +71424,7 @@ tables: > > - tagfield: "886" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -67836,6 +71443,7 @@ tables: > > - tagfield: "886" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -67854,6 +71462,7 @@ tables: > > - tagfield: "886" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -67872,6 +71481,7 @@ tables: > > - tagfield: "886" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -67890,6 +71500,7 @@ tables: > > - tagfield: "886" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -67908,6 +71519,7 @@ tables: > > - tagfield: "886" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -67926,6 +71538,7 @@ tables: > > - tagfield: "886" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -67944,6 +71557,7 @@ tables: > > - tagfield: "886" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -67962,6 +71576,7 @@ tables: > > - tagfield: "886" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -67980,6 +71595,7 @@ tables: > > - tagfield: "886" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -67998,6 +71614,7 @@ tables: > > - tagfield: "886" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -68016,6 +71633,7 @@ tables: > > - tagfield: "886" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -68034,6 +71652,7 @@ tables: > > - tagfield: "887" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of data" > libopac: "Source of data" > repeatable: 0 >@@ -68052,6 +71671,7 @@ tables: > > - tagfield: "887" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Content of non-MARC field" > libopac: "Content of non-MARC field" > repeatable: 0 >@@ -68070,6 +71690,7 @@ tables: > > - tagfield: "896" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -68088,6 +71709,7 @@ tables: > > - tagfield: "896" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -68106,6 +71728,7 @@ tables: > > - tagfield: "896" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -68124,6 +71747,7 @@ tables: > > - tagfield: "896" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -68142,6 +71766,7 @@ tables: > > - tagfield: "896" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -68160,6 +71785,7 @@ tables: > > - tagfield: "896" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -68178,6 +71804,7 @@ tables: > > - tagfield: "896" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -68196,6 +71823,7 @@ tables: > > - tagfield: "896" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -68214,6 +71842,7 @@ tables: > > - tagfield: "896" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -68232,6 +71861,7 @@ tables: > > - tagfield: "896" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -68250,6 +71880,7 @@ tables: > > - tagfield: "896" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -68268,6 +71899,7 @@ tables: > > - tagfield: "896" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -68286,6 +71918,7 @@ tables: > > - tagfield: "896" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -68304,6 +71937,7 @@ tables: > > - tagfield: "896" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -68322,6 +71956,7 @@ tables: > > - tagfield: "896" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -68340,6 +71975,7 @@ tables: > > - tagfield: "896" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -68358,6 +71994,7 @@ tables: > > - tagfield: "896" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -68376,6 +72013,7 @@ tables: > > - tagfield: "896" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -68394,6 +72032,7 @@ tables: > > - tagfield: "896" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -68412,6 +72051,7 @@ tables: > > - tagfield: "896" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -68430,6 +72070,7 @@ tables: > > - tagfield: "896" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -68448,6 +72089,7 @@ tables: > > - tagfield: "896" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -68466,6 +72108,7 @@ tables: > > - tagfield: "896" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -68484,6 +72127,7 @@ tables: > > - tagfield: "896" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -68502,6 +72146,7 @@ tables: > > - tagfield: "896" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -68520,6 +72165,7 @@ tables: > > - tagfield: "896" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -68538,6 +72184,7 @@ tables: > > - tagfield: "897" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -68556,6 +72203,7 @@ tables: > > - tagfield: "897" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -68574,6 +72222,7 @@ tables: > > - tagfield: "897" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -68592,6 +72241,7 @@ tables: > > - tagfield: "897" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -68610,6 +72260,7 @@ tables: > > - tagfield: "897" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -68628,6 +72279,7 @@ tables: > > - tagfield: "897" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -68646,6 +72298,7 @@ tables: > > - tagfield: "897" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -68664,6 +72317,7 @@ tables: > > - tagfield: "897" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -68682,6 +72336,7 @@ tables: > > - tagfield: "897" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -68700,6 +72355,7 @@ tables: > > - tagfield: "897" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -68718,6 +72374,7 @@ tables: > > - tagfield: "897" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -68736,6 +72393,7 @@ tables: > > - tagfield: "897" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -68754,6 +72412,7 @@ tables: > > - tagfield: "897" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -68772,6 +72431,7 @@ tables: > > - tagfield: "897" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -68790,6 +72450,7 @@ tables: > > - tagfield: "897" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -68808,6 +72469,7 @@ tables: > > - tagfield: "897" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -68826,6 +72488,7 @@ tables: > > - tagfield: "897" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -68844,6 +72507,7 @@ tables: > > - tagfield: "897" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -68862,6 +72526,7 @@ tables: > > - tagfield: "897" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -68880,6 +72545,7 @@ tables: > > - tagfield: "897" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -68898,6 +72564,7 @@ tables: > > - tagfield: "897" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -68916,6 +72583,7 @@ tables: > > - tagfield: "897" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -68934,6 +72602,7 @@ tables: > > - tagfield: "897" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -68952,6 +72621,7 @@ tables: > > - tagfield: "897" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -68970,6 +72640,7 @@ tables: > > - tagfield: "898" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -68988,6 +72659,7 @@ tables: > > - tagfield: "898" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -69006,6 +72678,7 @@ tables: > > - tagfield: "898" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -69024,6 +72697,7 @@ tables: > > - tagfield: "898" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -69042,6 +72716,7 @@ tables: > > - tagfield: "898" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -69060,6 +72735,7 @@ tables: > > - tagfield: "898" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -69078,6 +72754,7 @@ tables: > > - tagfield: "898" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 0 >@@ -69096,6 +72773,7 @@ tables: > > - tagfield: "898" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -69114,6 +72792,7 @@ tables: > > - tagfield: "898" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -69132,6 +72811,7 @@ tables: > > - tagfield: "898" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -69150,6 +72830,7 @@ tables: > > - tagfield: "898" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -69168,6 +72849,7 @@ tables: > > - tagfield: "898" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -69186,6 +72868,7 @@ tables: > > - tagfield: "898" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -69204,6 +72887,7 @@ tables: > > - tagfield: "898" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -69222,6 +72906,7 @@ tables: > > - tagfield: "898" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -69240,6 +72925,7 @@ tables: > > - tagfield: "898" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -69258,6 +72944,7 @@ tables: > > - tagfield: "898" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -69276,6 +72963,7 @@ tables: > > - tagfield: "898" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -69294,6 +72982,7 @@ tables: > > - tagfield: "898" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -69312,6 +73001,7 @@ tables: > > - tagfield: "898" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -69330,6 +73020,7 @@ tables: > > - tagfield: "898" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -69348,6 +73039,7 @@ tables: > > - tagfield: "898" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -69366,6 +73058,7 @@ tables: > > - tagfield: "899" > tagsubfield: "%" >+ maxlength: 9999 > liblibrarian: "% (RLIN)" > libopac: "% (RLIN)" > repeatable: 0 >@@ -69384,6 +73077,7 @@ tables: > > - tagfield: "899" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -69402,6 +73096,7 @@ tables: > > - tagfield: "899" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -69420,6 +73115,7 @@ tables: > > - tagfield: "899" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (RLIN)" > libopac: "9 (RLIN)" > repeatable: 0 >@@ -69438,6 +73134,7 @@ tables: > > - tagfield: "899" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -69456,6 +73153,7 @@ tables: > > - tagfield: "899" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -69474,6 +73172,7 @@ tables: > > - tagfield: "899" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -69492,6 +73191,7 @@ tables: > > - tagfield: "899" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -69510,6 +73210,7 @@ tables: > > - tagfield: "899" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -69528,6 +73229,7 @@ tables: > > - tagfield: "899" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -69546,6 +73248,7 @@ tables: > > - tagfield: "899" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -69564,6 +73267,7 @@ tables: > > - tagfield: "899" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -69582,6 +73286,7 @@ tables: > > - tagfield: "899" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -69600,6 +73305,7 @@ tables: > > - tagfield: "899" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -69618,6 +73324,7 @@ tables: > > - tagfield: "899" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -69636,6 +73343,7 @@ tables: > > - tagfield: "899" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -69654,6 +73362,7 @@ tables: > > - tagfield: "899" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -69672,6 +73381,7 @@ tables: > > - tagfield: "899" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -69690,6 +73400,7 @@ tables: > > - tagfield: "899" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -69708,6 +73419,7 @@ tables: > > - tagfield: "900" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -69726,6 +73438,7 @@ tables: > > - tagfield: "900" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -69744,6 +73457,7 @@ tables: > > - tagfield: "900" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -69762,6 +73476,7 @@ tables: > > - tagfield: "900" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -69780,6 +73495,7 @@ tables: > > - tagfield: "900" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -69798,6 +73514,7 @@ tables: > > - tagfield: "900" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -69816,6 +73533,7 @@ tables: > > - tagfield: "900" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -69834,6 +73552,7 @@ tables: > > - tagfield: "900" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -69852,6 +73571,7 @@ tables: > > - tagfield: "900" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -69870,6 +73590,7 @@ tables: > > - tagfield: "900" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -69888,6 +73609,7 @@ tables: > > - tagfield: "900" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -69906,6 +73628,7 @@ tables: > > - tagfield: "900" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -69924,6 +73647,7 @@ tables: > > - tagfield: "900" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -69942,6 +73666,7 @@ tables: > > - tagfield: "900" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -69960,6 +73685,7 @@ tables: > > - tagfield: "900" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -69978,6 +73704,7 @@ tables: > > - tagfield: "900" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -69996,6 +73723,7 @@ tables: > > - tagfield: "900" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -70014,6 +73742,7 @@ tables: > > - tagfield: "900" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -70032,6 +73761,7 @@ tables: > > - tagfield: "901" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -70050,6 +73780,7 @@ tables: > > - tagfield: "901" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -70068,6 +73799,7 @@ tables: > > - tagfield: "901" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -70086,6 +73818,7 @@ tables: > > - tagfield: "901" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -70104,6 +73837,7 @@ tables: > > - tagfield: "901" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -70122,6 +73856,7 @@ tables: > > - tagfield: "901" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -70140,6 +73875,7 @@ tables: > > - tagfield: "901" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -70158,6 +73894,7 @@ tables: > > - tagfield: "901" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -70176,6 +73913,7 @@ tables: > > - tagfield: "901" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -70194,6 +73932,7 @@ tables: > > - tagfield: "901" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -70212,6 +73951,7 @@ tables: > > - tagfield: "901" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -70230,6 +73970,7 @@ tables: > > - tagfield: "901" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -70248,6 +73989,7 @@ tables: > > - tagfield: "901" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -70266,6 +74008,7 @@ tables: > > - tagfield: "901" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -70284,6 +74027,7 @@ tables: > > - tagfield: "901" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -70302,6 +74046,7 @@ tables: > > - tagfield: "901" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -70320,6 +74065,7 @@ tables: > > - tagfield: "901" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -70338,6 +74084,7 @@ tables: > > - tagfield: "901" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -70356,6 +74103,7 @@ tables: > > - tagfield: "901" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -70374,6 +74122,7 @@ tables: > > - tagfield: "901" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -70392,6 +74141,7 @@ tables: > > - tagfield: "901" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -70410,6 +74160,7 @@ tables: > > - tagfield: "901" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -70428,6 +74179,7 @@ tables: > > - tagfield: "901" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -70446,6 +74198,7 @@ tables: > > - tagfield: "901" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -70464,6 +74217,7 @@ tables: > > - tagfield: "901" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -70482,6 +74236,7 @@ tables: > > - tagfield: "901" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -70500,6 +74255,7 @@ tables: > > - tagfield: "901" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -70518,6 +74274,7 @@ tables: > > - tagfield: "901" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -70536,6 +74293,7 @@ tables: > > - tagfield: "901" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -70554,6 +74312,7 @@ tables: > > - tagfield: "901" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -70572,6 +74331,7 @@ tables: > > - tagfield: "901" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -70590,6 +74350,7 @@ tables: > > - tagfield: "901" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -70608,6 +74369,7 @@ tables: > > - tagfield: "901" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -70626,6 +74388,7 @@ tables: > > - tagfield: "901" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -70644,6 +74407,7 @@ tables: > > - tagfield: "901" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -70662,6 +74426,7 @@ tables: > > - tagfield: "901" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -70680,6 +74445,7 @@ tables: > > - tagfield: "902" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -70698,6 +74464,7 @@ tables: > > - tagfield: "902" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -70716,6 +74483,7 @@ tables: > > - tagfield: "902" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -70734,6 +74502,7 @@ tables: > > - tagfield: "902" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -70752,6 +74521,7 @@ tables: > > - tagfield: "902" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -70770,6 +74540,7 @@ tables: > > - tagfield: "902" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -70788,6 +74559,7 @@ tables: > > - tagfield: "902" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -70806,6 +74578,7 @@ tables: > > - tagfield: "902" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -70824,6 +74597,7 @@ tables: > > - tagfield: "902" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -70842,6 +74616,7 @@ tables: > > - tagfield: "902" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -70860,6 +74635,7 @@ tables: > > - tagfield: "902" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -70878,6 +74654,7 @@ tables: > > - tagfield: "902" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -70896,6 +74673,7 @@ tables: > > - tagfield: "902" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -70914,6 +74692,7 @@ tables: > > - tagfield: "902" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -70932,6 +74711,7 @@ tables: > > - tagfield: "902" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -70950,6 +74730,7 @@ tables: > > - tagfield: "902" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -70968,6 +74749,7 @@ tables: > > - tagfield: "902" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -70986,6 +74768,7 @@ tables: > > - tagfield: "902" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -71004,6 +74787,7 @@ tables: > > - tagfield: "902" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -71022,6 +74806,7 @@ tables: > > - tagfield: "902" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -71040,6 +74825,7 @@ tables: > > - tagfield: "902" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -71058,6 +74844,7 @@ tables: > > - tagfield: "902" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -71076,6 +74863,7 @@ tables: > > - tagfield: "902" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -71094,6 +74882,7 @@ tables: > > - tagfield: "902" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -71112,6 +74901,7 @@ tables: > > - tagfield: "902" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -71130,6 +74920,7 @@ tables: > > - tagfield: "902" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -71148,6 +74939,7 @@ tables: > > - tagfield: "902" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -71166,6 +74958,7 @@ tables: > > - tagfield: "902" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -71184,6 +74977,7 @@ tables: > > - tagfield: "902" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -71202,6 +74996,7 @@ tables: > > - tagfield: "902" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -71220,6 +75015,7 @@ tables: > > - tagfield: "902" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -71238,6 +75034,7 @@ tables: > > - tagfield: "902" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -71256,6 +75053,7 @@ tables: > > - tagfield: "902" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -71274,6 +75072,7 @@ tables: > > - tagfield: "902" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -71292,6 +75091,7 @@ tables: > > - tagfield: "902" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -71310,6 +75110,7 @@ tables: > > - tagfield: "902" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -71328,6 +75129,7 @@ tables: > > - tagfield: "903" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -71346,6 +75148,7 @@ tables: > > - tagfield: "903" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -71364,6 +75167,7 @@ tables: > > - tagfield: "903" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -71382,6 +75186,7 @@ tables: > > - tagfield: "903" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -71400,6 +75205,7 @@ tables: > > - tagfield: "903" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -71418,6 +75224,7 @@ tables: > > - tagfield: "903" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -71436,6 +75243,7 @@ tables: > > - tagfield: "903" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -71454,6 +75262,7 @@ tables: > > - tagfield: "903" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -71472,6 +75281,7 @@ tables: > > - tagfield: "903" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -71490,6 +75300,7 @@ tables: > > - tagfield: "903" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -71508,6 +75319,7 @@ tables: > > - tagfield: "903" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -71526,6 +75338,7 @@ tables: > > - tagfield: "903" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -71544,6 +75357,7 @@ tables: > > - tagfield: "903" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -71562,6 +75376,7 @@ tables: > > - tagfield: "903" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -71580,6 +75395,7 @@ tables: > > - tagfield: "903" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -71598,6 +75414,7 @@ tables: > > - tagfield: "903" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -71616,6 +75433,7 @@ tables: > > - tagfield: "903" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -71634,6 +75452,7 @@ tables: > > - tagfield: "903" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -71652,6 +75471,7 @@ tables: > > - tagfield: "903" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -71670,6 +75490,7 @@ tables: > > - tagfield: "903" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -71688,6 +75509,7 @@ tables: > > - tagfield: "903" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -71706,6 +75528,7 @@ tables: > > - tagfield: "903" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -71724,6 +75547,7 @@ tables: > > - tagfield: "903" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -71742,6 +75566,7 @@ tables: > > - tagfield: "903" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -71760,6 +75585,7 @@ tables: > > - tagfield: "903" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -71778,6 +75604,7 @@ tables: > > - tagfield: "903" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -71796,6 +75623,7 @@ tables: > > - tagfield: "903" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -71814,6 +75642,7 @@ tables: > > - tagfield: "903" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -71832,6 +75661,7 @@ tables: > > - tagfield: "903" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -71850,6 +75680,7 @@ tables: > > - tagfield: "903" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -71868,6 +75699,7 @@ tables: > > - tagfield: "903" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -71886,6 +75718,7 @@ tables: > > - tagfield: "903" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -71904,6 +75737,7 @@ tables: > > - tagfield: "903" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -71922,6 +75756,7 @@ tables: > > - tagfield: "903" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -71940,6 +75775,7 @@ tables: > > - tagfield: "903" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -71958,6 +75794,7 @@ tables: > > - tagfield: "903" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -71976,6 +75813,7 @@ tables: > > - tagfield: "904" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -71994,6 +75832,7 @@ tables: > > - tagfield: "904" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -72012,6 +75851,7 @@ tables: > > - tagfield: "904" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -72030,6 +75870,7 @@ tables: > > - tagfield: "904" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -72048,6 +75889,7 @@ tables: > > - tagfield: "904" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -72066,6 +75908,7 @@ tables: > > - tagfield: "904" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -72084,6 +75927,7 @@ tables: > > - tagfield: "904" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -72102,6 +75946,7 @@ tables: > > - tagfield: "904" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -72120,6 +75965,7 @@ tables: > > - tagfield: "904" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -72138,6 +75984,7 @@ tables: > > - tagfield: "904" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -72156,6 +76003,7 @@ tables: > > - tagfield: "904" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -72174,6 +76022,7 @@ tables: > > - tagfield: "904" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -72192,6 +76041,7 @@ tables: > > - tagfield: "904" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -72210,6 +76060,7 @@ tables: > > - tagfield: "904" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -72228,6 +76079,7 @@ tables: > > - tagfield: "904" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -72246,6 +76098,7 @@ tables: > > - tagfield: "904" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -72264,6 +76117,7 @@ tables: > > - tagfield: "904" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -72282,6 +76136,7 @@ tables: > > - tagfield: "904" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -72300,6 +76155,7 @@ tables: > > - tagfield: "904" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -72318,6 +76174,7 @@ tables: > > - tagfield: "904" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -72336,6 +76193,7 @@ tables: > > - tagfield: "904" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -72354,6 +76212,7 @@ tables: > > - tagfield: "904" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -72372,6 +76231,7 @@ tables: > > - tagfield: "904" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -72390,6 +76250,7 @@ tables: > > - tagfield: "904" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -72408,6 +76269,7 @@ tables: > > - tagfield: "904" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -72426,6 +76288,7 @@ tables: > > - tagfield: "904" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -72444,6 +76307,7 @@ tables: > > - tagfield: "904" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -72462,6 +76326,7 @@ tables: > > - tagfield: "904" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -72480,6 +76345,7 @@ tables: > > - tagfield: "904" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -72498,6 +76364,7 @@ tables: > > - tagfield: "904" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -72516,6 +76383,7 @@ tables: > > - tagfield: "904" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -72534,6 +76402,7 @@ tables: > > - tagfield: "904" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -72552,6 +76421,7 @@ tables: > > - tagfield: "904" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -72570,6 +76440,7 @@ tables: > > - tagfield: "904" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -72588,6 +76459,7 @@ tables: > > - tagfield: "904" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -72606,6 +76478,7 @@ tables: > > - tagfield: "904" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -72624,6 +76497,7 @@ tables: > > - tagfield: "905" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -72642,6 +76516,7 @@ tables: > > - tagfield: "905" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -72660,6 +76535,7 @@ tables: > > - tagfield: "905" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -72678,6 +76554,7 @@ tables: > > - tagfield: "905" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -72696,6 +76573,7 @@ tables: > > - tagfield: "905" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -72714,6 +76592,7 @@ tables: > > - tagfield: "905" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -72732,6 +76611,7 @@ tables: > > - tagfield: "905" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -72750,6 +76630,7 @@ tables: > > - tagfield: "905" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -72768,6 +76649,7 @@ tables: > > - tagfield: "905" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -72786,6 +76668,7 @@ tables: > > - tagfield: "905" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -72804,6 +76687,7 @@ tables: > > - tagfield: "905" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -72822,6 +76706,7 @@ tables: > > - tagfield: "905" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -72840,6 +76725,7 @@ tables: > > - tagfield: "905" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -72858,6 +76744,7 @@ tables: > > - tagfield: "905" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -72876,6 +76763,7 @@ tables: > > - tagfield: "905" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -72894,6 +76782,7 @@ tables: > > - tagfield: "905" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -72912,6 +76801,7 @@ tables: > > - tagfield: "905" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -72930,6 +76820,7 @@ tables: > > - tagfield: "905" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -72948,6 +76839,7 @@ tables: > > - tagfield: "905" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -72966,6 +76858,7 @@ tables: > > - tagfield: "905" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -72984,6 +76877,7 @@ tables: > > - tagfield: "905" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -73002,6 +76896,7 @@ tables: > > - tagfield: "905" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -73020,6 +76915,7 @@ tables: > > - tagfield: "905" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -73038,6 +76934,7 @@ tables: > > - tagfield: "905" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -73056,6 +76953,7 @@ tables: > > - tagfield: "905" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -73074,6 +76972,7 @@ tables: > > - tagfield: "905" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -73092,6 +76991,7 @@ tables: > > - tagfield: "905" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -73110,6 +77010,7 @@ tables: > > - tagfield: "905" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -73128,6 +77029,7 @@ tables: > > - tagfield: "905" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -73146,6 +77048,7 @@ tables: > > - tagfield: "905" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -73164,6 +77067,7 @@ tables: > > - tagfield: "905" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -73182,6 +77086,7 @@ tables: > > - tagfield: "905" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -73200,6 +77105,7 @@ tables: > > - tagfield: "905" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -73218,6 +77124,7 @@ tables: > > - tagfield: "905" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -73236,6 +77143,7 @@ tables: > > - tagfield: "905" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -73254,6 +77162,7 @@ tables: > > - tagfield: "905" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -73272,6 +77181,7 @@ tables: > > - tagfield: "906" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -73290,6 +77200,7 @@ tables: > > - tagfield: "906" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -73308,6 +77219,7 @@ tables: > > - tagfield: "906" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -73326,6 +77238,7 @@ tables: > > - tagfield: "906" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -73344,6 +77257,7 @@ tables: > > - tagfield: "906" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -73362,6 +77276,7 @@ tables: > > - tagfield: "906" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -73380,6 +77295,7 @@ tables: > > - tagfield: "906" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -73398,6 +77314,7 @@ tables: > > - tagfield: "906" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -73416,6 +77333,7 @@ tables: > > - tagfield: "906" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -73434,6 +77352,7 @@ tables: > > - tagfield: "906" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -73452,6 +77371,7 @@ tables: > > - tagfield: "906" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -73470,6 +77390,7 @@ tables: > > - tagfield: "906" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -73488,6 +77409,7 @@ tables: > > - tagfield: "906" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -73506,6 +77428,7 @@ tables: > > - tagfield: "906" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -73524,6 +77447,7 @@ tables: > > - tagfield: "906" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -73542,6 +77466,7 @@ tables: > > - tagfield: "906" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -73560,6 +77485,7 @@ tables: > > - tagfield: "906" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -73578,6 +77504,7 @@ tables: > > - tagfield: "906" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -73596,6 +77523,7 @@ tables: > > - tagfield: "906" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -73614,6 +77542,7 @@ tables: > > - tagfield: "906" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -73632,6 +77561,7 @@ tables: > > - tagfield: "906" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -73650,6 +77580,7 @@ tables: > > - tagfield: "906" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -73668,6 +77599,7 @@ tables: > > - tagfield: "906" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -73686,6 +77618,7 @@ tables: > > - tagfield: "906" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -73704,6 +77637,7 @@ tables: > > - tagfield: "906" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -73722,6 +77656,7 @@ tables: > > - tagfield: "906" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -73740,6 +77675,7 @@ tables: > > - tagfield: "906" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -73758,6 +77694,7 @@ tables: > > - tagfield: "906" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -73776,6 +77713,7 @@ tables: > > - tagfield: "906" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -73794,6 +77732,7 @@ tables: > > - tagfield: "906" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -73812,6 +77751,7 @@ tables: > > - tagfield: "906" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -73830,6 +77770,7 @@ tables: > > - tagfield: "906" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -73848,6 +77789,7 @@ tables: > > - tagfield: "906" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -73866,6 +77808,7 @@ tables: > > - tagfield: "906" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -73884,6 +77827,7 @@ tables: > > - tagfield: "906" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -73902,6 +77846,7 @@ tables: > > - tagfield: "906" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -73920,6 +77865,7 @@ tables: > > - tagfield: "907" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -73938,6 +77884,7 @@ tables: > > - tagfield: "907" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -73956,6 +77903,7 @@ tables: > > - tagfield: "907" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -73974,6 +77922,7 @@ tables: > > - tagfield: "907" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -73992,6 +77941,7 @@ tables: > > - tagfield: "907" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -74010,6 +77960,7 @@ tables: > > - tagfield: "907" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -74028,6 +77979,7 @@ tables: > > - tagfield: "907" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -74046,6 +77998,7 @@ tables: > > - tagfield: "907" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -74064,6 +78017,7 @@ tables: > > - tagfield: "907" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -74082,6 +78036,7 @@ tables: > > - tagfield: "907" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -74100,6 +78055,7 @@ tables: > > - tagfield: "907" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -74118,6 +78074,7 @@ tables: > > - tagfield: "907" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -74136,6 +78093,7 @@ tables: > > - tagfield: "907" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -74154,6 +78112,7 @@ tables: > > - tagfield: "907" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -74172,6 +78131,7 @@ tables: > > - tagfield: "907" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -74190,6 +78150,7 @@ tables: > > - tagfield: "907" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -74208,6 +78169,7 @@ tables: > > - tagfield: "907" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -74226,6 +78188,7 @@ tables: > > - tagfield: "907" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -74244,6 +78207,7 @@ tables: > > - tagfield: "907" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -74262,6 +78226,7 @@ tables: > > - tagfield: "907" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -74280,6 +78245,7 @@ tables: > > - tagfield: "907" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -74298,6 +78264,7 @@ tables: > > - tagfield: "907" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -74316,6 +78283,7 @@ tables: > > - tagfield: "907" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -74334,6 +78302,7 @@ tables: > > - tagfield: "907" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -74352,6 +78321,7 @@ tables: > > - tagfield: "907" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -74370,6 +78340,7 @@ tables: > > - tagfield: "907" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -74388,6 +78359,7 @@ tables: > > - tagfield: "907" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -74406,6 +78378,7 @@ tables: > > - tagfield: "907" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -74424,6 +78397,7 @@ tables: > > - tagfield: "907" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -74442,6 +78416,7 @@ tables: > > - tagfield: "907" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -74460,6 +78435,7 @@ tables: > > - tagfield: "907" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -74478,6 +78454,7 @@ tables: > > - tagfield: "907" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -74496,6 +78473,7 @@ tables: > > - tagfield: "907" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -74514,6 +78492,7 @@ tables: > > - tagfield: "907" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -74532,6 +78511,7 @@ tables: > > - tagfield: "907" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -74550,6 +78530,7 @@ tables: > > - tagfield: "907" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -74568,6 +78549,7 @@ tables: > > - tagfield: "908" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Put command parameter" > libopac: "Put command parameter" > repeatable: 0 >@@ -74586,6 +78568,7 @@ tables: > > - tagfield: "910" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "User-option data" > libopac: "User-option data" > repeatable: 0 >@@ -74604,6 +78587,7 @@ tables: > > - tagfield: "911" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -74622,6 +78606,7 @@ tables: > > - tagfield: "911" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -74640,6 +78625,7 @@ tables: > > - tagfield: "911" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -74658,6 +78644,7 @@ tables: > > - tagfield: "911" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -74676,6 +78663,7 @@ tables: > > - tagfield: "911" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number [OBSOLETE]" > libopac: "Number [OBSOLETE]" > repeatable: 0 >@@ -74694,6 +78682,7 @@ tables: > > - tagfield: "911" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -74712,6 +78701,7 @@ tables: > > - tagfield: "911" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -74730,6 +78720,7 @@ tables: > > - tagfield: "911" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -74748,6 +78739,7 @@ tables: > > - tagfield: "911" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -74766,6 +78758,7 @@ tables: > > - tagfield: "911" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -74784,6 +78777,7 @@ tables: > > - tagfield: "911" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -74802,6 +78796,7 @@ tables: > > - tagfield: "911" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -74820,6 +78815,7 @@ tables: > > - tagfield: "911" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -74838,6 +78834,7 @@ tables: > > - tagfield: "911" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -74856,6 +78853,7 @@ tables: > > - tagfield: "911" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -74874,6 +78872,7 @@ tables: > > - tagfield: "911" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -74892,6 +78891,7 @@ tables: > > - tagfield: "911" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -74910,6 +78910,7 @@ tables: > > - tagfield: "930" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -74928,6 +78929,7 @@ tables: > > - tagfield: "930" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -74946,6 +78948,7 @@ tables: > > - tagfield: "930" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -74964,6 +78967,7 @@ tables: > > - tagfield: "930" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -74982,6 +78986,7 @@ tables: > > - tagfield: "930" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -75000,6 +79005,7 @@ tables: > > - tagfield: "930" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -75018,6 +79024,7 @@ tables: > > - tagfield: "930" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -75036,6 +79043,7 @@ tables: > > - tagfield: "930" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -75054,6 +79062,7 @@ tables: > > - tagfield: "930" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -75072,6 +79081,7 @@ tables: > > - tagfield: "930" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -75090,6 +79100,7 @@ tables: > > - tagfield: "930" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -75108,6 +79119,7 @@ tables: > > - tagfield: "930" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -75126,6 +79138,7 @@ tables: > > - tagfield: "930" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -75144,6 +79157,7 @@ tables: > > - tagfield: "930" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -75162,6 +79176,7 @@ tables: > > - tagfield: "930" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -75180,6 +79195,7 @@ tables: > > - tagfield: "930" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -75198,6 +79214,7 @@ tables: > > - tagfield: "936" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)" > libopac: "OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)" > repeatable: 1 >@@ -75216,6 +79233,7 @@ tables: > > - tagfield: "940" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -75234,6 +79252,7 @@ tables: > > - tagfield: "940" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -75252,6 +79271,7 @@ tables: > > - tagfield: "940" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -75270,6 +79290,7 @@ tables: > > - tagfield: "940" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -75288,6 +79309,7 @@ tables: > > - tagfield: "940" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -75306,6 +79328,7 @@ tables: > > - tagfield: "940" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -75324,6 +79347,7 @@ tables: > > - tagfield: "940" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -75342,6 +79366,7 @@ tables: > > - tagfield: "940" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -75360,6 +79385,7 @@ tables: > > - tagfield: "940" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -75378,6 +79404,7 @@ tables: > > - tagfield: "940" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -75396,6 +79423,7 @@ tables: > > - tagfield: "940" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -75414,6 +79442,7 @@ tables: > > - tagfield: "940" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -75432,6 +79461,7 @@ tables: > > - tagfield: "940" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -75450,6 +79480,7 @@ tables: > > - tagfield: "940" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -75468,6 +79499,7 @@ tables: > > - tagfield: "940" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -75486,6 +79518,7 @@ tables: > > - tagfield: "941" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Romanized title" > libopac: "Romanized title" > repeatable: 0 >@@ -75504,6 +79537,7 @@ tables: > > - tagfield: "941" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -75522,6 +79556,7 @@ tables: > > - tagfield: "943" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -75540,6 +79575,7 @@ tables: > > - tagfield: "943" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -75558,6 +79594,7 @@ tables: > > - tagfield: "943" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -75576,6 +79613,7 @@ tables: > > - tagfield: "943" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -75594,6 +79632,7 @@ tables: > > - tagfield: "943" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -75612,6 +79651,7 @@ tables: > > - tagfield: "943" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -75630,6 +79670,7 @@ tables: > > - tagfield: "943" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -75648,6 +79689,7 @@ tables: > > - tagfield: "943" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -75666,6 +79708,7 @@ tables: > > - tagfield: "943" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -75684,6 +79727,7 @@ tables: > > - tagfield: "943" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -75702,6 +79746,7 @@ tables: > > - tagfield: "943" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -75720,6 +79765,7 @@ tables: > > - tagfield: "943" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -75738,6 +79784,7 @@ tables: > > - tagfield: "943" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -75756,6 +79803,7 @@ tables: > > - tagfield: "943" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -75774,6 +79822,7 @@ tables: > > - tagfield: "943" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -75792,6 +79841,7 @@ tables: > > - tagfield: "945" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -75810,6 +79860,7 @@ tables: > > - tagfield: "945" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -75828,6 +79879,7 @@ tables: > > - tagfield: "945" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -75846,6 +79898,7 @@ tables: > > - tagfield: "945" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -75864,6 +79917,7 @@ tables: > > - tagfield: "945" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -75882,6 +79936,7 @@ tables: > > - tagfield: "945" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -75900,6 +79955,7 @@ tables: > > - tagfield: "945" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -75918,6 +79974,7 @@ tables: > > - tagfield: "945" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -75936,6 +79993,7 @@ tables: > > - tagfield: "945" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -75954,6 +80012,7 @@ tables: > > - tagfield: "945" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -75972,6 +80031,7 @@ tables: > > - tagfield: "945" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -75990,6 +80050,7 @@ tables: > > - tagfield: "945" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -76008,6 +80069,7 @@ tables: > > - tagfield: "945" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -76026,6 +80088,7 @@ tables: > > - tagfield: "945" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -76044,6 +80107,7 @@ tables: > > - tagfield: "945" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -76062,6 +80126,7 @@ tables: > > - tagfield: "945" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -76080,6 +80145,7 @@ tables: > > - tagfield: "945" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -76098,6 +80164,7 @@ tables: > > - tagfield: "945" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -76116,6 +80183,7 @@ tables: > > - tagfield: "945" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -76134,6 +80202,7 @@ tables: > > - tagfield: "945" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -76152,6 +80221,7 @@ tables: > > - tagfield: "945" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -76170,6 +80240,7 @@ tables: > > - tagfield: "945" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -76188,6 +80259,7 @@ tables: > > - tagfield: "945" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -76206,6 +80278,7 @@ tables: > > - tagfield: "945" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -76224,6 +80297,7 @@ tables: > > - tagfield: "945" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -76242,6 +80316,7 @@ tables: > > - tagfield: "945" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -76260,6 +80335,7 @@ tables: > > - tagfield: "945" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -76278,6 +80354,7 @@ tables: > > - tagfield: "945" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -76296,6 +80373,7 @@ tables: > > - tagfield: "945" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -76314,6 +80392,7 @@ tables: > > - tagfield: "945" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -76332,6 +80411,7 @@ tables: > > - tagfield: "945" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -76350,6 +80430,7 @@ tables: > > - tagfield: "945" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -76368,6 +80449,7 @@ tables: > > - tagfield: "945" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -76386,6 +80468,7 @@ tables: > > - tagfield: "945" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -76404,6 +80487,7 @@ tables: > > - tagfield: "945" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -76422,6 +80506,7 @@ tables: > > - tagfield: "945" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -76440,6 +80525,7 @@ tables: > > - tagfield: "946" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -76458,6 +80544,7 @@ tables: > > - tagfield: "946" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -76476,6 +80563,7 @@ tables: > > - tagfield: "946" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -76494,6 +80582,7 @@ tables: > > - tagfield: "946" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -76512,6 +80601,7 @@ tables: > > - tagfield: "946" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -76530,6 +80620,7 @@ tables: > > - tagfield: "946" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -76548,6 +80639,7 @@ tables: > > - tagfield: "946" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -76566,6 +80658,7 @@ tables: > > - tagfield: "946" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -76584,6 +80677,7 @@ tables: > > - tagfield: "946" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -76602,6 +80696,7 @@ tables: > > - tagfield: "946" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -76620,6 +80715,7 @@ tables: > > - tagfield: "946" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -76638,6 +80734,7 @@ tables: > > - tagfield: "946" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -76656,6 +80753,7 @@ tables: > > - tagfield: "946" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -76674,6 +80772,7 @@ tables: > > - tagfield: "946" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -76692,6 +80791,7 @@ tables: > > - tagfield: "946" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -76710,6 +80810,7 @@ tables: > > - tagfield: "946" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -76728,6 +80829,7 @@ tables: > > - tagfield: "946" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -76746,6 +80848,7 @@ tables: > > - tagfield: "946" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -76764,6 +80867,7 @@ tables: > > - tagfield: "946" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -76782,6 +80886,7 @@ tables: > > - tagfield: "946" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -76800,6 +80905,7 @@ tables: > > - tagfield: "946" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -76818,6 +80924,7 @@ tables: > > - tagfield: "946" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -76836,6 +80943,7 @@ tables: > > - tagfield: "946" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -76854,6 +80962,7 @@ tables: > > - tagfield: "946" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -76872,6 +80981,7 @@ tables: > > - tagfield: "946" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -76890,6 +81000,7 @@ tables: > > - tagfield: "946" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -76908,6 +81019,7 @@ tables: > > - tagfield: "946" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -76926,6 +81038,7 @@ tables: > > - tagfield: "946" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -76944,6 +81057,7 @@ tables: > > - tagfield: "946" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -76962,6 +81076,7 @@ tables: > > - tagfield: "946" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -76980,6 +81095,7 @@ tables: > > - tagfield: "946" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -76998,6 +81114,7 @@ tables: > > - tagfield: "946" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -77016,6 +81133,7 @@ tables: > > - tagfield: "946" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -77034,6 +81152,7 @@ tables: > > - tagfield: "946" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -77052,6 +81171,7 @@ tables: > > - tagfield: "946" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -77070,6 +81190,7 @@ tables: > > - tagfield: "946" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -77088,6 +81209,7 @@ tables: > > - tagfield: "947" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -77106,6 +81228,7 @@ tables: > > - tagfield: "947" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -77124,6 +81247,7 @@ tables: > > - tagfield: "947" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -77142,6 +81266,7 @@ tables: > > - tagfield: "947" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -77160,6 +81285,7 @@ tables: > > - tagfield: "947" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -77178,6 +81304,7 @@ tables: > > - tagfield: "947" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -77196,6 +81323,7 @@ tables: > > - tagfield: "947" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -77214,6 +81342,7 @@ tables: > > - tagfield: "947" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -77232,6 +81361,7 @@ tables: > > - tagfield: "947" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -77250,6 +81380,7 @@ tables: > > - tagfield: "947" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -77268,6 +81399,7 @@ tables: > > - tagfield: "947" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -77286,6 +81418,7 @@ tables: > > - tagfield: "947" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -77304,6 +81437,7 @@ tables: > > - tagfield: "947" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -77322,6 +81456,7 @@ tables: > > - tagfield: "947" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -77340,6 +81475,7 @@ tables: > > - tagfield: "947" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -77358,6 +81494,7 @@ tables: > > - tagfield: "947" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -77376,6 +81513,7 @@ tables: > > - tagfield: "947" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -77394,6 +81532,7 @@ tables: > > - tagfield: "947" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -77412,6 +81551,7 @@ tables: > > - tagfield: "947" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -77430,6 +81570,7 @@ tables: > > - tagfield: "947" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -77448,6 +81589,7 @@ tables: > > - tagfield: "947" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -77466,6 +81608,7 @@ tables: > > - tagfield: "947" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -77484,6 +81627,7 @@ tables: > > - tagfield: "947" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -77502,6 +81646,7 @@ tables: > > - tagfield: "947" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -77520,6 +81665,7 @@ tables: > > - tagfield: "947" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -77538,6 +81684,7 @@ tables: > > - tagfield: "947" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -77556,6 +81703,7 @@ tables: > > - tagfield: "947" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -77574,6 +81722,7 @@ tables: > > - tagfield: "947" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -77592,6 +81741,7 @@ tables: > > - tagfield: "947" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -77610,6 +81760,7 @@ tables: > > - tagfield: "947" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -77628,6 +81779,7 @@ tables: > > - tagfield: "947" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -77646,6 +81798,7 @@ tables: > > - tagfield: "947" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -77664,6 +81817,7 @@ tables: > > - tagfield: "947" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -77682,6 +81836,7 @@ tables: > > - tagfield: "947" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -77700,6 +81855,7 @@ tables: > > - tagfield: "947" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -77718,6 +81874,7 @@ tables: > > - tagfield: "947" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -77736,6 +81893,7 @@ tables: > > - tagfield: "948" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0 (OCLC)" > libopac: "0 (OCLC)" > repeatable: 1 >@@ -77754,6 +81912,7 @@ tables: > > - tagfield: "948" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1 (OCLC)" > libopac: "1 (OCLC)" > repeatable: 1 >@@ -77772,6 +81931,7 @@ tables: > > - tagfield: "948" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2 (OCLC)" > libopac: "2 (OCLC)" > repeatable: 1 >@@ -77790,6 +81950,7 @@ tables: > > - tagfield: "948" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3 (OCLC)" > libopac: "3 (OCLC)" > repeatable: 1 >@@ -77808,6 +81969,7 @@ tables: > > - tagfield: "948" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4 (OCLC)" > libopac: "4 (OCLC)" > repeatable: 1 >@@ -77826,6 +81988,7 @@ tables: > > - tagfield: "948" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5 (OCLC)" > libopac: "5 (OCLC)" > repeatable: 1 >@@ -77844,6 +82007,7 @@ tables: > > - tagfield: "948" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6 (OCLC)" > libopac: "6 (OCLC)" > repeatable: 1 >@@ -77862,6 +82026,7 @@ tables: > > - tagfield: "948" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7 (OCLC)" > libopac: "7 (OCLC)" > repeatable: 1 >@@ -77880,6 +82045,7 @@ tables: > > - tagfield: "948" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8 (OCLC)" > libopac: "8 (OCLC)" > repeatable: 1 >@@ -77898,6 +82064,7 @@ tables: > > - tagfield: "948" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9 (OCLC)" > libopac: "9 (OCLC)" > repeatable: 1 >@@ -77916,6 +82083,7 @@ tables: > > - tagfield: "948" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Series part designator, SPT (RLIN)" > libopac: "Series part designator, SPT (RLIN)" > repeatable: 0 >@@ -77934,6 +82102,7 @@ tables: > > - tagfield: "948" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b (OCLC)" > libopac: "b (OCLC)" > repeatable: 1 >@@ -77952,6 +82121,7 @@ tables: > > - tagfield: "948" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c (OCLC)" > libopac: "c (OCLC)" > repeatable: 1 >@@ -77970,6 +82140,7 @@ tables: > > - tagfield: "948" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d (OCLC)" > libopac: "d (OCLC)" > repeatable: 1 >@@ -77988,6 +82159,7 @@ tables: > > - tagfield: "948" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e (OCLC)" > libopac: "e (OCLC)" > repeatable: 1 >@@ -78006,6 +82178,7 @@ tables: > > - tagfield: "948" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f (OCLC)" > libopac: "f (OCLC)" > repeatable: 1 >@@ -78024,6 +82197,7 @@ tables: > > - tagfield: "948" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g (OCLC)" > libopac: "g (OCLC)" > repeatable: 1 >@@ -78042,6 +82216,7 @@ tables: > > - tagfield: "948" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h (OCLC)" > libopac: "h (OCLC)" > repeatable: 1 >@@ -78060,6 +82235,7 @@ tables: > > - tagfield: "948" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i (OCLC)" > libopac: "i (OCLC)" > repeatable: 1 >@@ -78078,6 +82254,7 @@ tables: > > - tagfield: "948" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j (OCLC)" > libopac: "j (OCLC)" > repeatable: 1 >@@ -78096,6 +82273,7 @@ tables: > > - tagfield: "948" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k (OCLC)" > libopac: "k (OCLC)" > repeatable: 1 >@@ -78114,6 +82292,7 @@ tables: > > - tagfield: "948" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l (OCLC)" > libopac: "l (OCLC)" > repeatable: 1 >@@ -78132,6 +82311,7 @@ tables: > > - tagfield: "948" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m (OCLC)" > libopac: "m (OCLC)" > repeatable: 1 >@@ -78150,6 +82330,7 @@ tables: > > - tagfield: "948" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n (OCLC)" > libopac: "n (OCLC)" > repeatable: 1 >@@ -78168,6 +82349,7 @@ tables: > > - tagfield: "948" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o (OCLC)" > libopac: "o (OCLC)" > repeatable: 1 >@@ -78186,6 +82368,7 @@ tables: > > - tagfield: "948" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p (OCLC)" > libopac: "p (OCLC)" > repeatable: 1 >@@ -78204,6 +82387,7 @@ tables: > > - tagfield: "948" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q (OCLC)" > libopac: "q (OCLC)" > repeatable: 1 >@@ -78222,6 +82406,7 @@ tables: > > - tagfield: "948" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r (OCLC)" > libopac: "r (OCLC)" > repeatable: 1 >@@ -78240,6 +82425,7 @@ tables: > > - tagfield: "948" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s (OCLC)" > libopac: "s (OCLC)" > repeatable: 1 >@@ -78258,6 +82444,7 @@ tables: > > - tagfield: "948" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t (OCLC)" > libopac: "t (OCLC)" > repeatable: 1 >@@ -78276,6 +82463,7 @@ tables: > > - tagfield: "948" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u (OCLC)" > libopac: "u (OCLC)" > repeatable: 1 >@@ -78294,6 +82482,7 @@ tables: > > - tagfield: "948" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v (OCLC)" > libopac: "v (OCLC)" > repeatable: 1 >@@ -78312,6 +82501,7 @@ tables: > > - tagfield: "948" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w (OCLC)" > libopac: "w (OCLC)" > repeatable: 1 >@@ -78330,6 +82520,7 @@ tables: > > - tagfield: "948" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x (OCLC)" > libopac: "x (OCLC)" > repeatable: 1 >@@ -78348,6 +82539,7 @@ tables: > > - tagfield: "948" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y (OCLC)" > libopac: "y (OCLC)" > repeatable: 1 >@@ -78366,6 +82558,7 @@ tables: > > - tagfield: "948" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z (OCLC)" > libopac: "z (OCLC)" > repeatable: 1 >@@ -78384,6 +82577,7 @@ tables: > > - tagfield: "949" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "0" > libopac: "0" > repeatable: 1 >@@ -78402,6 +82596,7 @@ tables: > > - tagfield: "949" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "1" > libopac: "1" > repeatable: 1 >@@ -78420,6 +82615,7 @@ tables: > > - tagfield: "949" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "2" > libopac: "2" > repeatable: 1 >@@ -78438,6 +82634,7 @@ tables: > > - tagfield: "949" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "3" > libopac: "3" > repeatable: 1 >@@ -78456,6 +82653,7 @@ tables: > > - tagfield: "949" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "4" > libopac: "4" > repeatable: 1 >@@ -78474,6 +82672,7 @@ tables: > > - tagfield: "949" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "5" > libopac: "5" > repeatable: 1 >@@ -78492,6 +82691,7 @@ tables: > > - tagfield: "949" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "6" > libopac: "6" > repeatable: 1 >@@ -78510,6 +82710,7 @@ tables: > > - tagfield: "949" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "7" > libopac: "7" > repeatable: 1 >@@ -78528,6 +82729,7 @@ tables: > > - tagfield: "949" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "8" > libopac: "8" > repeatable: 1 >@@ -78546,6 +82748,7 @@ tables: > > - tagfield: "949" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "9" > libopac: "9" > repeatable: 1 >@@ -78564,6 +82767,7 @@ tables: > > - tagfield: "949" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "a" > libopac: "a" > repeatable: 1 >@@ -78582,6 +82786,7 @@ tables: > > - tagfield: "949" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "b" > libopac: "b" > repeatable: 1 >@@ -78600,6 +82805,7 @@ tables: > > - tagfield: "949" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "c" > libopac: "c" > repeatable: 1 >@@ -78618,6 +82824,7 @@ tables: > > - tagfield: "949" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "d" > libopac: "d" > repeatable: 1 >@@ -78636,6 +82843,7 @@ tables: > > - tagfield: "949" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "e" > libopac: "e" > repeatable: 1 >@@ -78654,6 +82862,7 @@ tables: > > - tagfield: "949" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "f" > libopac: "f" > repeatable: 1 >@@ -78672,6 +82881,7 @@ tables: > > - tagfield: "949" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "g" > libopac: "g" > repeatable: 1 >@@ -78690,6 +82900,7 @@ tables: > > - tagfield: "949" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "h" > libopac: "h" > repeatable: 1 >@@ -78708,6 +82919,7 @@ tables: > > - tagfield: "949" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "i" > libopac: "i" > repeatable: 1 >@@ -78726,6 +82938,7 @@ tables: > > - tagfield: "949" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "j" > libopac: "j" > repeatable: 1 >@@ -78744,6 +82957,7 @@ tables: > > - tagfield: "949" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "k" > libopac: "k" > repeatable: 1 >@@ -78762,6 +82976,7 @@ tables: > > - tagfield: "949" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "l" > libopac: "l" > repeatable: 1 >@@ -78780,6 +82995,7 @@ tables: > > - tagfield: "949" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "m" > libopac: "m" > repeatable: 1 >@@ -78798,6 +83014,7 @@ tables: > > - tagfield: "949" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "n" > libopac: "n" > repeatable: 1 >@@ -78816,6 +83033,7 @@ tables: > > - tagfield: "949" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "o" > libopac: "o" > repeatable: 1 >@@ -78834,6 +83052,7 @@ tables: > > - tagfield: "949" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "p" > libopac: "p" > repeatable: 1 >@@ -78852,6 +83071,7 @@ tables: > > - tagfield: "949" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "q" > libopac: "q" > repeatable: 1 >@@ -78870,6 +83090,7 @@ tables: > > - tagfield: "949" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "r" > libopac: "r" > repeatable: 1 >@@ -78888,6 +83109,7 @@ tables: > > - tagfield: "949" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "s" > libopac: "s" > repeatable: 1 >@@ -78906,6 +83128,7 @@ tables: > > - tagfield: "949" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "t" > libopac: "t" > repeatable: 1 >@@ -78924,6 +83147,7 @@ tables: > > - tagfield: "949" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "u" > libopac: "u" > repeatable: 1 >@@ -78942,6 +83166,7 @@ tables: > > - tagfield: "949" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "v" > libopac: "v" > repeatable: 1 >@@ -78960,6 +83185,7 @@ tables: > > - tagfield: "949" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "w" > libopac: "w" > repeatable: 1 >@@ -78978,6 +83204,7 @@ tables: > > - tagfield: "949" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "x" > libopac: "x" > repeatable: 1 >@@ -78996,6 +83223,7 @@ tables: > > - tagfield: "949" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "y" > libopac: "y" > repeatable: 1 >@@ -79014,6 +83242,7 @@ tables: > > - tagfield: "949" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "z" > libopac: "z" > repeatable: 1 >@@ -79032,6 +83261,7 @@ tables: > > - tagfield: "950" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number, LCAL (RLIN)" > libopac: "Classification number, LCAL (RLIN)" > repeatable: 0 >@@ -79050,6 +83280,7 @@ tables: > > - tagfield: "950" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Book number/undivided call number, LCAL (RLIN)" > libopac: "Book number/undivided call number, LCAL (RLIN)" > repeatable: 0 >@@ -79068,6 +83299,7 @@ tables: > > - tagfield: "950" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Additional free-text stamp above the call number, LCAL (RLIN)" > libopac: "Additional free-text stamp above the call number, LCAL (RLIN)" > repeatable: 1 >@@ -79086,6 +83318,7 @@ tables: > > - tagfield: "950" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Additional free-text or profiled stamp below the call number, LCAL (RLIN)" > libopac: "Additional free-text or profiled stamp below the call number, LCAL (RLIN)" > repeatable: 1 >@@ -79104,6 +83337,7 @@ tables: > > - tagfield: "950" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Location-level footnote, LFNT (RLIN)" > libopac: "Location-level footnote, LFNT (RLIN)" > repeatable: 0 >@@ -79122,6 +83356,7 @@ tables: > > - tagfield: "950" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Location-level output transaction history, LHST (RLIN)" > libopac: "Location-level output transaction history, LHST (RLIN)" > repeatable: 0 >@@ -79140,6 +83375,7 @@ tables: > > - tagfield: "950" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Location-level extra card request, LEXT (RLIN)" > libopac: "Location-level extra card request, LEXT (RLIN)" > repeatable: 0 >@@ -79158,6 +83394,7 @@ tables: > > - tagfield: "950" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Permanent shelving location, LOC (RLIN)" > libopac: "Permanent shelving location, LOC (RLIN)" > repeatable: 0 >@@ -79176,6 +83413,7 @@ tables: > > - tagfield: "950" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Location-level additional note, LANT (RLIN)" > libopac: "Location-level additional note, LANT (RLIN)" > repeatable: 1 >@@ -79194,6 +83432,7 @@ tables: > > - tagfield: "950" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Location-level pathfinder, LPTH (RLIN)" > libopac: "Location-level pathfinder, LPTH (RLIN)" > repeatable: 0 >@@ -79212,6 +83451,7 @@ tables: > > - tagfield: "950" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Location-level field suppression, LFSP (RLIN)" > libopac: "Location-level field suppression, LFSP (RLIN)" > repeatable: 0 >@@ -79230,6 +83470,7 @@ tables: > > - tagfield: "950" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Non-printing notes, LANT (RLIN)" > libopac: "Non-printing notes, LANT (RLIN)" > repeatable: 1 >@@ -79248,6 +83489,7 @@ tables: > > - tagfield: "950" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volumes, LVOL (RLIN)" > libopac: "Volumes, LVOL (RLIN)" > repeatable: 0 >@@ -79266,6 +83508,7 @@ tables: > > - tagfield: "950" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Subscription status code, LANT (RLIN)" > libopac: "Subscription status code, LANT (RLIN)" > repeatable: 0 >@@ -79284,6 +83527,7 @@ tables: > > - tagfield: "950" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Date, LVOL (RLIN)" > libopac: "Date, LVOL (RLIN)" > repeatable: 0 >@@ -79302,6 +83546,7 @@ tables: > > - tagfield: "950" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Retention, LVOL (RLIN)" > libopac: "Retention, LVOL (RLIN)" > repeatable: 0 >@@ -79320,6 +83565,7 @@ tables: > > - tagfield: "951" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Source of heading or term" > libopac: "Source of heading or term" > repeatable: 0 >@@ -79338,6 +83584,7 @@ tables: > > - tagfield: "951" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -79356,6 +83603,7 @@ tables: > > - tagfield: "951" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -79374,6 +83622,7 @@ tables: > > - tagfield: "951" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -79392,6 +83641,7 @@ tables: > > - tagfield: "951" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Geographic name" > libopac: "Geographic name" > repeatable: 0 >@@ -79410,6 +83660,7 @@ tables: > > - tagfield: "951" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Geographic name following place entry element [OBSOLETE]" > libopac: "Geographic name following place entry element [OBSOLETE]" > repeatable: 1 >@@ -79428,6 +83679,7 @@ tables: > > - tagfield: "951" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Form subdivision" > libopac: "Form subdivision" > repeatable: 1 >@@ -79446,6 +83698,7 @@ tables: > > - tagfield: "951" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "General subdivision" > libopac: "General subdivision" > repeatable: 1 >@@ -79464,6 +83717,7 @@ tables: > > - tagfield: "951" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Chronological subdivision" > libopac: "Chronological subdivision" > repeatable: 1 >@@ -79482,6 +83736,7 @@ tables: > > - tagfield: "951" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Geographic subdivision" > libopac: "Geographic subdivision" > repeatable: 1 >@@ -79500,6 +83755,7 @@ tables: > > - tagfield: "955" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Classification number, CCAL (RLIN)" > libopac: "Classification number, CCAL (RLIN)" > repeatable: 0 >@@ -79518,6 +83774,7 @@ tables: > > - tagfield: "955" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Book number/undivided call number, CCAL (RLIN)" > libopac: "Book number/undivided call number, CCAL (RLIN)" > repeatable: 0 >@@ -79536,6 +83793,7 @@ tables: > > - tagfield: "955" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Copy information and material description, CCAL + MDES (RLIN)" > libopac: "Copy information and material description, CCAL + MDES (RLIN)" > repeatable: 0 >@@ -79554,6 +83812,7 @@ tables: > > - tagfield: "955" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Copy status--for earlier dates, CST (RLIN)" > libopac: "Copy status--for earlier dates, CST (RLIN)" > repeatable: 0 >@@ -79572,6 +83831,7 @@ tables: > > - tagfield: "955" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Copy status, CST (RLIN)" > libopac: "Copy status, CST (RLIN)" > repeatable: 0 >@@ -79590,6 +83850,7 @@ tables: > > - tagfield: "955" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Permanent shelving location, LOC (RLIN)" > libopac: "Permanent shelving location, LOC (RLIN)" > repeatable: 0 >@@ -79608,6 +83869,7 @@ tables: > > - tagfield: "955" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Aquisitions control number, HNT (RLIN)" > libopac: "Aquisitions control number, HNT (RLIN)" > repeatable: 1 >@@ -79626,6 +83888,7 @@ tables: > > - tagfield: "955" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Circulation control number, HNT (RLIN)" > libopac: "Circulation control number, HNT (RLIN)" > repeatable: 0 >@@ -79644,6 +83907,7 @@ tables: > > - tagfield: "955" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Shelflist note, HNT (RLIN)" > libopac: "Shelflist note, HNT (RLIN)" > repeatable: 1 >@@ -79662,6 +83926,7 @@ tables: > > - tagfield: "955" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Non-printing notes, HNT (RLIN)" > libopac: "Non-printing notes, HNT (RLIN)" > repeatable: 1 >@@ -79680,6 +83945,7 @@ tables: > > - tagfield: "956" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "Access method" > libopac: "Access method" > repeatable: 0 >@@ -79698,6 +83964,7 @@ tables: > > - tagfield: "956" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified" > libopac: "Materials specified" > repeatable: 0 >@@ -79716,6 +83983,7 @@ tables: > > - tagfield: "956" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -79734,6 +84002,7 @@ tables: > > - tagfield: "956" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -79752,6 +84021,7 @@ tables: > > - tagfield: "956" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Host name" > libopac: "Host name" > repeatable: 1 >@@ -79770,6 +84040,7 @@ tables: > > - tagfield: "956" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Access number" > libopac: "Access number" > repeatable: 1 >@@ -79788,6 +84059,7 @@ tables: > > - tagfield: "956" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Compression information" > libopac: "Compression information" > repeatable: 1 >@@ -79806,6 +84078,7 @@ tables: > > - tagfield: "956" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Path" > libopac: "Path" > repeatable: 1 >@@ -79824,6 +84097,7 @@ tables: > > - tagfield: "956" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Electronic name" > libopac: "Electronic name" > repeatable: 1 >@@ -79842,6 +84116,7 @@ tables: > > - tagfield: "956" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Processor of request" > libopac: "Processor of request" > repeatable: 0 >@@ -79860,6 +84135,7 @@ tables: > > - tagfield: "956" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Instruction" > libopac: "Instruction" > repeatable: 1 >@@ -79878,6 +84154,7 @@ tables: > > - tagfield: "956" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Bits per second" > libopac: "Bits per second" > repeatable: 0 >@@ -79896,6 +84173,7 @@ tables: > > - tagfield: "956" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Password" > libopac: "Password" > repeatable: 0 >@@ -79914,6 +84192,7 @@ tables: > > - tagfield: "956" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Logon" > libopac: "Logon" > repeatable: 0 >@@ -79932,6 +84211,7 @@ tables: > > - tagfield: "956" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Contact for access assistance" > libopac: "Contact for access assistance" > repeatable: 1 >@@ -79950,6 +84230,7 @@ tables: > > - tagfield: "956" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Name of location of host in subfield" > libopac: "Name of location of host in subfield" > repeatable: 0 >@@ -79968,6 +84249,7 @@ tables: > > - tagfield: "956" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Operating system" > libopac: "Operating system" > repeatable: 0 >@@ -79986,6 +84268,7 @@ tables: > > - tagfield: "956" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Port" > libopac: "Port" > repeatable: 0 >@@ -80004,6 +84287,7 @@ tables: > > - tagfield: "956" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Electronic format type" > libopac: "Electronic format type" > repeatable: 0 >@@ -80022,6 +84306,7 @@ tables: > > - tagfield: "956" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Settings" > libopac: "Settings" > repeatable: 0 >@@ -80040,6 +84325,7 @@ tables: > > - tagfield: "956" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "File size" > libopac: "File size" > repeatable: 1 >@@ -80058,6 +84344,7 @@ tables: > > - tagfield: "956" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Terminal emulation" > libopac: "Terminal emulation" > repeatable: 1 >@@ -80076,6 +84363,7 @@ tables: > > - tagfield: "956" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier" > libopac: "Uniform Resource Identifier" > repeatable: 1 >@@ -80094,6 +84382,7 @@ tables: > > - tagfield: "956" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Hours access method available" > libopac: "Hours access method available" > repeatable: 1 >@@ -80112,6 +84401,7 @@ tables: > > - tagfield: "956" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Record control number" > libopac: "Record control number" > repeatable: 1 >@@ -80130,6 +84420,7 @@ tables: > > - tagfield: "956" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Nonpublic note" > libopac: "Nonpublic note" > repeatable: 1 >@@ -80148,6 +84439,7 @@ tables: > > - tagfield: "956" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Link text" > libopac: "Link text" > repeatable: 1 >@@ -80166,6 +84458,7 @@ tables: > > - tagfield: "956" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Public note" > libopac: "Public note" > repeatable: 1 >@@ -80184,6 +84477,7 @@ tables: > > - tagfield: "960" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Materials specified, MATL" > libopac: "Materials specified, MATL" > repeatable: 0 >@@ -80202,6 +84496,7 @@ tables: > > - tagfield: "960" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Physical location, PLOC (RLIN)" > libopac: "Physical location, PLOC (RLIN)" > repeatable: 0 >@@ -80220,6 +84515,7 @@ tables: > > - tagfield: "967" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "GNR (RLIN)" > libopac: "GNR (RLIN)" > repeatable: 0 >@@ -80238,6 +84534,7 @@ tables: > > - tagfield: "967" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "PSI (RLIN)" > libopac: "PSI (RLIN)" > repeatable: 0 >@@ -80256,6 +84553,7 @@ tables: > > - tagfield: "980" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -80274,6 +84572,7 @@ tables: > > - tagfield: "980" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -80292,6 +84591,7 @@ tables: > > - tagfield: "980" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -80310,6 +84610,7 @@ tables: > > - tagfield: "980" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Personal name" > libopac: "Personal name" > repeatable: 0 >@@ -80328,6 +84629,7 @@ tables: > > - tagfield: "980" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Numeration" > libopac: "Numeration" > repeatable: 0 >@@ -80346,6 +84648,7 @@ tables: > > - tagfield: "980" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Titles and other words associated with a name" > libopac: "Titles and other words associated with a name" > repeatable: 1 >@@ -80364,6 +84667,7 @@ tables: > > - tagfield: "980" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Dates associated with a name" > libopac: "Dates associated with a name" > repeatable: 0 >@@ -80382,6 +84686,7 @@ tables: > > - tagfield: "980" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -80400,6 +84705,7 @@ tables: > > - tagfield: "980" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -80418,6 +84724,7 @@ tables: > > - tagfield: "980" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -80436,6 +84743,7 @@ tables: > > - tagfield: "980" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -80454,6 +84762,7 @@ tables: > > - tagfield: "980" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Attribution qualifier" > libopac: "Attribution qualifier" > repeatable: 1 >@@ -80472,6 +84781,7 @@ tables: > > - tagfield: "980" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -80490,6 +84800,7 @@ tables: > > - tagfield: "980" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -80508,6 +84819,7 @@ tables: > > - tagfield: "980" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -80526,6 +84838,7 @@ tables: > > - tagfield: "980" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -80544,6 +84857,7 @@ tables: > > - tagfield: "980" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -80562,6 +84876,7 @@ tables: > > - tagfield: "980" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -80580,6 +84895,7 @@ tables: > > - tagfield: "980" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Fuller form of name" > libopac: "Fuller form of name" > repeatable: 0 >@@ -80598,6 +84914,7 @@ tables: > > - tagfield: "980" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -80616,6 +84933,7 @@ tables: > > - tagfield: "980" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -80634,6 +84952,7 @@ tables: > > - tagfield: "980" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -80652,6 +84971,7 @@ tables: > > - tagfield: "980" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -80670,6 +84990,7 @@ tables: > > - tagfield: "980" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -80688,6 +85009,7 @@ tables: > > - tagfield: "981" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -80706,6 +85028,7 @@ tables: > > - tagfield: "981" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -80724,6 +85047,7 @@ tables: > > - tagfield: "981" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -80742,6 +85066,7 @@ tables: > > - tagfield: "981" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Corporate name or jurisdiction name as entry element" > libopac: "Corporate name or jurisdiction name as entry element" > repeatable: 0 >@@ -80760,6 +85085,7 @@ tables: > > - tagfield: "981" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -80778,6 +85104,7 @@ tables: > > - tagfield: "981" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -80796,6 +85123,7 @@ tables: > > - tagfield: "981" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting or treaty signing" > libopac: "Date of meeting or treaty signing" > repeatable: 1 >@@ -80814,6 +85142,7 @@ tables: > > - tagfield: "981" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Relator term" > libopac: "Relator term" > repeatable: 1 >@@ -80832,6 +85161,7 @@ tables: > > - tagfield: "981" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -80850,6 +85180,7 @@ tables: > > - tagfield: "981" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -80868,6 +85199,7 @@ tables: > > - tagfield: "981" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -80886,6 +85218,7 @@ tables: > > - tagfield: "981" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -80904,6 +85237,7 @@ tables: > > - tagfield: "981" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -80922,6 +85256,7 @@ tables: > > - tagfield: "981" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -80940,6 +85275,7 @@ tables: > > - tagfield: "981" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -80958,6 +85294,7 @@ tables: > > - tagfield: "981" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -80976,6 +85313,7 @@ tables: > > - tagfield: "981" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -80994,6 +85332,7 @@ tables: > > - tagfield: "981" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -81012,6 +85351,7 @@ tables: > > - tagfield: "981" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -81030,6 +85370,7 @@ tables: > > - tagfield: "981" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -81048,6 +85389,7 @@ tables: > > - tagfield: "981" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -81066,6 +85408,7 @@ tables: > > - tagfield: "981" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -81084,6 +85427,7 @@ tables: > > - tagfield: "982" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Relator code" > libopac: "Relator code" > repeatable: 1 >@@ -81102,6 +85446,7 @@ tables: > > - tagfield: "982" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -81120,6 +85465,7 @@ tables: > > - tagfield: "982" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -81138,6 +85484,7 @@ tables: > > - tagfield: "982" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Meeting name or jurisdiction name as entry element" > libopac: "Meeting name or jurisdiction name as entry element" > repeatable: 0 >@@ -81156,6 +85503,7 @@ tables: > > - tagfield: "982" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" > repeatable: 0 >@@ -81174,6 +85522,7 @@ tables: > > - tagfield: "982" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Location of meeting" > libopac: "Location of meeting" > repeatable: 0 >@@ -81192,6 +85541,7 @@ tables: > > - tagfield: "982" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of meeting" > libopac: "Date of meeting" > repeatable: 0 >@@ -81210,6 +85560,7 @@ tables: > > - tagfield: "982" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Subordinate unit" > libopac: "Subordinate unit" > repeatable: 1 >@@ -81228,6 +85579,7 @@ tables: > > - tagfield: "982" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -81246,6 +85598,7 @@ tables: > > - tagfield: "982" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -81264,6 +85617,7 @@ tables: > > - tagfield: "982" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -81282,6 +85636,7 @@ tables: > > - tagfield: "982" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -81300,6 +85655,7 @@ tables: > > - tagfield: "982" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -81318,6 +85674,7 @@ tables: > > - tagfield: "982" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section/meeting" > libopac: "Number of part/section/meeting" > repeatable: 1 >@@ -81336,6 +85693,7 @@ tables: > > - tagfield: "982" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -81354,6 +85712,7 @@ tables: > > - tagfield: "982" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Name of meeting following jurisdiction name entry element" > libopac: "Name of meeting following jurisdiction name entry element" > repeatable: 0 >@@ -81372,6 +85731,7 @@ tables: > > - tagfield: "982" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -81390,6 +85750,7 @@ tables: > > - tagfield: "982" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -81408,6 +85769,7 @@ tables: > > - tagfield: "982" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Affiliation" > libopac: "Affiliation" > repeatable: 0 >@@ -81426,6 +85788,7 @@ tables: > > - tagfield: "982" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume/sequential designation" > libopac: "Volume/sequential designation" > repeatable: 0 >@@ -81444,6 +85807,7 @@ tables: > > - tagfield: "983" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Linkage" > libopac: "Linkage" > repeatable: 0 >@@ -81462,6 +85826,7 @@ tables: > > - tagfield: "983" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Field link and sequence number" > libopac: "Field link and sequence number" > repeatable: 1 >@@ -81480,6 +85845,7 @@ tables: > > - tagfield: "983" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Uniform title" > libopac: "Uniform title" > repeatable: 0 >@@ -81498,6 +85864,7 @@ tables: > > - tagfield: "983" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Date of treaty signing" > libopac: "Date of treaty signing" > repeatable: 1 >@@ -81516,6 +85883,7 @@ tables: > > - tagfield: "983" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Date of a work" > libopac: "Date of a work" > repeatable: 0 >@@ -81534,6 +85902,7 @@ tables: > > - tagfield: "983" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Miscellaneous information" > libopac: "Miscellaneous information" > repeatable: 0 >@@ -81552,6 +85921,7 @@ tables: > > - tagfield: "983" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Medium" > libopac: "Medium" > repeatable: 0 >@@ -81570,6 +85940,7 @@ tables: > > - tagfield: "983" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Form subheading" > libopac: "Form subheading" > repeatable: 1 >@@ -81588,6 +85959,7 @@ tables: > > - tagfield: "983" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Language of a work" > libopac: "Language of a work" > repeatable: 0 >@@ -81606,6 +85978,7 @@ tables: > > - tagfield: "983" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Medium of performance for music" > libopac: "Medium of performance for music" > repeatable: 1 >@@ -81624,6 +85997,7 @@ tables: > > - tagfield: "983" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Number of part/section of a work" > libopac: "Number of part/section of a work" > repeatable: 1 >@@ -81642,6 +86016,7 @@ tables: > > - tagfield: "983" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Arranged statement for music" > libopac: "Arranged statement for music" > repeatable: 0 >@@ -81660,6 +86035,7 @@ tables: > > - tagfield: "983" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Name of part/section of a work" > libopac: "Name of part/section of a work" > repeatable: 1 >@@ -81678,6 +86054,7 @@ tables: > > - tagfield: "983" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Key for music" > libopac: "Key for music" > repeatable: 0 >@@ -81696,6 +86073,7 @@ tables: > > - tagfield: "983" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Version" > libopac: "Version" > repeatable: 0 >@@ -81714,6 +86092,7 @@ tables: > > - tagfield: "983" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Title of a work" > libopac: "Title of a work" > repeatable: 0 >@@ -81732,6 +86111,7 @@ tables: > > - tagfield: "983" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Volume number/sequential designation" > libopac: "Volume number/sequential designation" > repeatable: 0 >@@ -81750,6 +86130,7 @@ tables: > > - tagfield: "984" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Holding library identification number" > libopac: "Holding library identification number" > repeatable: 0 >@@ -81768,6 +86149,7 @@ tables: > > - tagfield: "984" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Physical description codes" > libopac: "Physical description codes" > repeatable: 1 >@@ -81786,6 +86168,7 @@ tables: > > - tagfield: "984" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Call number" > libopac: "Call number" > repeatable: 0 >@@ -81804,6 +86187,7 @@ tables: > > - tagfield: "984" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Volume or other numbering" > libopac: "Volume or other numbering" > repeatable: 0 >@@ -81822,6 +86206,7 @@ tables: > > - tagfield: "984" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Dates" > libopac: "Dates" > repeatable: 0 >@@ -81840,6 +86225,7 @@ tables: > > - tagfield: "984" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Completeness note" > libopac: "Completeness note" > repeatable: 0 >@@ -81858,6 +86244,7 @@ tables: > > - tagfield: "984" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Referral note" > libopac: "Referral note" > repeatable: 0 >@@ -81876,6 +86263,7 @@ tables: > > - tagfield: "984" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Retention note" > libopac: "Retention note" > repeatable: 0 >@@ -81894,6 +86282,7 @@ tables: > > - tagfield: "987" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Romanization/conversion identifier" > libopac: "Romanization/conversion identifier" > repeatable: 0 >@@ -81912,6 +86301,7 @@ tables: > > - tagfield: "987" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Agency that converted, created or reviewed" > libopac: "Agency that converted, created or reviewed" > repeatable: 1 >@@ -81930,6 +86320,7 @@ tables: > > - tagfield: "987" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Date of conversion or review" > libopac: "Date of conversion or review" > repeatable: 0 >@@ -81948,6 +86339,7 @@ tables: > > - tagfield: "987" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Status code" > libopac: "Status code" > repeatable: 0 >@@ -81966,6 +86358,7 @@ tables: > > - tagfield: "987" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Version of conversion program used" > libopac: "Version of conversion program used" > repeatable: 0 >@@ -81984,6 +86377,7 @@ tables: > > - tagfield: "987" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Note" > libopac: "Note" > repeatable: 0 >@@ -82002,6 +86396,7 @@ tables: > > - tagfield: "990" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Link information for 9XX fields" > libopac: "Link information for 9XX fields" > repeatable: 1 >@@ -82020,6 +86415,7 @@ tables: > > - tagfield: "990" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Link information for field corresponding to 9XX field" > libopac: "Link information for field corresponding to 9XX field" > repeatable: 1 >@@ -82038,6 +86434,7 @@ tables: > > - tagfield: "995" > tagsubfield: "0" >+ maxlength: 9999 > liblibrarian: "Withdrawn status [LOCAL, KOHA]" > libopac: "Withdrawn status [LOCAL, KOHA]" > repeatable: 0 >@@ -82056,6 +86453,7 @@ tables: > > - tagfield: "995" > tagsubfield: "1" >+ maxlength: 9999 > liblibrarian: "Lost status [LOCAL, KOHA]" > libopac: "Lost status [LOCAL, KOHA]" > repeatable: 0 >@@ -82074,6 +86472,7 @@ tables: > > - tagfield: "995" > tagsubfield: "2" >+ maxlength: 9999 > liblibrarian: "System code (specific classification or other scheme and edition) [LOCAL, KOHA]" > libopac: "System code (specific classification or other scheme and edition) [LOCAL, KOHA]" > repeatable: 0 >@@ -82092,6 +86491,7 @@ tables: > > - tagfield: "995" > tagsubfield: "3" >+ maxlength: 9999 > liblibrarian: "Use restrictions [LOCAL, KOHA]" > libopac: "Use restrictions [LOCAL, KOHA]" > repeatable: 0 >@@ -82110,6 +86510,7 @@ tables: > > - tagfield: "995" > tagsubfield: "4" >+ maxlength: 9999 > liblibrarian: "Koha normalized classification for sorting [LOCAL, KOHA]" > libopac: "Koha normalized classification for sorting [LOCAL, KOHA]" > repeatable: 0 >@@ -82128,6 +86529,7 @@ tables: > > - tagfield: "995" > tagsubfield: "5" >+ maxlength: 9999 > liblibrarian: "Coded location qualifier [LOCAL, KOHA]" > libopac: "Coded location qualifier [LOCAL, KOHA]" > repeatable: 1 >@@ -82146,6 +86548,7 @@ tables: > > - tagfield: "995" > tagsubfield: "6" >+ maxlength: 9999 > liblibrarian: "Copy number [LOCAL, KOHA]" > libopac: "Copy number [LOCAL, KOHA]" > repeatable: 0 >@@ -82164,6 +86567,7 @@ tables: > > - tagfield: "995" > tagsubfield: "7" >+ maxlength: 9999 > liblibrarian: "Uniform Resource Identifier [LOCAL, KOHA]" > libopac: "Uniform Resource Identifier [LOCAL, KOHA]" > repeatable: 1 >@@ -82182,6 +86586,7 @@ tables: > > - tagfield: "995" > tagsubfield: "8" >+ maxlength: 9999 > liblibrarian: "Koha collection [LOCAL, KOHA]" > libopac: "Koha collection [LOCAL, KOHA]" > repeatable: 0 >@@ -82200,6 +86605,7 @@ tables: > > - tagfield: "995" > tagsubfield: "9" >+ maxlength: 9999 > liblibrarian: "Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]" > libopac: "Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]" > repeatable: 0 >@@ -82218,6 +86624,7 @@ tables: > > - tagfield: "995" > tagsubfield: "a" >+ maxlength: 9999 > liblibrarian: "Origin of item (home branch) (free text)" > libopac: "Origin of item (home branch) (free text)" > repeatable: 0 >@@ -82236,6 +86643,7 @@ tables: > > - tagfield: "995" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Origin of item (home branch) (coded)" > libopac: "Origin of item (home branch) (coded)" > repeatable: 0 >@@ -82254,6 +86662,7 @@ tables: > > - tagfield: "995" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Lending or holding organisation (holding branch) (free text)" > libopac: "Lending or holding organisation (holding branch) (free text)" > repeatable: 0 >@@ -82272,6 +86681,7 @@ tables: > > - tagfield: "995" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "Lending or holding organisation (holding branch) code" > libopac: "Lending or holding organisation (holding branch) code" > repeatable: 0 >@@ -82290,6 +86700,7 @@ tables: > > - tagfield: "995" > tagsubfield: "e" >+ maxlength: 9999 > liblibrarian: "Genre detail" > libopac: "Genre detail" > repeatable: 0 >@@ -82308,6 +86719,7 @@ tables: > > - tagfield: "995" > tagsubfield: "f" >+ maxlength: 9999 > liblibrarian: "Barcode" > libopac: "Barcode" > repeatable: 0 >@@ -82326,6 +86738,7 @@ tables: > > - tagfield: "995" > tagsubfield: "g" >+ maxlength: 9999 > liblibrarian: "Barcode prefix" > libopac: "Barcode prefix" > repeatable: 0 >@@ -82344,6 +86757,7 @@ tables: > > - tagfield: "995" > tagsubfield: "h" >+ maxlength: 9999 > liblibrarian: "Barcode incrementation" > libopac: "Barcode incrementation" > repeatable: 0 >@@ -82362,6 +86776,7 @@ tables: > > - tagfield: "995" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "Barcode suffix" > libopac: "Barcode suffix" > repeatable: 0 >@@ -82380,6 +86795,7 @@ tables: > > - tagfield: "995" > tagsubfield: "j" >+ maxlength: 9999 > liblibrarian: "Section" > libopac: "Section" > repeatable: 0 >@@ -82398,6 +86814,7 @@ tables: > > - tagfield: "995" > tagsubfield: "k" >+ maxlength: 9999 > liblibrarian: "Call number (full call number)" > libopac: "Call number (full call number)" > repeatable: 0 >@@ -82416,6 +86833,7 @@ tables: > > - tagfield: "995" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "Numbering (volume or other part)" > libopac: "Numbering (volume or other part)" > repeatable: 0 >@@ -82434,6 +86852,7 @@ tables: > > - tagfield: "995" > tagsubfield: "m" >+ maxlength: 9999 > liblibrarian: "Date of loan or deposit" > libopac: "Date of loan or deposit" > repeatable: 0 >@@ -82452,6 +86871,7 @@ tables: > > - tagfield: "995" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "Expiration of loan date" > libopac: "Expiration of loan date" > repeatable: 0 >@@ -82470,6 +86890,7 @@ tables: > > - tagfield: "995" > tagsubfield: "o" >+ maxlength: 9999 > liblibrarian: "Circulation type (not for loan)" > libopac: "Circulation type (not for loan)" > repeatable: 1 >@@ -82488,6 +86909,7 @@ tables: > > - tagfield: "995" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "Serial" > libopac: "Serial" > repeatable: 0 >@@ -82506,6 +86928,7 @@ tables: > > - tagfield: "995" > tagsubfield: "q" >+ maxlength: 9999 > liblibrarian: "Intended audience (age level)" > libopac: "Intended audience (age level)" > repeatable: 0 >@@ -82524,6 +86947,7 @@ tables: > > - tagfield: "995" > tagsubfield: "r" >+ maxlength: 9999 > liblibrarian: "Type of item and material" > libopac: "Type of item and material" > repeatable: 0 >@@ -82542,6 +86966,7 @@ tables: > > - tagfield: "995" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "Acquisition mode" > libopac: "Acquisition mode" > repeatable: 0 >@@ -82560,6 +86985,7 @@ tables: > > - tagfield: "995" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "Genre" > libopac: "Genre" > repeatable: 0 >@@ -82578,6 +87004,7 @@ tables: > > - tagfield: "995" > tagsubfield: "u" >+ maxlength: 9999 > liblibrarian: "Copy note" > libopac: "Copy note" > repeatable: 0 >@@ -82596,6 +87023,7 @@ tables: > > - tagfield: "995" > tagsubfield: "v" >+ maxlength: 9999 > liblibrarian: "Periodical number" > libopac: "Periodical number" > repeatable: 0 >@@ -82614,6 +87042,7 @@ tables: > > - tagfield: "995" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "Recipient organisation code" > libopac: "Recipient organisation code" > repeatable: 0 >@@ -82632,6 +87061,7 @@ tables: > > - tagfield: "995" > tagsubfield: "x" >+ maxlength: 9999 > liblibrarian: "Recipient organisation, free text" > libopac: "Recipient organisation, free text" > repeatable: 0 >@@ -82650,6 +87080,7 @@ tables: > > - tagfield: "995" > tagsubfield: "y" >+ maxlength: 9999 > liblibrarian: "Recipient parent organisation code" > libopac: "Recipient parent organisation code" > repeatable: 0 >@@ -82668,6 +87099,7 @@ tables: > > - tagfield: "995" > tagsubfield: "z" >+ maxlength: 9999 > liblibrarian: "Recipient parent organisation, free text" > libopac: "Recipient parent organisation, free text" > repeatable: 0 >@@ -82686,6 +87118,7 @@ tables: > > - tagfield: "998" > tagsubfield: "b" >+ maxlength: 9999 > liblibrarian: "Operator's initials, OID (RLIN)" > libopac: "Operator's initials, OID (RLIN)" > repeatable: 0 >@@ -82704,6 +87137,7 @@ tables: > > - tagfield: "998" > tagsubfield: "c" >+ maxlength: 9999 > liblibrarian: "Cataloger's initials, CIN (RLIN)" > libopac: "Cataloger's initials, CIN (RLIN)" > repeatable: 0 >@@ -82722,6 +87156,7 @@ tables: > > - tagfield: "998" > tagsubfield: "d" >+ maxlength: 9999 > liblibrarian: "First date, FD (RLIN)" > libopac: "First date, FD (RLIN)" > repeatable: 0 >@@ -82740,6 +87175,7 @@ tables: > > - tagfield: "998" > tagsubfield: "i" >+ maxlength: 9999 > liblibrarian: "RINS (RLIN)" > libopac: "RINS (RLIN)" > repeatable: 0 >@@ -82758,6 +87194,7 @@ tables: > > - tagfield: "998" > tagsubfield: "l" >+ maxlength: 9999 > liblibrarian: "LI (RLIN)" > libopac: "LI (RLIN)" > repeatable: 0 >@@ -82776,6 +87213,7 @@ tables: > > - tagfield: "998" > tagsubfield: "n" >+ maxlength: 9999 > liblibrarian: "NUC (RLIN)" > libopac: "NUC (RLIN)" > repeatable: 0 >@@ -82794,6 +87232,7 @@ tables: > > - tagfield: "998" > tagsubfield: "p" >+ maxlength: 9999 > liblibrarian: "PROC (RLIN)" > libopac: "PROC (RLIN)" > repeatable: 0 >@@ -82812,6 +87251,7 @@ tables: > > - tagfield: "998" > tagsubfield: "s" >+ maxlength: 9999 > liblibrarian: "CC (RLIN)" > libopac: "CC (RLIN)" > repeatable: 0 >@@ -82830,6 +87270,7 @@ tables: > > - tagfield: "998" > tagsubfield: "t" >+ maxlength: 9999 > liblibrarian: "RTYP (RLIN)" > libopac: "RTYP (RLIN)" > repeatable: 0 >@@ -82848,6 +87289,7 @@ tables: > > - tagfield: "998" > tagsubfield: "w" >+ maxlength: 9999 > liblibrarian: "PLINK (RLIN)" > libopac: "PLINK (RLIN)" > repeatable: 0 >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40508
: 184610