From 83da3af9dad6591516cf2bd297e7353952596435 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 5 Feb 2020 11:53:04 -0300 Subject: [PATCH] Bug 24594: Rewrite marc21_framework_DEFAULT to YAML YAML version of marc21 mandatory marc21_framework_DEFAULT. To test: 1) Do a clean install with mandatory data, dump table marc_tag_structure and marc_subfield_structure, reserve. 2) Apply this patch and it's dependencies 3) Do a clean install, dump again and compare No major differences expected 4) Try translation a) Go to misc/translator b) create files for a new language ./translate create xx-YY c) Check new file po/xx-YY-instaler-MARC21.po Verify strings from this file. d) Install new language ./translate install xx-YY e) Try clean install with new files NOTE: This patch fails with qa tools! Reason is that qa tools use YAML.pm module to check files, but Installer.pm or LangInstaller.pm are using YAML::Syck, using that module gives no error, check for example: perl -e 'use YAML::Syck qw( LoadFile ); $y = LoadFile("marc21_framework_DEFAULT.yml");' No error! perl -e 'use YAML qw( LoadFile ); $y = LoadFile("marc21_framework_DEFAULT.yml");' Error! Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- .../mandatory/marc21_framework_DEFAULT.sql | 4681 - .../mandatory/marc21_framework_DEFAULT.txt | 1 - .../mandatory/marc21_framework_DEFAULT.yml | 78107 ++++++++++++++++ 3 files changed, 78107 insertions(+), 4682 deletions(-) delete mode 100644 installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql delete mode 100644 installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt create mode 100644 installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql deleted file mode 100644 index 3572503ce0..0000000000 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql +++ /dev/null @@ -1,4681 +0,0 @@ --- ************************************************************* --- KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK --- --- --- original default requiring greater user customisation --- created by a few Koha Hands --- guided by Paul POULAIN --- by thd for LibLime --- --- Revised to Update No. 29 (November 2019) --- ************************************************************* - - --- ****************************************************** --- KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS. --- ****************************************************** - --- These ought to be adjusted for different less conflicting and more --- rationally chosen fields and subfields but I had left that for last. - --- ADJUST ME --- Use values from your dump of marc_tag_structure and marc_subfield_structure --- to provide support for your Koha database. - - --- ****************************************************** - --- Current Record ID Field/Subfields - -INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', ''); - -INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, '', '', '', NULL), - ('999', 'b', 'Koha Dewey Subclass [OBSOLETE]', 'Koha Dewey Subclass [OBSOLETE]', 0, 0, NULL, 0, NULL, NULL, '', NULL, -5, '', '', '', NULL), - ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, '', '', '', NULL), - ('999', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, -5, '', '', '', NULL); - - --- ****************************************************** - - --- Plugins which need to be written for primary biblioitems Field/Subfields. - - --- ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, '', '', '', NULL), --- ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, '', '', '', NULL), - - - --- Current primary biblioitems Field/Subfields - - -INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', ''); - -INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL), - ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, '', '', '', NULL), - ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL), - ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, '', '', '', NULL), - ('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL), - ('942', 'e', 'Edition', 'Edition', 0, 0, NULL, 9, '', '', '', NULL, 0, '', '', '', NULL), - ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, '', '', '', NULL), - ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 0, '', '', '', NULL), - ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, '', '', '', NULL), - ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, '', '', '', NULL), - ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, '', '', '', NULL), - ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL); - - --- ****************************************************** - - --- Plugins which need to be written for items Field/Subfields - - --- ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, '', '', '', NULL), --- ('952', 'o', 'Koha full call number', 'Koha full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, '', '', '', NULL), - - - --- Current Items Field/Subfields - - -INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', ''); - -INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL), - ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, -5, '', '', '', NULL), - ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, '', '', '', NULL), - ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, '', '', '', NULL), - ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, '', '', '', NULL), - ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL), - ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL), - ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, '', '', '', NULL), - ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL), - ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, '', '', '', NULL), - ('952', 'a', 'Permanent location', 'Permanent Location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL), - ('952', 'b', 'Current location', 'Current Location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL), - ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL), - ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, '', '', '', NULL), - ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, '', '', '', NULL), - ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'h', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'i', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, '', '', '', NULL), - ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', '', NULL), - ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL), - ('952', 'q', 'Date due', 'Date due', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 's', 'Date last checked out', 'Date last checked out', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, '', '', '', NULL), - ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL), - ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, '', '', '', NULL), - ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, '', '', '', NULL), - ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, 'items.itemnotes_nonpublic', 10, '', '', '', NULL, 1, '', '', '', NULL), - ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, '', '', '', NULL), - ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, '', '', '', NULL); - - - - --- ******************************************************* - - - --- ******************************************************* --- MARC 21 FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS --- ******************************************************* - - --- A Few local use codes need specifying. Several seealso, plugin, and --- authority framework columns need improving. $9 for authority record linking --- needs to be added where not already provided by RLIN specifications. --- Needs checking for errors but probably tolerable for use on a production. --- A server can be upgraded easily from later versions of this file. --- --- In the absense of more column support for qualifying the relative --- importance of subfields to the record editor, some modest modification of --- the default framework is needed setting the not-useful non-Koha holdings --- subfields to not managed in Koha. - --- MARC fields including letters as part of the field identifier are from RLIN --- and should be expected to remain along with RLIN $% subfields. RLIN has --- been using letters in fields because there are not enough local use number --- fields which have not already been specified for very large union catalogue --- networks such as RLIN itself. - - --- Fields ending in c, o, or r are temporary placeholders for information from --- a numeric value until a non-conflicting way to treat the content under the --- proper original numeric field is adopted. --- --- 090 for LC call numbers has been restored. Formerly, 999, now used for the --- Koha record ID, had been provided as a temporary place holder until all --- Koha code for finding control fields has been changed from a numeric test --- of < 10 to a regular expression match of m/^00/ to prevent mistaken --- matching of fields with letters such as 09o if they were control fields. --- --- [Fields with letters have now been moved to a development file in the misc --- directory for lack of time to test for problems.] - - -INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('000', 'LEADER', 'LEADER', 0, 1, '', ''), - ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', ''), - ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, '', ''), - ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, '', ''), - ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS', 1, 0, '', ''), - ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', ''), - ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', ''), - ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', ''), - ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', ''), - ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', ''), - ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', ''), - ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', ''), - ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', ''), - ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', ''), - ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', ''), - ('020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, ''), - ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, ''), - ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, ''), - ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, ''), - ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', ''), - ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', ''), - ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', ''), - ('028', 'PUBLISHER OR DISTRIBUTOR NUMBER', 'PUBLISHER OR DISTRIBUTOR NUMBER', 1, 0, NULL, ''), - ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', ''), - ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', ''), - ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', ''), - ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', ''), - ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', ''), - ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', ''), - ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, ''), - ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', ''), - ('037', 'SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, ''), - ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', ''), - ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', ''), - ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL, ''), - ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', ''), - ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', ''), - ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, ''), - ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', ''), - ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', ''), - ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', ''), - ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', ''), - ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', ''), - ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', ''), - ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, ''), - ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, ''), - ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, ''), - ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, ''), - ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, ''), - ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, ''), - ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, ''), - ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, ''), - ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, ''), - ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, ''), - ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, ''), - ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''), - ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''), - ('083', 'ADDITIONAL DEWEY DECIMAL CLASSIFICATION NUMBER', 'ADDITIONAL DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''), - ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, ''), - ('085', 'SYNTHESIZED CLASSIFICATION NUMBER COMPONENTS', 'SYNTHESIZED CLASSIFICATION NUMBER COMPONENTS', 1, 0, NULL, ''), - ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, ''), - ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, ''), - ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, ''), - ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', ''), - ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', ''), - ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', ''), - ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', ''), - ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', ''), - ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', ''), - ('100', 'MAIN ENTRY--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, ''), - ('110', 'MAIN ENTRY--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, ''), - ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, ''), - ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, ''), - ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, ''), - ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, ''), - ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, ''), - ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, ''), - ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, ''), - ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', ''), - ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', ''), - ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, ''), - ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', ''), - ('245', 'TITLE STATEMENT', 'TITLE STATEMENT', 0, 1, '', ''), - ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, ''), - ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, ''), - ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 1, 0, NULL, ''), - ('251', 'VERSION INFORMATION', 'VERSION INFORMATION', 1, 0, NULL, ''), - ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, ''), - ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, ''), - ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, ''), - ('257', 'COUNTRY OF PRODUCING ENTITY', 'COUNTRY OF PRODUCING ENTITY', 1, 0, NULL, ''), - ('258', 'PHILATELIC ISSUE DATA', 'PHILATELIC ISSUE DATA', 1, 0, NULL, ''), - ('260', 'PUBLICATION, DISTRIBUTION, ETC.', 'PUBLICATION, DISTRIBUTION, ETC.', 1, 0, NULL, ''), - ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, ''), - ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, ''), - ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, ''), - ('264', 'PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE', 'PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE', 1, 0, NULL, ''), - ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, ''), - ('270', 'ADDRESS', 'ADDRESS', 1, 0, NULL, ''), - ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 0, NULL, ''), - ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, ''), - ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, ''), - ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''), - ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''), - ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, ''), - ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, ''), - ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, ''), - ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, ''), - ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, ''), - ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, ''), - ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, ''), - ('336', 'CONTENT TYPE', 'CONTENT TYPE', 1, 0, NULL, ''), - ('337', 'MEDIA TYPE', 'MEDIA TYPE', 1, 0, NULL, ''), - ('338', 'CARRIER TYPE', 'CARRIER TYPE', 1, 0, NULL, ''), - ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, ''), - ('341', 'ACCESSIBILITY CONTENT', 'ACCESSIBILITY CONTENT', 1, 0, NULL, ''), - ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, ''), - ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, ''), - ('344', 'SOUND CHARACTERISTICS', 'SOUND CHARACTERISTICS', 1, 0, NULL, ''), - ('345', 'PROJECTION CHARACTERISTICS OF MOVING IMAGE', 'PROJECTION CHARACTERISTICS OF MOVING IMAGE', 1, 0, NULL, ''), - ('346', 'VIDEO CHARACTERISTICS', 'VIDEO CHARACTERISTICS', 1, 0, NULL, ''), - ('347', 'DIGITAL FILE CHARACTERISTICS', 'DIGITAL FILE CHARACTERISTICS', 1, 0, NULL, ''), - ('348', 'FORMAT OF NOTATED MUSIC', 'FORMAT OF NOTATED MUSIC', 1, 0, NULL, ''), - ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, ''), - ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, ''), - ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, ''), - ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, ''), - ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, ''), - ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, ''), - ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, ''), - ('363', 'NORMALIZED DATE AND SEQUENTIAL DESIGNATION', 'NORMALIZED DATE AND SEQUENTIAL DESIGNATION', 1, 0, NULL, ''), - ('365', 'TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, ''), - ('366', 'TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, ''), - ('370', 'ASSOCIATED PLACE', 'ASSOCIATED PLACE', 1, 0, NULL, ''), - ('377', 'ASSOCIATED LANGUAGE', 'ASSOCIATED LANGUAGE', 1, 0, NULL, ''), - ('380', 'FORM OF WORK', 'FORM OF WORK', 1, 0, NULL, ''), - ('381', 'OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION', 'OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION', 1, 0, NULL, ''), - ('382', 'MEDIUM OF PERFORMANCE', 'MEDIUM OF PERFORMANCE', 1, 0, NULL, ''), - ('383', 'NUMERIC DESIGNATION OF MUSICAL WORK', 'NUMERIC DESIGNATION OF MUSICAL WORK', 1, 0, NULL, ''), - ('384', 'KEY', 'KEY', 1, 0, NULL, ''), - ('385', 'AUDIENCE CHARACTERISTICS', 'AUDIENCE CHARACTERISTICS', 1, 0, NULL, ''), - ('386', 'CREATOR/CONTRIBUTOR CHARACTERISTICS', 'CREATOR/CONTRIBUTOR CHARACTERISTICS', 1, 0, NULL, ''), - ('388', 'TIME PERIOD OF CREATION', 'TIME PERIOD OF CREATION', 1, 0, NULL, ''), - ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''), - ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''), - ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''), - ('440', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, ''), - ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', ''), - ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, ''), - ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, ''), - ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, ''), - ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, ''), - ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, ''), - ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, ''), - ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, ''), - ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, ''), - ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, ''), - ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, ''), - ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, ''), - ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, ''), - ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''), - ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, ''), - ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, ''), - ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, ''), - ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, ''), - ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, ''), - ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, ''), - ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, ''), - ('521', 'TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, ''), - ('522', 'GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, ''), - ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''), - ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''), - ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 1, 0, NULL, ''), - ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 1, 0, NULL, ''), - ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, ''), - ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, ''), - ('532', 'ACCESSIBILITY NOTE', 'ACCESSIBILITY NOTE', 1, 0, NULL, ''), - ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''), - ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, ''), - ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, ''), - ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, ''), - ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''), - ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, ''), - ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''), - ('541', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, ''), - ('542', 'INFORMATION RELATING TO COPYRIGHT STATUS', 'INFORMATION RELATING TO COPYRIGHT STATUS', 1, 0, NULL, ''), - ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, ''), - ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, ''), - ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, ''), - ('546', 'LANGUAGE NOTE', 'LANGUAGE NOTE', 1, 0, NULL, ''), - ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, ''), - ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, ''), - ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, ''), - ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, ''), - ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, ''), - ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, ''), - ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, ''), - ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, ''), - ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, ''), - ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, ''), - ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''), - ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, ''), - ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''), - ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, ''), - ('583', 'ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, ''), - ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, ''), - ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, ''), - ('586', 'AWARDS NOTE', 'AWARDS NOTE', 1, 0, NULL, ''), - ('588', 'SOURCE OF DESCRIPTION NOTE', 'SOURCE OF DESCRIPTION NOTE', 1, 0, NULL, ''), - ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, ''), - ('600', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''), - ('610', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''), - ('611', 'SUBJECT ADDED ENTRY--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''), - ('630', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''), - ('647', 'SUBJECT ADDED ENTRY--NAMED EVENT', 'SUBJECT ADDED ENTRY--NAMED EVENT', 1, 0, NULL, ''), - ('648', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, ''), - ('650', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, ''), - ('651', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, ''), - ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, ''), - ('653', 'INDEX TERM--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, ''), - ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS', 1, 0, NULL, ''), - ('655', 'INDEX TERM--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, ''), - ('656', 'INDEX TERM--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, ''), - ('657', 'INDEX TERM--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, ''), - ('658', 'INDEX TERM--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, ''), - ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''), - ('688', 'SUBJECT ADDED ENTRY--TYPE OF ENTITY UNSPECIFIED', 'SUBJECT ADDED ENTRY--TYPE OF ENTITY UNSPECIFIED', 1, 0, NULL, ''), - ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', ''), - ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', ''), - ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''), - ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''), - ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''), - ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''), - ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''), - ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''), - ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''), - ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''), - ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''), - ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, ''), - ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''), - ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, ''), - ('751', 'ADDED ENTRY-GEOGRAPHIC NAME', 'ADDED ENTRY-GEOGRAPHIC NAME', 1, 0, NULL, ''), - ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''), - ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, ''), - ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, ''), - ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, ''), - ('758', 'RESOURCE IDENTIFIER', 'RESOURCE IDENTIFIER', 1, 0, NULL, ''), - ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, ''), - ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, ''), - ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, ''), - ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, ''), - ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, ''), - ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, ''), - ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, ''), - ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, ''), - ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, ''), - ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, ''), - ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, ''), - ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, ''), - ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, ''), - ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, ''), - ('787', 'OTHER RELATIONSHIP ENTRY', 'OTHER RELATIONSHIP ENTRY', 1, 0, NULL, ''), - ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', ''), - ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''), - ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''), - ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''), - ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''), - ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''), - ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''), - ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''), - ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''), - ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, ''), - ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, ''), - ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, ''), - ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''), - ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, ''), - ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''), - ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, ''), - ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, ''), - ('852', 'LOCATION', 'LOCATION', 1, 0, NULL, ''), - ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''), - ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''), - ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, ''), - ('856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, ''), - ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', ''), - ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''), - ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''), - ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, ''), - ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''), - ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''), - ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, ''), - ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, ''), - ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, ''), - ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, ''), - ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, ''), - ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''), - ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''), - ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, ''), - ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, ''), - ('882', 'REPLACEMENT RECORD INFORMATION', 'REPLACEMENT RECORD INFORMATION', 0, 0, NULL, ''), - ('883', 'MACHINE-GENERATED METADATA PROVENANCE', 'MACHINE-GENERATED METADATA PROVENANCE', 1, 0, NULL, ''), - ('884', 'DESCRIPTION CONVERSION INFORMATION', 'DESCRIPTION CONVERSION INFORMATION', 1, 0, NULL, ''), - ('885', 'MATCHING INFORMATION', 'MATCHING INFORMATION', 1, 0, NULL, ''), - ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, ''), - ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, ''), - ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''), - ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''), - ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''), - ('899', 'LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''), - ('900', 'EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]', 1, 0, '', ''), - ('901', 'LOCAL DATA ELEMENT A, LDA (RLIN)', 'LOCAL DATA ELEMENT A, LDA (RLIN)', 1, 0, '', ''), - ('902', 'LOCAL DATA ELEMENT B, LDB (RLIN)', 'LOCAL DATA ELEMENT B, LDB (RLIN)', 1, 0, '', ''), - ('903', 'LOCAL DATA ELEMENT C, LDC (RLIN)', 'LOCAL DATA ELEMENT C, LDC (RLIN)', 1, 0, '', ''), - ('904', 'LOCAL DATA ELEMENT D, LDD (RLIN)', 'LOCAL DATA ELEMENT D, LDD (RLIN)', 1, 0, '', ''), - ('905', 'LOCAL DATA ELEMENT E, LDE (RLIN)', 'LOCAL DATA ELEMENT E, LDE (RLIN)', 1, 0, '', ''), - ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', ''), - ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', ''), - ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', ''), - ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', ''), - ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', ''), - ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', ''), - ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', ''), - ('940', 'EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''), - ('941', 'EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''), - ('943', 'EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''), - ('945', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''), - ('946', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''), - ('947', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''), - ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', ''), - ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''), - ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', ''), - ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''), - ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', ''), - ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', ''), - ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', ''), - ('967', 'ADDITIONAL ESTC CODES (RLIN)', 'ADDITIONAL ESTC CODES (RLIN)', 1, 0, '', ''), - ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''), - ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''), - ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''), - ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', ''), - ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', ''), - ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', ''), - ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', ''), - ('995', 'RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]', 'RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]', 1, 0, '', ''), - ('998', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', ''); - - - -INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, '', '', '', NULL), - ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('003', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_orgcode.pl', 0, 0, '', '', '', NULL), - ('005', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL), - ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, '', '', '', NULL), - ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, '', '', '', NULL), - ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, '', '', '', NULL), - ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL), - ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, 0, '', '', '', NULL), - ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL), - ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, 0, '', '', '', NULL), - ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('015', 'q', 'Qualifying information', 'Qualifying information', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('015', 'z', 'Canceled/invalid national bibliography number', 'Canceled/invalid national bibliography number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('016', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL), - ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('017', 'z', 'Canceled/invalid copyright or legal deposit number', 'Canceled/invalid copyright or legal deposit number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', '', NULL), - ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('020', 'q', 'Qualifying information', 'Qualifying information', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', '', NULL), - ('022', 'l', 'ISSN-L', 'ISSN-L', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('022', 'm', 'Canceled ISSN-L', 'Canceled ISSN-L', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('024', 'q', 'Qualifying information', 'Qualifying information', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', 'd', 'Number of volume or part', 'Number of volume or part', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('026', 'e', 'Unparsed fingerprint', 'Unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('027', 'q', 'Qualifying information', 'Qualifying information', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('028', 'a', 'Publisher or distributor number', 'Publisher or distributor number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('028', 'q', 'Qualifying information', 'Qualifying information', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, '', '', '', NULL), - ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL), - ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('032', 'b', 'Source agency assigning number', 'Source agency assigning number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('033', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('033', '2', 'Source of term', 'Source of term', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('033', 'p', 'Place of event', 'Place of event', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('034', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('034', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('034', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'r', 'Distance from earth', 'Distance from earth', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('036', 'b', 'Source agency assigning number', 'Source agency assigning number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('037', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('037', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 1, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('040', 'e', 'Description conventions', 'Description conventions', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', 'b', 'Language code of summary or abstract', 'Language code of summary or abstract', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('041', 'g', 'Language code of accompanying material other than librettos and transcripts', 'Language code of accompanying material other than librettos and transcripts', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', 'h', 'Language code of original', 'Language code of original', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('041', 'i', 'Language code of intertitles', 'Language code of intertitles', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'j', 'Language code of subtitles', 'Language code of subtitles', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'k', 'Language code of intermediate translations', 'Language code of intermediate translations', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'm', 'Language code of original accompanying materials other than librettos', 'Language code of original accompanying materials other than librettos', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'n', 'Language code of original libretto', 'Language code of original libretto', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'p', 'Language code of captions', 'Language code of captions', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'q', 'Language code of accessible audio', 'Language code of accessible audio', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 'r', 'Language code of accessible visual language', 'Language code of accessible visual language', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('041', 't', 'Language code of accompanying transcripts for audiovisual materials', 'Language code of accompanying transcripts for audiovisual materials', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('042', 'a', 'Authentication code', 'Authentication code', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('043', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('043', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'b', 'Date 1, B.C.E. date', 'Date 1, B.C.E. date', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('046', 'c', 'Date 1, C.E. date', 'Date 1, C.E. date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'd', 'Date 2, B.C.E. date', 'Date 2, B.C.E. date', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('046', 'e', 'Date 2, C.E. date', 'Date 2, C.E. date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'o', 'Single or starting date for aggregated content', 'Single or starting date for aggregated content', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('046', 'p', 'Ending date for aggregated content', 'Ending date for aggregated content', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL), - ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'l', 'Local processing data', 'Local processing data', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'm', 'Missing elements', 'Missing elements', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'n', 'Notes about holdings', 'Notes about holdings', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'o', 'Local processing data', 'Local processing data', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'p', 'Secondary bibliographic subdivision', 'Secondary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'q', 'Third bibliographic subdivision', 'Third bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'r', 'Fourth bibliographic subdivision', 'Fourth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('050', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('050', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL), - ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('052', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('052', '2', 'Code source', 'Code source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('055', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('055', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('060', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('060', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('070', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('070', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('071', 'c', 'Copy information', 'Copy information', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('080', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('080', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL), - ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL), - ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL), - ('082', 'm', 'Standard or optional designation', 'Standard or optional designation', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('082', 'q', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'm', 'Standard or optional designation', 'Standard or optional designation', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'q', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'y', 'Table sequence number for internal subarrangement or add table', 'Table sequence number for internal subarrangement or add table', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('083', 'z', 'Table identification', 'Table identification', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('084', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('084', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('084', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('084', 'q', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'a', 'Number where instructions are found-single number or beginning number of span', 'Number where instructions are found-single number or beginning number of span', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'b', 'Base number', 'Base number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'c', 'Classification number-ending number of span', 'Classification number-ending number of span', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'f', 'Facet designator', 'Facet designator', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'r', 'Root number', 'Root number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 's', 'Digits added from classification number in schedule or external table', 'Digits added from classification number in schedule or external table', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 't', 'Digits added from internal subarrangement or add table', 'Digits added from internal subarrangement or add table', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'u', 'Number being analyzed', 'Number being analyzed', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'v', 'Number in internal subarrangement or add table where instructions are found', 'Number in internal subarrangement or add table where instructions are found', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'w', 'Table identification-Internal subarrangement or add table', 'Table identification-Internal subarrangement or add table', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'y', 'Table sequence number for internal subarrangement or add table', 'Table sequence number for internal subarrangement or add table', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('085', 'z', 'Table identification', 'Table identification', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('086', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('086', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'f', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 'Filing suffix (OCLC); Footnote, FNT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL), - ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL), - ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), - ('100', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('100', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('100', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('100', '4', 'Relationship', 'Relationship', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL), - ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, '', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL), - ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL), - ('100', 'c', 'Titles and words associated with a name', 'Titles and words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL), - ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL), - ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL), - ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL), - ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL), - ('110', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '4', 'Relationship', 'Relationship', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL), - ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL), - ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL), - ('110', 'c', 'Location of meeting', 'Location of meeting', 1, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL), - ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL), - ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL), - ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', '4', 'Relationship', 'Relationship', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL), - ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL), - ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'c', 'Location of meeting', 'Location of meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('111', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('130', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('130', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL), - ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -1, '', '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t''', '', NULL), - ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('130', 's', 'Version', 'Version', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('240', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('240', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('240', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, '', '', '', NULL), - ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 0, -1, '', '', '', NULL), - ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('240', 's', 'Version', 'Version', 1, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'c', 'Statement of responsibility, etc.', 'Statement of responsibility, etc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, '', '', '', NULL), - ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, '', '', '', NULL), - ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), - ('243', 's', 'Version', 'Version', 1, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL), - ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, '', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h'',''505t''', '', NULL), - ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'biblio.subtitle', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('245', 'c', 'Statement of responsibility, etc.', 'Statement of responsibility, etc.', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblio.part_number', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 'biblio.part_name', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL), - ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('250', '3', 'Materials specified', 'Materials specified', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('251', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', '2', 'Source', 'Source', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', '3', 'Materials specified', 'Materials specified', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('251', 'a', 'Version', 'Version', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'a', 'Statement of scale', 'Statement of scale', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'b', 'Statement of projection', 'Statement of projection', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', '2', 'Source', 'Source', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('257', 'a', 'Country of producing entity', 'Country of producing entity', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', '3', 'Materials specified', 'Materials specified', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'a', 'Place of publication, distribution, etc.', 'Place of publication, distribution, etc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('260', 'b', 'Name of publisher, distributor, etc.', 'Name of publisher, distributor, etc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('260', 'c', 'Date of publication, distribution, etc.', 'Date of publication, distribution, etc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, '', '', '', NULL), - ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'g', 'Date of manufacture', 'Date of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', '3', 'Materials specified', 'Materials specified', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', 'a', 'Place of production, publication, distribution, manufacture', 'Place of production, publication, distribution, manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', 'b', 'Name of producer, publisher, distributor, manufacturer', 'Name of producer, publisher, distributor, manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('264', 'c', 'Date of production, publication, distribution, manufacture, or copyright notice', 'Date of production, publication, distribution, manufacture, or copyright notice', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('270', '4', 'Relationship', 'Relationship', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL), - ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('270', 'a', 'Address', 'Address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'b', 'City', 'City', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'd', 'Country', 'Country', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', 'a', 'Extent', 'Extent', 1, 0, 'biblioitems.pages', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, '', '', '', NULL), - ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL), - ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('306', 'a', 'Playing time', 'Playing time', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL), - ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('321', 'b', 'Dates of former publication frequency', 'Dates of former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('336', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', 'a', 'Content type term', 'Content type term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('336', 'b', 'Content type code', 'Content type code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', 'a', 'Media type term', 'Media type term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('337', 'b', 'Media type code', 'Media type code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', 'a', 'Carrier type term', 'Carrier type term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('338', 'b', 'Carrier type code', 'Carrier type code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'g', 'Color content', 'Color content', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'j', 'Generation', 'Generation', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'k', 'Layout', 'Layout', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'm', 'Book format', 'Book format', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'n', 'Font size', 'Font size', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('340', 'o', 'Polarity', 'Polarity', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', 'a', 'Content access mode', 'Content access mode', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', 'b', 'Textual assistive features', 'Textual assistive features', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', 'c', 'Visual assistive features', 'Visual assistive features', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', 'd', 'Auditory assistive features', 'Auditory assistive features', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('341', 'e', 'Tactile assistive features', 'Tactile assistive features', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'a', 'Name', 'Name', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'b', 'Coordinate units or distance units', 'Coordinate unist or distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'h', 'Latitude of projection center or projection origin', 'Latitude of projection center or projection origin', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'g', 'Bearing units', 'Bearing units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'a', 'Type of recording', 'Type of recording', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'b', 'Recording medium', 'Recording medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'c', 'Playing speed', 'Playing speed', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'd', 'Groove characteristic', 'Groove characteristic', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'e', 'Track configuration', 'Track configuration', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'f', 'Tape configuration', 'Tape configuration', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'g', 'Configuration of playback channels', 'Configuration of playback channels', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('344', 'h', 'Special playback characteristics', 'Special playback characteristics', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', 'a', 'Presentation format', 'Presentation format', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('345', 'b', 'Projection speed', 'Projection speed', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', 'a', 'Video format', 'Video format', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('346', 'b', 'Broadcast standard', 'Broadcast standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'a', 'File type', 'File type', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'b', 'Encoding format', 'Encoding format', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'c', 'File size', 'File size', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'd', 'Resolution', 'Resolution', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'e', 'Regional encoding', 'Regional encoding', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('347', 'f', 'Encoded bitrate', 'Encoded bitrate', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', 'a', 'Format of notated music term', 'Format of notated music term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', 'b', 'Format of notated music code', 'Format of notated music code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('348', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('352', 'q', 'Format of the digital image', 'Format of the digital image', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('363', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'u', 'First level textual designation', 'First level textual designation', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'v', 'First level of chronology, issuance', 'First level of chronology, issuance', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('363', 'z', 'Public note', 'Public note', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'c', 'Currency code', 'Currency code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'e', 'Price note', 'Price note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'e', 'Note', 'Note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'f', 'Publishers\'s discount category', 'Publishers\'s discount category', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL), - ('370', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '4', 'Relationship', 'Relationship', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'c', 'Associated country', 'Associated country', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'f', 'Other associated place', 'Other associated place', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'g', 'Place of origin of work or expression', 'Place of origin of work or expression', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 's', 'Start period', 'Start period', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 't', 'End period', 'End period', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('370', 'v', 'Source of information', 'Source of information', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', 'a', 'Language code', 'Language code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('377', 'l', 'Language term', 'Language term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('380', 'a', 'Form of work', 'Form of work', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', 'a', 'Other distinguishing characteristic', 'Other distinguishing characteristic', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('381', 'v', 'Source of information', 'Source of information', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'a', 'Medium of performance', 'Medium of performance', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'b', 'Soloist', 'Soloist', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'd', 'Doubling instrument', 'Doubling instrument', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'e', 'Number of ensembles of the same type', 'Number of ensembles of the same type', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'n', 'Number of performers of the same medium', 'Number of performers of the same medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'p', 'Alternative medium of performance', 'Alternative medium of performance', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'r', 'Total number of individuals performing alongside ensembles', 'Total number of individuals performing alongside ensembles', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 's', 'Total number of performers', 'Total number of performers', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 't', 'Total number of ensembles', 'Total number of ensembles', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('382', 'v', 'Note', 'Note', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', 'a', 'Serial number', 'Serial number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', 'b', 'Opus number', 'Opus number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', 'c', 'Thematic index number', 'Thematic index number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', 'd', 'Thematic index code', 'Thematic index code', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('383', 'e', 'Publisher associated with opus number', 'Publisher associated with opus number', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('384', 'a', 'Key', 'Key', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('384', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('384', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('384', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', 'a', 'Audience term', 'Audience term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', 'b', 'Audience code', 'Audience code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', 'm', 'Demographic group term', 'Demographic group term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('385', 'n', 'Demographic group code', 'Demographic group code', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '2', 'Source', 'Source', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '4', 'Relationship', 'Relationship', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', 'a', 'Creator/contributor term', 'Creator/contributor term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', 'b', 'Creator/contributor code', 'Creator/contributor code', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', 'm', 'Demographic group term', 'Demographic group term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('386', 'n', 'Demographic group code', 'Demographic group code', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '2', 'Source of term', 'Source of term', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '3', ' Materials specified', ' Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '6', ' Linkage', ' Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('388', 'a', 'Time period of creation term', 'Time period of creation term', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL), - ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL), - ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL), - ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL), - ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('440', '0', 'Authority record control number', 'Authority record control number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL), - ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, '', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL), - ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, '', '', '', NULL), - ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL), - ('440', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, '', '', '', NULL), - ('440', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL), - ('490', '3', 'Materials specified', 'Materials specified', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, '', '', '', NULL), - ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL), - ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL), - ('490', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL), - ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL), - ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'b', 'Degree type', 'Degree type', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'c', 'Name of granting institution', 'Name of granting institution', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'd', 'Year degree granted', 'Year degree granted', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('502', 'o', 'Dissertation identifier', 'Dissertation identifier', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('504', 'a', 'Bibliography, etc. note', 'Bibliography, etc. note', 0, 0, '', 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL), - ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'g', 'Availability date', 'Availability date', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'q', 'Supplying agency', 'Supplying agency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL), - ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL), - ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL), - ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL), - ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL), - ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '2', 'Source of term', 'Source of term', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('518', 'd', 'Date of event', 'Date of event', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', 'o', 'Other event information', 'Other event information', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('518', 'p', 'Place of event', 'Place of event', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', '2', 'Source', 'Source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', 'a', 'Summary, etc.', 'Summary, etc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('520', 'c', 'Assigning source', 'Assigning source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL), - ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL), - ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL), - ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL), - ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('532', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('532', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('532', 'a', 'Summary of accessibility', 'Summary of accessibility', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('533', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('534', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'c', 'Publication, distribution, etc. of original', 'Publication, distribution, etc. of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'e', 'Physical description, etc. of original', 'Physical description, etc. of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'o', 'Other resource identifier', 'Other resource identifier', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('538', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL), - ('540', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'f', 'Use and reproduction rights', 'Use and reproduction rights', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'g', 'Availability date', 'Availability date', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'q', 'Supplying agency', 'Supplying agency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL), - ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'b', 'Address', 'Address', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'f', 'Owner', 'Owner', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'n', 'Extent', 'Extent', 1, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL), - ('542', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'a', 'Personal creator', 'Personal creator', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'b', 'Personal creator death date', 'Personal creator death date', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'c', 'Corporate creator', 'Corporate creator', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'd', 'Copyright holder', 'Copyright holder', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'e', 'Copyright holder contact information', 'Copyright holder contact information', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'f', 'Copyright statement', 'Copyright statement', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'g', 'Copyright date', 'Copyright date', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'h', 'Copyright renewal date', 'Copyright renewal date', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'i', 'Publication date', 'Publication date', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'j', 'Creation date', 'Creation date', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'k', 'Publisher', 'Publisher', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'l', 'Copyright status', 'Copyright status', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'm', 'Publication status', 'Publication status', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'o', 'Research date', 'Research date', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'p', 'Country of publication or creation', 'Country of publication or creation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'q', 'Supplying agency', 'Supplying agency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'r', 'Jurisdiction of copyright assessment', 'Jurisdiction of copyright assessment', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 's', 'Source of information', 'Source of information', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('542', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('545', 'a', 'Biographical or historical data', 'Biographical or historical data', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL), - ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'k', 'Beginning and ending date of attribute values', 'Beginning and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL), - ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL), - ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL), - ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL), - ('561', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL), - ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('567', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('567', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('567', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('567', 'b', 'Controlled term', 'Controlled term', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('583', 'a', 'Action', 'Action', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'h', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'l', 'Status', 'Status', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'n', 'Extent', 'Extent', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL), - ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 4, '', '', '', NULL), - ('583', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL), - ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('588', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('588', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('588', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('588', 'a', 'Source of description note', 'Source of description note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL), - ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('600', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL), - ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 's', 'Version', 'Version', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL), - ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', 'c', 'Location of meeting', 'Location of meeting', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 's', 'Version', 'Version', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('611', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('611', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL), - ('611', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'c', 'Location of meeting', 'Location of meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 's', 'Version', 'Version', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('630', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('630', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, 0, '', '', '', NULL), - ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 's', 'Version', 'Version', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('647', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('647', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('648', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('648', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('648', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, 0, '', '', '', NULL), - ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('650', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('650', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('650', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('650', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, NULL, 6, '', 'TOPIC_TERM', '', 0, 0, '', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL), - ('650', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('650', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('650', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('651', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL), - ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('651', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('654', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('654', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, '', '', '', NULL), - ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('655', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, 0, '', '', '', NULL), - ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('656', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL), - ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL), - ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('658', '2', 'Source of term or code', 'Source of term or code', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('658', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, '', '', '', NULL), - ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('662', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL), - ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL), - ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL), - ('688', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '2', 'Source of name, title, or term', 'Source of name, title, or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '4', 'Relationship', 'Relationship', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', 'a', 'Name, title, or term', 'Name, title, or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('688', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, 0, '', '', '', NULL), - ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL), - ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL), - ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, '', '', '', NULL), - ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL), - ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL), - ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL), - ('698', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL), - ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), - ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL), - ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('700', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('700', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL), - ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL), - ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL), - ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL), - ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 's', 'Version', 'Version', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL), - ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL), - ('710', 'c', 'Location of meeting', 'Location of meeting', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL), - ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 's', 'Version', 'Version', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL), - ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'c', 'Location of meeting', 'Location of meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('711', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 's', 'Version', 'Version', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL), - ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('720', '4', 'Relationship', 'Relationship', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('730', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL), - ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('730', 's', 'Version', 'Version', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL), - ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('751', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('752', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('752', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('753', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('753', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('753', '2', 'Source of term', 'Source of term', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('754', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', 'a', 'Label', 'Label', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('758', 'i', 'Relationship information', 'Relationship information', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('760', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '0', 'Host Biblionumber', 'Host Biblionumber', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', '9', 'Host Itemnumber', 'Host Itemnumber', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'q', 'Enumeration and first page', 'Enumeration and first page', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'r', 'Report number', 'Report number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('777', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('780', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'v', 'Source Contribution', 'Source Contribution', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', '4', 'Relationship', 'Relationship', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'g', 'Related parts', 'Related parts', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'i', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL), - ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '4', '4', '4', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '5', '5', '5', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '6', '6', '6', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '7', '7', '7', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '8', '8', '8', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', '9', '9', '9', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'a', 'a', 'a', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'b', 'b', 'b', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'c', 'c', 'c', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'd', 'd', 'd', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'e', 'e', 'e', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'f', 'f', 'f', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'g', 'g', 'g', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'h', 'h', 'h', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'i', 'i', 'i', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'j', 'j', 'j', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'k', 'k', 'k', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'l', 'l', 'l', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'm', 'm', 'm', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'n', 'n', 'n', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'o', 'o', 'o', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'p', 'p', 'p', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'q', 'q', 'q', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'r', 'r', 'r', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 's', 's', 's', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 't', 't', 't', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'u', 'u', 'u', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'v', 'v', 'v', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'w', 'w', 'w', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'x', 'x', 'x', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL), - ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL), - ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL), - ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL), - ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL), - ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL), - ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL), - ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL), - ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '4', 'Relationship', 'Relationship', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '7', 'Control subfield', 'Control subfield', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -1, '', '', '', NULL), - ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 's', 'Version', 'Version', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('800', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('800', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '4', 'Relationship', 'Relationship', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('810', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '7', 'Control subfield', 'Control subfield', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -1, '', '', '', NULL), - ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('810', 'c', 'Location of meeting', 'Location of meeting', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 's', 'Version', 'Version', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('810', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('810', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '4', 'Relationship', 'Relationship', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('811', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', '7', 'Control subfield', 'Control subfield', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL), - ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'c', 'Location of meeting', 'Location of meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('811', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL), - ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 's', 'Version', 'Version', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('811', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '7', 'Control subfield', 'Control subfield', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL), - ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('830', 's', 'Version', 'Version', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL), - ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('830', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('830', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL), - ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', '8', 'Sequence number', 'Sequence number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'd', 'Former shelving location', 'Former shelving location', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'k', 'Call number prefix', 'Call number prefix', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'm', 'Call number suffix', 'Call number suffix', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, '', '', '', NULL), - ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL), - ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('856', '7', 'Access status', 'Access status', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', '', NULL), - ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL), - ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, '', '', '', NULL), - ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL), - ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL), - ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'l', 'LIB (RLIN)', 'LIB (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'p', 'PRI (RLIN)', 'PRI (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('863', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('863', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'n', 'Converted Gregorian year', 'Converted Gregorian year', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'v', 'Issuing date', 'Issuing date', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'w', 'Break indicator', 'Break indicator', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('863', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('864', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('864', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'n', 'Converted Gregorian year', 'Converted Gregorian year', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'v', 'Issuing date', 'Issuing date', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'w', 'Break indicator', 'Break indicator', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('864', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('865', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('865', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'n', 'Converted Gregorian year', 'Converted Gregorian year', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'v', 'Issuing date', 'Issuing date', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'w', 'Break indicator', 'Break indicator', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('865', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL), - ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'a', 'a', 'a', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'b', 'b', 'b', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'c', 'c', 'c', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'd', 'd', 'd', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'e', 'e', 'e', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'f', 'f', 'f', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'g', 'g', 'g', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'h', 'h', 'h', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'i', 'i', 'i', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'j', 'j', 'j', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'k', 'k', 'k', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'l', 'l', 'l', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'm', 'm', 'm', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'n', 'n', 'n', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'o', 'o', 'o', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'p', 'p', 'p', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'q', 'q', 'q', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'r', 'r', 'r', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 's', 's', 's', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 't', 't', 't', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'u', 'u', 'u', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'v', 'v', 'v', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'w', 'w', 'w', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('880', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('882', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('882', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('882', 'a', 'Replacement title', 'Replacement title', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('882', 'i', 'Explanatory text', 'Explanatory text', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('882', 'w', 'Replacement bibliographic record control number', 'Replacement bibliographic record control number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'a', 'Generation process', 'Generation process', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'c', 'Confidence value', 'Confidence value', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'd', 'Generation date', 'Generation date', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'q', 'Generation agency', 'Generation agency', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'x', 'Validity end date', 'Validity end date', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('883', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('884', 'a', 'Conversion process', 'Conversion process', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('884', 'g', 'Conversion date', 'Conversion date', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('884', 'k', 'Identifier of source metadata', 'Identifier of source metadata', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('884', 'q', 'Conversion agency', 'Conversion agency', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('884', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', '2', 'Source', 'Source', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'a', 'Matching information', 'Matching information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'b', 'Status of matching and its checking', 'Status of matching and its checking', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'c', 'Confidence value', 'Confidence value', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'd', 'Generation date', 'Generation date', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('885', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '0', '0', '0', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '1', '1', '1', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '6', '6', '6', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'a', 'a', 'a', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'b', 'b', 'b', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'c', 'c', 'c', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'd', 'd', 'd', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'e', 'e', 'e', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'f', 'f', 'f', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'g', 'g', 'g', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'h', 'h', 'h', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'i', 'i', 'i', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'j', 'j', 'j', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'k', 'k', 'k', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'l', 'l', 'l', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'm', 'm', 'm', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'n', 'n', 'n', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'o', 'o', 'o', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'p', 'p', 'p', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'q', 'q', 'q', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'r', 'r', 'r', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 's', 's', 's', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 't', 't', 't', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'u', 'u', 'u', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'v', 'v', 'v', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'w', 'w', 'w', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL), - ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL), - ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL), - ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL), - ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL), - ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL), - ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL), - ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL), - ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL), - ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, '', '''110a'',''700a'',''710a''', '', NULL), - ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('901', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('902', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('903', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('904', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('905', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('906', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL), - ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, '', '', '130', NULL), - ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('945', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('946', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('947', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '0', '0 (OCLC)', '0 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '1', '1 (OCLC)', '1 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '2', '2 (OCLC)', '2 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '3', '3 (OCLC)', '3 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '4', '4 (OCLC)', '4 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '5', '5 (OCLC)', '5 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '6', '6 (OCLC)', '6 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '7', '7 (OCLC)', '7 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '8', '8 (OCLC)', '8 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', '9', '9 (OCLC)', '9 (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'a', 'Series part designator, SPT (RLIN)', 'Series part designator, SPT (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('948', 'b', 'b (OCLC)', 'b (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'c', 'c (OCLC)', 'c (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'd', 'd (OCLC)', 'd (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'e', 'e (OCLC)', 'e (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'f', 'f (OCLC)', 'f (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'g', 'g (OCLC)', 'g (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'h', 'h (OCLC)', 'h (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'i', 'i (OCLC)', 'i (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'j', 'j (OCLC)', 'j (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'k', 'k (OCLC)', 'k (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'l', 'l (OCLC)', 'l (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'm', 'm (OCLC)', 'm (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'n', 'n (OCLC)', 'n (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'o', 'o (OCLC)', 'o (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'p', 'p (OCLC)', 'p (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'q', 'q (OCLC)', 'q (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'r', 'r (OCLC)', 'r (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 's', 's (OCLC)', 's (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 't', 't (OCLC)', 't (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'u', 'u (OCLC)', 'u (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'v', 'v (OCLC)', 'v (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'w', 'w (OCLC)', 'w (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'x', 'x (OCLC)', 'x (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'y', 'y (OCLC)', 'y (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('948', 'z', 'z (OCLC)', 'z (OCLC)', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '3', '3', '3', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '4', '4', '4', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '5', '5', '5', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '6', '6', '6', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '7', '7', '7', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '8', '8', '8', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', '9', '9', '9', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'a', 'a', 'a', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'b', 'b', 'b', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'c', 'c', 'c', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'd', 'd', 'd', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'e', 'e', 'e', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'f', 'f', 'f', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'g', 'g', 'g', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'h', 'h', 'h', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'i', 'i', 'i', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'j', 'j', 'j', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'k', 'k', 'k', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'l', 'l', 'l', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'm', 'm', 'm', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'n', 'n', 'n', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'o', 'o', 'o', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'p', 'p', 'p', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'q', 'q', 'q', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'r', 'r', 'r', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 's', 's', 's', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 't', 't', 't', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'u', 'u', 'u', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'v', 'v', 'v', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'w', 'w', 'w', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'x', 'x', 'x', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'y', 'y', 'y', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('949', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('950', 'a', 'Classification number, LCAL (RLIN)', 'Classification number, LCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'b', 'Book number/undivided call number, LCAL (RLIN)', 'Book number/undivided call number, LCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'd', 'Additional free-text stamp above the call number, LCAL (RLIN)', 'Additional free-text stamp above the call number, LCAL (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'e', 'Additional free-text or profiled stamp below the call number, LCAL (RLIN)', 'Additional free-text or profiled stamp below the call number, LCAL (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'f', 'Location-level footnote, LFNT (RLIN)', 'Location-level footnote, LFNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'h', 'Location-level output transaction history, LHST (RLIN)', 'Location-level output transaction history, LHST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'i', 'Location-level extra card request, LEXT (RLIN)', 'Location-level extra card request, LEXT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'l', 'Permanent shelving location, LOC (RLIN)', 'Permanent shelving location, LOC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'n', 'Location-level additional note, LANT (RLIN)', 'Location-level additional note, LANT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'p', 'Location-level pathfinder, LPTH (RLIN)', 'Location-level pathfinder, LPTH (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 't', 'Location-level field suppression, LFSP (RLIN)', 'Location-level field suppression, LFSP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'u', 'Non-printing notes, LANT (RLIN)', 'Non-printing notes, LANT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'v', 'Volumes, LVOL (RLIN)', 'Volumes, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL), - ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'h', 'Copy status--for earlier dates, CST (RLIN)', 'Copy status--for earlier dates, CST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'i', 'Copy status, CST (RLIN)', 'Copy status, CST (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'l', 'Permanent shelving location, LOC (RLIN)', 'Permanent shelving location, LOC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'q', 'Aquisitions control number, HNT (RLIN)', 'Aquisitions control number, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, '', '', '', NULL), - ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL), - ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, '', '', '', NULL), - ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL), - ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL), - ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL), - ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL), - ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL), - ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL), - ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, '', '', '', NULL), - ('995', '8', 'Koha collection [LOCAL, KOHA]', 'Koha collection [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL), - ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 'p', 'PROC (RLIN)', 'PROC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 's', 'CC (RLIN)', 'CC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 't', 'RTYP (RLIN)', 'RTYP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL), - ('998', 'w', 'PLINK (RLIN)', 'PLINK (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL); - - -UPDATE `marc_subfield_structure` SET maxlength=24 WHERE tagfield='000'; -UPDATE `marc_subfield_structure` SET maxlength=40 WHERE tagfield='008'; - --- Create the ACQ framework based on the default framework, fields 952 only -INSERT IGNORE INTO biblio_framework VALUES( 'ACQ', 'Acquisition framework' ); -INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) -SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='952' AND frameworkcode=''; - -INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, seealso, link, defaultvalue, maxlength) -SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength FROM marc_subfield_structure WHERE tagfield='952' AND frameworkcode=''; - -INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) -SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' -FROM marc_tag_structure -WHERE frameworkcode="" AND tagfield IN ( - SELECT tagfield - FROM marc_subfield_structure - WHERE ( - kohafield="biblio.title" - OR kohafield="biblio.author" - OR kohafield="biblioitems.publishercode" - OR kohafield="biblioitems.editionstatement" - OR kohafield="biblio.copyrightdate" - OR kohafield="biblioitems.isbn" - OR kohafield="biblio.seriestitle" - ) AND frameworkcode="" -); -INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, seealso, link, defaultvalue, maxlength) -SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength -FROM marc_subfield_structure -WHERE frameworkcode="" -AND kohafield IN ("biblio.title", "biblio.author", "biblioitems.publishercode", "biblioitems.editionstatement", "biblio.copyrightdate", "biblioitems.isbn", "biblio.seriestitle" ); diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt deleted file mode 100644 index 632a467197..0000000000 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt +++ /dev/null @@ -1 +0,0 @@ -Default MARC 21 bibliographic framework. 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 new file mode 100644 index 0000000000..b7048b7524 --- /dev/null +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -0,0 +1,78107 @@ +--- +# +# Copyright 2020 Koha Development Team +# +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# ************************************************************* +# KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK +# +# Revised to Update No. 29 (November 2019) +# ************************************************************* + +description: + - "MARC21 Default and Acquisitions bibliographic frameworks." + +tables: + - marc_tag_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "999" + liblibrarian: "SYSTEM CONTROL NUMBERS (KOHA)" + libopac: "SYSTEM CONTROL NUMBERS (KOHA)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - marc_subfield_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "999" + tagsubfield: "a" + liblibrarian: "Item type [OBSOLETE]" + libopac: "Item type [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "999" + tagsubfield: "b" + liblibrarian: "Koha Dewey Subclass [OBSOLETE]" + libopac: "Koha Dewey Subclass [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "999" + tagsubfield: "c" + liblibrarian: "Koha biblionumber" + libopac: "Koha biblionumber" + repeatable: 0 + mandatory: 0 + kohafield: biblio.biblionumber + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "999" + tagsubfield: "d" + liblibrarian: "Koha biblioitemnumber" + libopac: "Koha biblioitemnumber" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.biblioitemnumber + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - marc_tag_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "942" + liblibrarian: "ADDED ENTRY ELEMENTS (KOHA)" + libopac: "ADDED ENTRY ELEMENTS (KOHA)" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - marc_subfield_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "942" + tagsubfield: "0" + liblibrarian: "Koha issues (borrowed), all copies" + libopac: "Koha issues (borrowed), all copies" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.totalissues + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "2" + liblibrarian: "Source of classification or shelving scheme" + libopac: "Source of classification or shelving scheme" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.cn_source + tab: 9 + authorised_value: cn_source + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "6" + liblibrarian: "Koha normalized classification for sorting" + libopac: "Koha normalized classification for sorting" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.cn_sort + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 7 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "a" + liblibrarian: "Institution code [OBSOLETE]" + libopac: "Institution code [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "c" + liblibrarian: "Koha item type" + libopac: "Koha item type" + repeatable: 0 + mandatory: 1 + kohafield: biblioitems.itemtype + tab: 9 + authorised_value: itemtypes + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "e" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "h" + liblibrarian: "Classification part" + libopac: "Classification part" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.cn_class + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "i" + liblibrarian: "Item part" + libopac: "Item part" + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.cn_item + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "k" + liblibrarian: "Call number prefix" + libopac: "Call number prefix" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.cn_prefix + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "m" + liblibrarian: "Call number suffix" + libopac: "Call number suffix" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.cn_suffix + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "n" + liblibrarian: "Suppress in OPAC" + libopac: "Suppress in OPAC" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "942" + tagsubfield: "s" + liblibrarian: "Serial record flag" + libopac: "Serial record" + repeatable: 0 + mandatory: 0 + kohafield: biblio.serial + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - marc_tag_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "952" + liblibrarian: "LOCATION AND ITEM INFORMATION (KOHA)" + libopac: "LOCATION AND ITEM INFORMATION (KOHA)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - marc_subfield_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "952" + tagsubfield: "0" + liblibrarian: "Withdrawn status" + libopac: "Withdrawn status" + repeatable: 0 + mandatory: 0 + kohafield: items.withdrawn + tab: 10 + authorised_value: WITHDRAWN + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "1" + liblibrarian: "Lost status" + libopac: "Lost status" + repeatable: 0 + mandatory: 0 + kohafield: items.itemlost + tab: 10 + authorised_value: LOST + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "2" + liblibrarian: "Source of classification or shelving scheme" + libopac: "Source of classification or shelving scheme" + repeatable: 0 + mandatory: 0 + kohafield: items.cn_source + tab: 10 + authorised_value: cn_source + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "3" + liblibrarian: "Materials specified (bound volume or other part)" + libopac: "Materials specified (bound volume or other part)" + repeatable: 0 + mandatory: 0 + kohafield: items.materials + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "4" + liblibrarian: "Damaged status" + libopac: "Damaged status" + repeatable: 0 + mandatory: 0 + kohafield: items.damaged + tab: 10 + authorised_value: DAMAGED + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "5" + liblibrarian: "Use restrictions" + libopac: "Use restrictions" + repeatable: 0 + mandatory: 0 + kohafield: items.restricted + tab: 10 + authorised_value: RESTRICTED + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "6" + liblibrarian: "Koha normalized classification for sorting" + libopac: "Koha normalized classification for sorting" + repeatable: 0 + mandatory: 0 + kohafield: items.cn_sort + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 7 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "7" + liblibrarian: "Not for loan" + libopac: "Not for loan" + repeatable: 0 + mandatory: 0 + kohafield: items.notforloan + tab: 10 + authorised_value: NOT_LOAN + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "8" + liblibrarian: "Collection code" + libopac: "Collection code" + repeatable: 0 + mandatory: 0 + kohafield: items.ccode + tab: 10 + authorised_value: CCODE + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "9" + liblibrarian: "Koha itemnumber (autogenerated)" + libopac: "Koha itemnumber" + repeatable: 0 + mandatory: 0 + kohafield: items.itemnumber + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 7 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "a" + liblibrarian: "Permanent location" + libopac: "Permanent Location" + repeatable: 0 + mandatory: 0 + kohafield: items.homebranch + tab: 10 + authorised_value: branches + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "b" + liblibrarian: "Current location" + libopac: "Current Location" + repeatable: 0 + mandatory: 0 + kohafield: items.holdingbranch + tab: 10 + authorised_value: branches + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "c" + liblibrarian: "Shelving location" + libopac: "Shelving location" + repeatable: 0 + mandatory: 0 + kohafield: items.location + tab: 10 + authorised_value: LOC + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "d" + liblibrarian: "Date acquired" + libopac: "Date acquired" + repeatable: 0 + mandatory: 0 + kohafield: items.dateaccessioned + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: dateaccessioned.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "e" + liblibrarian: "Source of acquisition" + libopac: "Source of acquisition" + repeatable: 0 + mandatory: 0 + kohafield: items.booksellerid + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "f" + liblibrarian: "Coded location qualifier" + libopac: "Coded location qualifier" + repeatable: 0 + mandatory: 0 + kohafield: items.coded_location_qualifier + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "g" + liblibrarian: "Cost, normal purchase price" + libopac: "Cost, normal purchase price" + repeatable: 0 + mandatory: 0 + kohafield: items.price + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "h" + liblibrarian: "Serial Enumeration / chronology" + libopac: "Serial Enumeration / chronology" + repeatable: 0 + mandatory: 0 + kohafield: items.enumchron + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "i" + liblibrarian: "Inventory number" + libopac: "Inventory number" + repeatable: 0 + mandatory: 0 + kohafield: items.stocknumber + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "j" + liblibrarian: "Shelving control number" + libopac: "Shelving control number" + repeatable: 0 + mandatory: 0 + kohafield: items.stack + tab: 10 + authorised_value: STACK + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "l" + liblibrarian: "Total Checkouts" + libopac: "Total Checkouts" + repeatable: 0 + mandatory: 0 + kohafield: items.issues + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "m" + liblibrarian: "Total Renewals" + libopac: "Total Renewals" + repeatable: 0 + mandatory: 0 + kohafield: items.renewals + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "n" + liblibrarian: "Total Holds" + libopac: "Total Holds" + repeatable: 0 + mandatory: 0 + kohafield: items.reserves + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "o" + liblibrarian: "Full call number" + libopac: "Full call number" + repeatable: 0 + mandatory: 0 + kohafield: items.itemcallnumber + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "p" + liblibrarian: "Barcode" + libopac: "Barcode" + repeatable: 0 + mandatory: 0 + kohafield: items.barcode + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: barcode.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "q" + liblibrarian: "Date due" + libopac: "Date due" + repeatable: 0 + mandatory: 0 + kohafield: items.onloan + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "r" + liblibrarian: "Date last seen" + libopac: "Date last seen" + repeatable: 0 + mandatory: 0 + kohafield: items.datelastseen + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "s" + liblibrarian: "Date last checked out" + libopac: "Date last checked out" + repeatable: 0 + mandatory: 0 + kohafield: items.datelastborrowed + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: items.copynumber + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 0 + mandatory: 0 + kohafield: items.uri + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "v" + liblibrarian: "Cost, replacement price" + libopac: "Cost, replacement price" + repeatable: 0 + mandatory: 0 + kohafield: items.replacementprice + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "w" + liblibrarian: "Price effective from" + libopac: "Price effective from" + repeatable: 0 + mandatory: 0 + kohafield: items.replacementpricedate + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "x" + liblibrarian: "Non-public note" + libopac: "Non-public note" + repeatable: 0 + mandatory: 0 + kohafield: items.itemnotes_nonpublic + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "y" + liblibrarian: "Koha item type" + libopac: "Koha item type" + repeatable: 0 + mandatory: 0 + kohafield: items.itype + tab: 10 + authorised_value: itemtypes + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "952" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 0 + mandatory: 0 + kohafield: items.itemnotes + tab: 10 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - marc_tag_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "000" + liblibrarian: "LEADER" + libopac: "LEADER" + repeatable: 0 + mandatory: 1 + authorised_value: "" + frameworkcode: "" + + - tagfield: "001" + liblibrarian: "CONTROL NUMBER" + libopac: "CONTROL NUMBER" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "003" + liblibrarian: "CONTROL NUMBER IDENTIFIER" + libopac: "CONTROL NUMBER IDENTIFIER" + repeatable: 0 + mandatory: 1 + authorised_value: "" + frameworkcode: "" + + - tagfield: "005" + liblibrarian: "DATE AND TIME OF LATEST TRANSACTION" + libopac: "DATE AND TIME OF LATEST TRANSACTION" + repeatable: 0 + mandatory: 1 + authorised_value: "" + frameworkcode: "" + + - tagfield: "006" + liblibrarian: "FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS" + libopac: "FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "007" + liblibrarian: "PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION" + libopac: "PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "008" + liblibrarian: "FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION" + libopac: "FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION" + repeatable: 0 + mandatory: 1 + authorised_value: "" + frameworkcode: "" + + - tagfield: "009" + liblibrarian: "PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]" + libopac: "PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "010" + liblibrarian: "LIBRARY OF CONGRESS CONTROL NUMBER" + libopac: "LIBRARY OF CONGRESS CONTROL NUMBER" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "011" + liblibrarian: "LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]" + libopac: "LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "013" + liblibrarian: "PATENT CONTROL INFORMATION" + libopac: "PATENT CONTROL INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "015" + liblibrarian: "NATIONAL BIBLIOGRAPHY NUMBER" + libopac: "NATIONAL BIBLIOGRAPHY NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "016" + liblibrarian: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER" + libopac: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "017" + liblibrarian: "COPYRIGHT OR LEGAL DEPOSIT NUMBER" + libopac: "COPYRIGHT OR LEGAL DEPOSIT NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "018" + liblibrarian: "COPYRIGHT ARTICLE-FEE CODE" + libopac: "COPYRIGHT ARTICLE-FEE CODE" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "020" + liblibrarian: "INTERNATIONAL STANDARD BOOK NUMBER" + libopac: "INTERNATIONAL STANDARD BOOK NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "022" + liblibrarian: "INTERNATIONAL STANDARD SERIAL NUMBER" + libopac: "INTERNATIONAL STANDARD SERIAL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "023" + liblibrarian: "STANDARD FILM NUMBER (VM) [DELETED]" + libopac: "STANDARD FILM NUMBER (VM) [DELETED]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "024" + liblibrarian: "OTHER STANDARD IDENTIFIER" + libopac: "OTHER STANDARD IDENTIFIER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "025" + liblibrarian: "OVERSEAS ACQUISITION NUMBER" + libopac: "OVERSEAS ACQUISITION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "026" + liblibrarian: "FINGERPRINT IDENTIFIER" + libopac: "FINGERPRINT IDENTIFIER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "027" + liblibrarian: "STANDARD TECHNICAL REPORT NUMBER" + libopac: "STANDARD TECHNICAL REPORT NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "028" + liblibrarian: "PUBLISHER OR DISTRIBUTOR NUMBER" + libopac: "PUBLISHER OR DISTRIBUTOR NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "029" + liblibrarian: "OTHER SYSTEM CONTROL NUMBER (OCLC)" + libopac: "OTHER SYSTEM CONTROL NUMBER (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "030" + liblibrarian: "CODEN DESIGNATION" + libopac: "CODEN DESIGNATION" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "031" + liblibrarian: "MUSICAL INCIPITS INFORMATION" + libopac: "MUSICAL INCIPITS INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "032" + liblibrarian: "POSTAL REGISTRATION NUMBER" + libopac: "POSTAL REGISTRATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "033" + liblibrarian: "DATE/TIME AND PLACE OF AN EVENT" + libopac: "DATE/TIME AND PLACE OF AN EVENT" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "034" + liblibrarian: "CODED CARTOGRAPHIC MATHEMATICAL DATA" + libopac: "CODED CARTOGRAPHIC MATHEMATICAL DATA" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "035" + liblibrarian: "SYSTEM CONTROL NUMBER" + libopac: "SYSTEM CONTROL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "036" + liblibrarian: "ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES" + libopac: "ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "037" + liblibrarian: "SOURCE OF ACQUISITION" + libopac: "SOURCE OF ACQUISITION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "038" + liblibrarian: "RECORD CONTENT LICENSOR" + libopac: "RECORD CONTENT LICENSOR" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "039" + liblibrarian: "LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]" + libopac: "LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "040" + liblibrarian: "CATALOGING SOURCE" + libopac: "CATALOGING SOURCE" + repeatable: 0 + mandatory: 1 + authorised_value: + frameworkcode: "" + + - tagfield: "041" + liblibrarian: "LANGUAGE CODE" + libopac: "LANGUAGE CODE" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "042" + liblibrarian: "AUTHENTICATION CODE" + libopac: "AUTHENTICATION CODE" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "043" + liblibrarian: "GEOGRAPHIC AREA CODE" + libopac: "GEOGRAPHIC AREA CODE" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "044" + liblibrarian: "COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE" + libopac: "COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "045" + liblibrarian: "TIME PERIOD OF CONTENT" + libopac: "TIME PERIOD OF CONTENT" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "046" + liblibrarian: "SPECIAL CODED DATES" + libopac: "SPECIAL CODED DATES" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "047" + liblibrarian: "FORM OF MUSICAL COMPOSITION CODE" + libopac: "FORM OF MUSICAL COMPOSITION CODE" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "048" + liblibrarian: "NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE" + libopac: "NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "049" + liblibrarian: "LOCAL HOLDINGS (OCLC)" + libopac: "LOCAL HOLDINGS (OCLC)" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "050" + liblibrarian: "LIBRARY OF CONGRESS CALL NUMBER" + libopac: "LIBRARY OF CONGRESS CALL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "051" + liblibrarian: "LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT" + libopac: "LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "052" + liblibrarian: "GEOGRAPHIC CLASSIFICATION" + libopac: "GEOGRAPHIC CLASSIFICATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "055" + liblibrarian: "CLASSIFICATION NUMBERS ASSIGNED IN CANADA" + libopac: "CLASSIFICATION NUMBERS ASSIGNED IN CANADA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "060" + liblibrarian: "NATIONAL LIBRARY OF MEDICINE CALL NUMBER" + libopac: "NATIONAL LIBRARY OF MEDICINE CALL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "061" + liblibrarian: "NATIONAL LIBRARY OF MEDICINE COPY STATEMENT" + libopac: "NATIONAL LIBRARY OF MEDICINE COPY STATEMENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "066" + liblibrarian: "CHARACTER SETS PRESENT" + libopac: "CHARACTER SETS PRESENT" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "070" + liblibrarian: "NATIONAL AGRICULTURAL LIBRARY CALL NUMBER" + libopac: "NATIONAL AGRICULTURAL LIBRARY CALL NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "071" + liblibrarian: "NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT" + libopac: "NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "072" + liblibrarian: "SUBJECT CATEGORY CODE" + libopac: "SUBJECT CATEGORY CODE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "074" + liblibrarian: "GPO ITEM NUMBER" + libopac: "GPO ITEM NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "080" + liblibrarian: "UNIVERSAL DECIMAL CLASSIFICATION NUMBER" + libopac: "UNIVERSAL DECIMAL CLASSIFICATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "082" + liblibrarian: "DEWEY DECIMAL CLASSIFICATION NUMBER" + libopac: "DEWEY DECIMAL CLASSIFICATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "083" + liblibrarian: "ADDITIONAL DEWEY DECIMAL CLASSIFICATION NUMBER" + libopac: "ADDITIONAL DEWEY DECIMAL CLASSIFICATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "084" + liblibrarian: "OTHER CLASSIFICATION NUMBER" + libopac: "OTHER CLASSIFICATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "085" + liblibrarian: "SYNTHESIZED CLASSIFICATION NUMBER COMPONENTS" + libopac: "SYNTHESIZED CLASSIFICATION NUMBER COMPONENTS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "086" + liblibrarian: "GOVERNMENT DOCUMENT CLASSIFICATION NUMBER" + libopac: "GOVERNMENT DOCUMENT CLASSIFICATION NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "087" + liblibrarian: "REPORT NUMBER [OBSOLETE, CAN/MARC]" + libopac: "REPORT NUMBER [OBSOLETE, CAN/MARC]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "088" + liblibrarian: "REPORT NUMBER" + libopac: "REPORT NUMBER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "090" + liblibrarian: "LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)" + libopac: "LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "091" + liblibrarian: "MICROFILM SHELF LOCATION (AM) [OBSOLETE]" + libopac: "MICROFILM SHELF LOCATION (AM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "092" + liblibrarian: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)" + libopac: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "096" + liblibrarian: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)" + libopac: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "098" + liblibrarian: "OTHER CLASSIFICATION SCHEMES (OCLC)" + libopac: "OTHER CLASSIFICATION SCHEMES (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "099" + liblibrarian: "LOCAL FREE-TEXT CALL NUMBER (OCLC)" + libopac: "LOCAL FREE-TEXT CALL NUMBER (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "100" + liblibrarian: "MAIN ENTRY--PERSONAL NAME" + libopac: "MAIN ENTRY--PERSONAL NAME" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "110" + liblibrarian: "MAIN ENTRY--CORPORATE NAME" + libopac: "MAIN ENTRY--CORPORATE NAME" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "111" + liblibrarian: "MAIN ENTRY--MEETING NAME" + libopac: "MAIN ENTRY--MEETING NAME" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "130" + liblibrarian: "MAIN ENTRY--UNIFORM TITLE" + libopac: "MAIN ENTRY--UNIFORM TITLE" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "210" + liblibrarian: "ABBREVIATED TITLE" + libopac: "ABBREVIATED TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "211" + liblibrarian: "ACRONYM OR SHORTENED TITLE [OBSOLETE]" + libopac: "ACRONYM OR SHORTENED TITLE [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "212" + liblibrarian: "VARIANT ACCESS TITLE [OBSOLETE]" + libopac: "VARIANT ACCESS TITLE [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "214" + liblibrarian: "AUGMENTED TITLE [OBSOLETE]" + libopac: "AUGMENTED TITLE [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "222" + liblibrarian: "KEY TITLE" + libopac: "KEY TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "240" + liblibrarian: "UNIFORM TITLE" + libopac: "UNIFORM TITLE" + repeatable: 0 + mandatory: 0 + authorised_value: Unititle + frameworkcode: "" + + - tagfield: "241" + liblibrarian: "ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]" + libopac: "ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "242" + liblibrarian: "TRANSLATION OF TITLE BY CATALOGING AGENCY" + libopac: "TRANSLATION OF TITLE BY CATALOGING AGENCY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "243" + liblibrarian: "COLLECTIVE UNIFORM TITLE" + libopac: "COLLECTIVE UNIFORM TITLE" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "245" + liblibrarian: "TITLE STATEMENT" + libopac: "TITLE STATEMENT" + repeatable: 0 + mandatory: 1 + authorised_value: "" + frameworkcode: "" + + - tagfield: "246" + liblibrarian: "VARYING FORM OF TITLE" + libopac: "VARYING FORM OF TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "247" + liblibrarian: "FORMER TITLE" + libopac: "FORMER TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "250" + liblibrarian: "EDITION STATEMENT" + libopac: "EDITION STATEMENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "251" + liblibrarian: "VERSION INFORMATION" + libopac: "VERSION INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "254" + liblibrarian: "MUSICAL PRESENTATION STATEMENT" + libopac: "MUSICAL PRESENTATION STATEMENT" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "255" + liblibrarian: "CARTOGRAPHIC MATHEMATICAL DATA" + libopac: "CARTOGRAPHIC MATHEMATICAL DATA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "256" + liblibrarian: "COMPUTER FILE CHARACTERISTICS" + libopac: "COMPUTER FILE CHARACTERISTICS" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "257" + liblibrarian: "COUNTRY OF PRODUCING ENTITY" + libopac: "COUNTRY OF PRODUCING ENTITY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "258" + liblibrarian: "PHILATELIC ISSUE DATA" + libopac: "PHILATELIC ISSUE DATA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "260" + liblibrarian: "PUBLICATION, DISTRIBUTION, ETC." + libopac: "PUBLICATION, DISTRIBUTION, ETC." + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "261" + liblibrarian: "IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]" + libopac: "IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "262" + liblibrarian: "IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]" + libopac: "IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "263" + liblibrarian: "PROJECTED PUBLICATION DATE" + libopac: "PROJECTED PUBLICATION DATE" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "264" + liblibrarian: "PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE" + libopac: "PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "265" + liblibrarian: "SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]" + libopac: "SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "270" + liblibrarian: "ADDRESS" + libopac: "ADDRESS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "300" + liblibrarian: "PHYSICAL DESCRIPTION" + libopac: "PHYSICAL DESCRIPTION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "301" + liblibrarian: "PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]" + libopac: "PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "302" + liblibrarian: "PAGE OR ITEM COUNT (BK AM) [OBSOLETE]" + libopac: "PAGE OR ITEM COUNT (BK AM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "303" + liblibrarian: "UNIT COUNT (AM) [OBSOLETE, USMARC]" + libopac: "UNIT COUNT (AM) [OBSOLETE, USMARC]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "304" + liblibrarian: "LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]" + libopac: "LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "305" + liblibrarian: "PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]" + libopac: "PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "306" + liblibrarian: "PLAYING TIME" + libopac: "PLAYING TIME" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "307" + liblibrarian: "HOURS, ETC." + libopac: "HOURS, ETC." + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "308" + liblibrarian: "PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]" + libopac: "PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "310" + liblibrarian: "CURRENT PUBLICATION FREQUENCY" + libopac: "CURRENT PUBLICATION FREQUENCY" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "315" + liblibrarian: "FREQUENCY (CF MP) [OBSOLETE]" + libopac: "FREQUENCY (CF MP) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "321" + liblibrarian: "FORMER PUBLICATION FREQUENCY" + libopac: "FORMER PUBLICATION FREQUENCY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "336" + liblibrarian: "CONTENT TYPE" + libopac: "CONTENT TYPE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "337" + liblibrarian: "MEDIA TYPE" + libopac: "MEDIA TYPE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "338" + liblibrarian: "CARRIER TYPE" + libopac: "CARRIER TYPE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "340" + liblibrarian: "PHYSICAL MEDIUM" + libopac: "PHYSICAL MEDIUM" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "341" + liblibrarian: "ACCESSIBILITY CONTENT" + libopac: "ACCESSIBILITY CONTENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "342" + liblibrarian: "GEOSPATIAL REFERENCE DATA" + libopac: "GEOSPATIAL REFERENCE DATA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "343" + liblibrarian: "PLANAR COORDINATE DATA" + libopac: "PLANAR COORDINATE DATA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "344" + liblibrarian: "SOUND CHARACTERISTICS" + libopac: "SOUND CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "345" + liblibrarian: "PROJECTION CHARACTERISTICS OF MOVING IMAGE" + libopac: "PROJECTION CHARACTERISTICS OF MOVING IMAGE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "346" + liblibrarian: "VIDEO CHARACTERISTICS" + libopac: "VIDEO CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "347" + liblibrarian: "DIGITAL FILE CHARACTERISTICS" + libopac: "DIGITAL FILE CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "348" + liblibrarian: "FORMAT OF NOTATED MUSIC" + libopac: "FORMAT OF NOTATED MUSIC" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "350" + liblibrarian: "PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]" + libopac: "PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "351" + liblibrarian: "ORGANIZATION AND ARRANGEMENT OF MATERIALS" + libopac: "ORGANIZATION AND ARRANGEMENT OF MATERIALS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "352" + liblibrarian: "DIGITAL GRAPHIC REPRESENTATION" + libopac: "DIGITAL GRAPHIC REPRESENTATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "355" + liblibrarian: "SECURITY CLASSIFICATION CONTROL" + libopac: "SECURITY CLASSIFICATION CONTROL" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "357" + liblibrarian: "ORIGINATOR DISSEMINATION CONTROL" + libopac: "ORIGINATOR DISSEMINATION CONTROL" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "359" + liblibrarian: "RENTAL PRICE (VM) [OBSOLETE]" + libopac: "RENTAL PRICE (VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "362" + liblibrarian: "DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION" + libopac: "DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "363" + liblibrarian: "NORMALIZED DATE AND SEQUENTIAL DESIGNATION" + libopac: "NORMALIZED DATE AND SEQUENTIAL DESIGNATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "365" + liblibrarian: "TRADE PRICE" + libopac: "TRADE PRICE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "366" + liblibrarian: "TRADE AVAILABILITY INFORMATION" + libopac: "TRADE AVAILABILITY INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "370" + liblibrarian: "ASSOCIATED PLACE" + libopac: "ASSOCIATED PLACE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "377" + liblibrarian: "ASSOCIATED LANGUAGE" + libopac: "ASSOCIATED LANGUAGE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "380" + liblibrarian: "FORM OF WORK" + libopac: "FORM OF WORK" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "381" + liblibrarian: "OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION" + libopac: "OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "382" + liblibrarian: "MEDIUM OF PERFORMANCE" + libopac: "MEDIUM OF PERFORMANCE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "383" + liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK" + libopac: "NUMERIC DESIGNATION OF MUSICAL WORK" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "384" + liblibrarian: "KEY" + libopac: "KEY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "385" + liblibrarian: "AUDIENCE CHARACTERISTICS" + libopac: "AUDIENCE CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "386" + liblibrarian: "CREATOR/CONTRIBUTOR CHARACTERISTICS" + libopac: "CREATOR/CONTRIBUTOR CHARACTERISTICS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "388" + liblibrarian: "TIME PERIOD OF CREATION" + libopac: "TIME PERIOD OF CREATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "400" + liblibrarian: "SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + libopac: "SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "410" + liblibrarian: "SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + libopac: "SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "411" + liblibrarian: "SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + libopac: "SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "440" + liblibrarian: "SERIES STATEMENT/ADDED ENTRY--TITLE" + libopac: "SERIES STATEMENT/ADDED ENTRY--TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "490" + liblibrarian: "SERIES STATEMENT" + libopac: "SERIES STATEMENT" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "500" + liblibrarian: "GENERAL NOTE" + libopac: "GENERAL NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "501" + liblibrarian: "WITH NOTE" + libopac: "WITH NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "502" + liblibrarian: "DISSERTATION NOTE" + libopac: "DISSERTATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "503" + liblibrarian: "BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]" + libopac: "BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "504" + liblibrarian: "BIBLIOGRAPHY, ETC. NOTE" + libopac: "BIBLIOGRAPHY, ETC. NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "505" + liblibrarian: "FORMATTED CONTENTS NOTE" + libopac: "FORMATTED CONTENTS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "506" + liblibrarian: "RESTRICTIONS ON ACCESS NOTE" + libopac: "RESTRICTIONS ON ACCESS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "507" + liblibrarian: "SCALE NOTE FOR GRAPHIC MATERIAL" + libopac: "SCALE NOTE FOR GRAPHIC MATERIAL" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "508" + liblibrarian: "CREATION/PRODUCTION CREDITS NOTE" + libopac: "CREATION/PRODUCTION CREDITS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "509" + liblibrarian: "INFORMAL NOTES (RLIN)" + libopac: "INFORMAL NOTES (RLIN)" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "510" + liblibrarian: "CITATION/REFERENCES NOTE" + libopac: "CITATION/REFERENCES NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "511" + liblibrarian: "PARTICIPANT OR PERFORMER NOTE" + libopac: "PARTICIPANT OR PERFORMER NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "512" + liblibrarian: "EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]" + libopac: "EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "513" + liblibrarian: "TYPE OF REPORT AND PERIOD COVERED NOTE" + libopac: "TYPE OF REPORT AND PERIOD COVERED NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "514" + liblibrarian: "DATA QUALITY NOTE" + libopac: "DATA QUALITY NOTE" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "515" + liblibrarian: "NUMBERING PECULIARITIES NOTE" + libopac: "NUMBERING PECULIARITIES NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "516" + liblibrarian: "TYPE OF COMPUTER FILE OR DATA NOTE" + libopac: "TYPE OF COMPUTER FILE OR DATA NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "517" + liblibrarian: "CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]" + libopac: "CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "518" + liblibrarian: "DATE/TIME AND PLACE OF AN EVENT NOTE" + libopac: "DATE/TIME AND PLACE OF AN EVENT NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "520" + liblibrarian: "SUMMARY, ETC." + libopac: "SUMMARY, ETC." + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "521" + liblibrarian: "TARGET AUDIENCE NOTE" + libopac: "TARGET AUDIENCE NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "522" + liblibrarian: "GEOGRAPHIC COVERAGE NOTE" + libopac: "GEOGRAPHIC COVERAGE NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "523" + liblibrarian: "TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]" + libopac: "TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "524" + liblibrarian: "PREFERRED CITATION OF DESCRIBED MATERIALS NOTE" + libopac: "PREFERRED CITATION OF DESCRIBED MATERIALS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "525" + liblibrarian: "SUPPLEMENT NOTE" + libopac: "SUPPLEMENT NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "526" + liblibrarian: "STUDY PROGRAM INFORMATION NOTE" + libopac: "STUDY PROGRAM INFORMATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "527" + liblibrarian: "CENSORSHIP NOTE (VM) [OBSOLETE]" + libopac: "CENSORSHIP NOTE (VM) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "530" + liblibrarian: "ADDITIONAL PHYSICAL FORM AVAILABLE NOTE" + libopac: "ADDITIONAL PHYSICAL FORM AVAILABLE NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "532" + liblibrarian: "ACCESSIBILITY NOTE" + libopac: "ACCESSIBILITY NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "533" + liblibrarian: "REPRODUCTION NOTE" + libopac: "REPRODUCTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "534" + liblibrarian: "ORIGINAL VERSION NOTE" + libopac: "ORIGINAL VERSION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "535" + liblibrarian: "LOCATION OF ORIGINALS/DUPLICATES NOTE" + libopac: "LOCATION OF ORIGINALS/DUPLICATES NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "536" + liblibrarian: "FUNDING INFORMATION NOTE" + libopac: "FUNDING INFORMATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "537" + liblibrarian: "SOURCE OF DATA NOTE (CF) [OBSOLETE]" + libopac: "SOURCE OF DATA NOTE (CF) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "538" + liblibrarian: "SYSTEM DETAILS NOTE" + libopac: "SYSTEM DETAILS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "540" + liblibrarian: "TERMS GOVERNING USE AND REPRODUCTION NOTE" + libopac: "TERMS GOVERNING USE AND REPRODUCTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "541" + liblibrarian: "IMMEDIATE SOURCE OF ACQUISITION NOTE" + libopac: "IMMEDIATE SOURCE OF ACQUISITION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "542" + liblibrarian: "INFORMATION RELATING TO COPYRIGHT STATUS" + libopac: "INFORMATION RELATING TO COPYRIGHT STATUS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "543" + liblibrarian: "SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]" + libopac: "SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "544" + liblibrarian: "LOCATION OF OTHER ARCHIVAL MATERIALS NOTE" + libopac: "LOCATION OF OTHER ARCHIVAL MATERIALS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "545" + liblibrarian: "BIOGRAPHICAL OR HISTORICAL DATA" + libopac: "BIOGRAPHICAL OR HISTORICAL DATA" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "546" + liblibrarian: "LANGUAGE NOTE" + libopac: "LANGUAGE NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "547" + liblibrarian: "FORMER TITLE COMPLEXITY NOTE" + libopac: "FORMER TITLE COMPLEXITY NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "550" + liblibrarian: "ISSUING BODY NOTE" + libopac: "ISSUING BODY NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "552" + liblibrarian: "ENTITY AND ATTRIBUTE INFORMATION NOTE" + libopac: "ENTITY AND ATTRIBUTE INFORMATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "555" + liblibrarian: "CUMULATIVE INDEX/FINDING AIDS NOTE" + libopac: "CUMULATIVE INDEX/FINDING AIDS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "556" + liblibrarian: "INFORMATION ABOUT DOCUMENTATION NOTE" + libopac: "INFORMATION ABOUT DOCUMENTATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "561" + liblibrarian: "OWNERSHIP AND CUSTODIAL HISTORY" + libopac: "OWNERSHIP AND CUSTODIAL HISTORY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "562" + liblibrarian: "COPY AND VERSION IDENTIFICATION NOTE" + libopac: "COPY AND VERSION IDENTIFICATION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "563" + liblibrarian: "BINDING INFORMATION" + libopac: "BINDING INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "565" + liblibrarian: "CASE FILE CHARACTERISTICS NOTE" + libopac: "CASE FILE CHARACTERISTICS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "567" + liblibrarian: "METHODOLOGY NOTE" + libopac: "METHODOLOGY NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "570" + liblibrarian: "EDITOR NOTE (SE) [OBSOLETE]" + libopac: "EDITOR NOTE (SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "580" + liblibrarian: "LINKING ENTRY COMPLEXITY NOTE" + libopac: "LINKING ENTRY COMPLEXITY NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "581" + liblibrarian: "PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE" + libopac: "PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "582" + liblibrarian: "RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]" + libopac: "RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "583" + liblibrarian: "ACTION NOTE" + libopac: "ACTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "584" + liblibrarian: "ACCUMULATION AND FREQUENCY OF USE NOTE" + libopac: "ACCUMULATION AND FREQUENCY OF USE NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "585" + liblibrarian: "EXHIBITIONS NOTE" + libopac: "EXHIBITIONS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "586" + liblibrarian: "AWARDS NOTE" + libopac: "AWARDS NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "588" + liblibrarian: "SOURCE OF DESCRIPTION NOTE" + libopac: "SOURCE OF DESCRIPTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "590" + liblibrarian: "LOCAL NOTE (RLIN)" + libopac: "LOCAL NOTE (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "600" + liblibrarian: "SUBJECT ADDED ENTRY--PERSONAL NAME" + libopac: "SUBJECT ADDED ENTRY--PERSONAL NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "610" + liblibrarian: "SUBJECT ADDED ENTRY--CORPORATE NAME" + libopac: "SUBJECT ADDED ENTRY--CORPORATE NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "611" + liblibrarian: "SUBJECT ADDED ENTRY--MEETING NAME" + libopac: "SUBJECT ADDED ENTRY--MEETING NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "630" + liblibrarian: "SUBJECT ADDED ENTRY--UNIFORM TITLE" + libopac: "SUBJECT ADDED ENTRY--UNIFORM TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "647" + liblibrarian: "SUBJECT ADDED ENTRY--NAMED EVENT" + libopac: "SUBJECT ADDED ENTRY--NAMED EVENT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "648" + liblibrarian: "SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM" + libopac: "SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "650" + liblibrarian: "SUBJECT ADDED ENTRY--TOPICAL TERM" + libopac: "SUBJECT ADDED ENTRY--TOPICAL TERM" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "651" + liblibrarian: "SUBJECT ADDED ENTRY--GEOGRAPHIC NAME" + libopac: "SUBJECT ADDED ENTRY--GEOGRAPHIC NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "652" + liblibrarian: "SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]" + libopac: "SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "653" + liblibrarian: "INDEX TERM--UNCONTROLLED" + libopac: "INDEX TERM--UNCONTROLLED" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "654" + liblibrarian: "SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS" + libopac: "SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "655" + liblibrarian: "INDEX TERM--GENRE/FORM" + libopac: "INDEX TERM--GENRE/FORM" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "656" + liblibrarian: "INDEX TERM--OCCUPATION" + libopac: "INDEX TERM--OCCUPATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "657" + liblibrarian: "INDEX TERM--FUNCTION" + libopac: "INDEX TERM--FUNCTION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "658" + liblibrarian: "INDEX TERM--CURRICULUM OBJECTIVE" + libopac: "INDEX TERM--CURRICULUM OBJECTIVE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "662" + liblibrarian: "SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME" + libopac: "SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "688" + liblibrarian: "SUBJECT ADDED ENTRY--TYPE OF ENTITY UNSPECIFIED" + libopac: "SUBJECT ADDED ENTRY--TYPE OF ENTITY UNSPECIFIED" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "690" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "691" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "696" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "697" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "698" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "699" + liblibrarian: "LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)" + libopac: "LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "700" + liblibrarian: "ADDED ENTRY--PERSONAL NAME" + libopac: "ADDED ENTRY--PERSONAL NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "705" + liblibrarian: "ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]" + libopac: "ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "710" + liblibrarian: "ADDED ENTRY--CORPORATE NAME" + libopac: "ADDED ENTRY--CORPORATE NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "711" + liblibrarian: "ADDED ENTRY--MEETING NAME" + libopac: "ADDED ENTRY--MEETING NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "715" + liblibrarian: "ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]" + libopac: "ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "720" + liblibrarian: "ADDED ENTRY--UNCONTROLLED NAME" + libopac: "ADDED ENTRY--UNCONTROLLED NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "730" + liblibrarian: "ADDED ENTRY--UNIFORM TITLE" + libopac: "ADDED ENTRY--UNIFORM TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "740" + liblibrarian: "ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE" + libopac: "ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "751" + liblibrarian: "ADDED ENTRY-GEOGRAPHIC NAME" + libopac: "ADDED ENTRY-GEOGRAPHIC NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "752" + liblibrarian: "ADDED ENTRY--HIERARCHICAL PLACE NAME" + libopac: "ADDED ENTRY--HIERARCHICAL PLACE NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "753" + liblibrarian: "SYSTEM DETAILS ACCESS TO COMPUTER FILES" + libopac: "SYSTEM DETAILS ACCESS TO COMPUTER FILES" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "754" + liblibrarian: "ADDED ENTRY--TAXONOMIC IDENTIFICATION" + libopac: "ADDED ENTRY--TAXONOMIC IDENTIFICATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "755" + liblibrarian: "ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]" + libopac: "ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "758" + liblibrarian: "RESOURCE IDENTIFIER" + libopac: "RESOURCE IDENTIFIER" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "760" + liblibrarian: "MAIN SERIES ENTRY" + libopac: "MAIN SERIES ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "762" + liblibrarian: "SUBSERIES ENTRY" + libopac: "SUBSERIES ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "765" + liblibrarian: "ORIGINAL LANGUAGE ENTRY" + libopac: "ORIGINAL LANGUAGE ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "767" + liblibrarian: "TRANSLATION ENTRY" + libopac: "TRANSLATION ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "770" + liblibrarian: "SUPPLEMENT/SPECIAL ISSUE ENTRY" + libopac: "SUPPLEMENT/SPECIAL ISSUE ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "772" + liblibrarian: "SUPPLEMENT PARENT ENTRY" + libopac: "SUPPLEMENT PARENT ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "773" + liblibrarian: "HOST ITEM ENTRY" + libopac: "HOST ITEM ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "774" + liblibrarian: "CONSTITUENT UNIT ENTRY" + libopac: "CONSTITUENT UNIT ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "775" + liblibrarian: "OTHER EDITION ENTRY" + libopac: "OTHER EDITION ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "776" + liblibrarian: "ADDITIONAL PHYSICAL FORM ENTRY" + libopac: "ADDITIONAL PHYSICAL FORM ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "777" + liblibrarian: "ISSUED WITH ENTRY" + libopac: "ISSUED WITH ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "780" + liblibrarian: "PRECEDING ENTRY" + libopac: "PRECEDING ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "785" + liblibrarian: "SUCCEEDING ENTRY" + libopac: "SUCCEEDING ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "786" + liblibrarian: "DATA SOURCE ENTRY" + libopac: "DATA SOURCE ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "787" + liblibrarian: "OTHER RELATIONSHIP ENTRY" + libopac: "OTHER RELATIONSHIP ENTRY" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "789" + liblibrarian: "COMPONENT ITEM ENTRY (RLIN)" + libopac: "COMPONENT ITEM ENTRY (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "796" + liblibrarian: "LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)" + libopac: "LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "797" + liblibrarian: "LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)" + libopac: "LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "798" + liblibrarian: "LOCAL ADDED ENTRY--MEETING NAME (RLIN)" + libopac: "LOCAL ADDED ENTRY--MEETING NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "799" + liblibrarian: "LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)" + libopac: "LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "800" + liblibrarian: "SERIES ADDED ENTRY--PERSONAL NAME" + libopac: "SERIES ADDED ENTRY--PERSONAL NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "810" + liblibrarian: "SERIES ADDED ENTRY--CORPORATE NAME" + libopac: "SERIES ADDED ENTRY--CORPORATE NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "811" + liblibrarian: "SERIES ADDED ENTRY--MEETING NAME" + libopac: "SERIES ADDED ENTRY--MEETING NAME" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "830" + liblibrarian: "SERIES ADDED ENTRY--UNIFORM TITLE" + libopac: "SERIES ADDED ENTRY--UNIFORM TITLE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "840" + liblibrarian: "SERIES ADDED ENTRY--TITLE [OBSOLETE]" + libopac: "SERIES ADDED ENTRY--TITLE [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "841" + liblibrarian: "HOLDINGS CODED DATA VALUES" + libopac: "HOLDINGS CODED DATA VALUES" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "842" + liblibrarian: "TEXTUAL PHYSICAL FORM DESIGNATOR" + libopac: "TEXTUAL PHYSICAL FORM DESIGNATOR" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "843" + liblibrarian: "REPRODUCTION NOTE" + libopac: "REPRODUCTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "844" + liblibrarian: "NAME OF UNIT" + libopac: "NAME OF UNIT" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "845" + liblibrarian: "TERMS GOVERNING USE AND REPRODUCTION NOTE" + libopac: "TERMS GOVERNING USE AND REPRODUCTION NOTE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "850" + liblibrarian: "HOLDING INSTITUTION" + libopac: "HOLDING INSTITUTION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "851" + liblibrarian: "LOCATION [OBSOLETE]" + libopac: "LOCATION [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "852" + liblibrarian: "LOCATION" + libopac: "LOCATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "853" + liblibrarian: "CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT" + libopac: "CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "854" + liblibrarian: "CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL" + libopac: "CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "855" + liblibrarian: "CAPTIONS AND PATTERN--INDEXES" + libopac: "CAPTIONS AND PATTERN--INDEXES" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "856" + liblibrarian: "ELECTRONIC LOCATION AND ACCESS" + libopac: "ELECTRONIC LOCATION AND ACCESS" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "859" + liblibrarian: "LOCAL CONTROL INFORMATION (RLIN)" + libopac: "LOCAL CONTROL INFORMATION (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "863" + liblibrarian: "ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT" + libopac: "ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "864" + liblibrarian: "ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL" + libopac: "ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "865" + liblibrarian: "ENUMERATION AND CHRONOLOGY--INDEXES" + libopac: "ENUMERATION AND CHRONOLOGY--INDEXES" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "866" + liblibrarian: "TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT" + libopac: "TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "867" + liblibrarian: "TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL" + libopac: "TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "868" + liblibrarian: "TEXTUAL HOLDINGS--INDEXES" + libopac: "TEXTUAL HOLDINGS--INDEXES" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "870" + liblibrarian: "VARIANT PERSONAL NAME (SE) [OBSOLETE]" + libopac: "VARIANT PERSONAL NAME (SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "871" + liblibrarian: "VARIANT CORPORATE NAME (SE)[OBSOLETE]" + libopac: "VARIANT CORPORATE NAME (SE)[OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "872" + liblibrarian: "VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]" + libopac: "VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "873" + liblibrarian: "VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]" + libopac: "VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "876" + liblibrarian: "ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT" + libopac: "ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "877" + liblibrarian: "ITEM INFORMATION--SUPPLEMENTARY MATERIAL" + libopac: "ITEM INFORMATION--SUPPLEMENTARY MATERIAL" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "878" + liblibrarian: "ITEM INFORMATION--INDEXES" + libopac: "ITEM INFORMATION--INDEXES" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "880" + liblibrarian: "ALTERNATE GRAPHIC REPRESENTATION" + libopac: "ALTERNATE GRAPHIC REPRESENTATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "882" + liblibrarian: "REPLACEMENT RECORD INFORMATION" + libopac: "REPLACEMENT RECORD INFORMATION" + repeatable: 0 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "883" + liblibrarian: "MACHINE-GENERATED METADATA PROVENANCE" + libopac: "MACHINE-GENERATED METADATA PROVENANCE" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "884" + liblibrarian: "DESCRIPTION CONVERSION INFORMATION" + libopac: "DESCRIPTION CONVERSION INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "885" + liblibrarian: "MATCHING INFORMATION" + libopac: "MATCHING INFORMATION" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "886" + liblibrarian: "FOREIGN MARC INFORMATION FIELD" + libopac: "FOREIGN MARC INFORMATION FIELD" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "887" + liblibrarian: "NON-MARC INFORMATION FIELD" + libopac: "NON-MARC INFORMATION FIELD" + repeatable: 1 + mandatory: 0 + authorised_value: + frameworkcode: "" + + - tagfield: "896" + liblibrarian: "LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)" + libopac: "LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "897" + liblibrarian: "LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)" + libopac: "LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "898" + liblibrarian: "LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)" + libopac: "LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "899" + liblibrarian: "LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)" + libopac: "LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "900" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "901" + liblibrarian: "LOCAL DATA ELEMENT A, LDA (RLIN)" + libopac: "LOCAL DATA ELEMENT A, LDA (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "902" + liblibrarian: "LOCAL DATA ELEMENT B, LDB (RLIN)" + libopac: "LOCAL DATA ELEMENT B, LDB (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "903" + liblibrarian: "LOCAL DATA ELEMENT C, LDC (RLIN)" + libopac: "LOCAL DATA ELEMENT C, LDC (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "904" + liblibrarian: "LOCAL DATA ELEMENT D, LDD (RLIN)" + libopac: "LOCAL DATA ELEMENT D, LDD (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "905" + liblibrarian: "LOCAL DATA ELEMENT E, LDE (RLIN)" + libopac: "LOCAL DATA ELEMENT E, LDE (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "906" + liblibrarian: "LOCAL DATA ELEMENT F, LDF (RLIN)" + libopac: "LOCAL DATA ELEMENT F, LDF (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "907" + liblibrarian: "LOCAL DATA ELEMENT G, LDG (RLIN)" + libopac: "LOCAL DATA ELEMENT G, LDG (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "908" + liblibrarian: "PUT COMMAND PARAMETER (RLIN)" + libopac: "PUT COMMAND PARAMETER (RLIN)" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "910" + liblibrarian: "USER-OPTION DATA (OCLC)" + libopac: "USER-OPTION DATA (OCLC)" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "911" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "930" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "936" + liblibrarian: "OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)" + libopac: "OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)" + repeatable: 0 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "940" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "941" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "943" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "945" + liblibrarian: "LOCAL PROCESSING INFORMATION (OCLC)" + libopac: "LOCAL PROCESSING INFORMATION (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "946" + liblibrarian: "LOCAL PROCESSING INFORMATION (OCLC)" + libopac: "LOCAL PROCESSING INFORMATION (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "947" + liblibrarian: "LOCAL PROCESSING INFORMATION (OCLC)" + libopac: "LOCAL PROCESSING INFORMATION (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "948" + liblibrarian: "LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)" + libopac: "LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "949" + liblibrarian: "LOCAL PROCESSING INFORMATION (OCLC)" + libopac: "LOCAL PROCESSING INFORMATION (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "950" + liblibrarian: "LOCAL HOLDINGS (RLIN)" + libopac: "LOCAL HOLDINGS (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "951" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "955" + liblibrarian: "COPY-LEVEL INFORMATION (RLIN)" + libopac: "COPY-LEVEL INFORMATION (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "956" + liblibrarian: "LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)" + libopac: "LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "960" + liblibrarian: "PHYSICAL LOCATION (RLIN)" + libopac: "PHYSICAL LOCATION (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "967" + liblibrarian: "ADDITIONAL ESTC CODES (RLIN)" + libopac: "ADDITIONAL ESTC CODES (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "980" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "981" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "982" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "983" + liblibrarian: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]" + libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "984" + liblibrarian: "WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)" + libopac: "WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "987" + liblibrarian: "LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)" + libopac: "LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "990" + liblibrarian: "EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]" + libopac: "EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "995" + liblibrarian: "RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]" + libopac: "RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - tagfield: "998" + liblibrarian: "LOCAL CONTROL INFORMATION (RLIN)" + libopac: "LOCAL CONTROL INFORMATION (RLIN)" + repeatable: 1 + mandatory: 0 + authorised_value: "" + frameworkcode: "" + + - marc_subfield_structure: + translatable: [ liblibrarian, libopac ] + multiline: [] + rows: + - tagfield: "000" + tagsubfield: "@" + liblibrarian: "fixed length control field" + libopac: "fixed length control field" + repeatable: 0 + mandatory: 1 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_leader.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "001" + tagsubfield: "@" + liblibrarian: "control field" + libopac: "control field" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "003" + tagsubfield: "@" + liblibrarian: "control field" + libopac: "control field" + repeatable: 0 + mandatory: 1 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_orgcode.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "005" + tagsubfield: "@" + liblibrarian: "control field" + libopac: "control field" + repeatable: 0 + mandatory: 1 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_field_005.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "006" + tagsubfield: "@" + liblibrarian: "fixed length control field" + libopac: "fixed length control field" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_field_006.pl + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "007" + tagsubfield: "@" + liblibrarian: "fixed length control field" + libopac: "fixed length control field" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_field_007.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "008" + tagsubfield: "@" + liblibrarian: "fixed length control field" + libopac: "fixed length control field" + repeatable: 0 + mandatory: 1 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: marc21_field_008.pl + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "009" + tagsubfield: "@" + liblibrarian: "fixed length control field" + libopac: "fixed length control field" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "010" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "010" + tagsubfield: "a" + liblibrarian: "LC control number" + libopac: "LC control number" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.lccn + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "010" + tagsubfield: "b" + liblibrarian: "NUCMC control number" + libopac: "NUCMC control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "010" + tagsubfield: "z" + liblibrarian: "Canceled/invalid LC control number" + libopac: "Canceled/invalid LC control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "011" + tagsubfield: "a" + liblibrarian: "LC control number" + libopac: "LC control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "a" + liblibrarian: "Number" + libopac: "Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "b" + liblibrarian: "Country" + libopac: "Country" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "c" + liblibrarian: "Type of number" + libopac: "Type of number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "d" + liblibrarian: "Date" + libopac: "Date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "e" + liblibrarian: "Status" + libopac: "Status" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "013" + tagsubfield: "f" + liblibrarian: "Party to document" + libopac: "Party to document" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "a" + liblibrarian: "National bibliography number" + libopac: "National bibliography number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "q" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "015" + tagsubfield: "z" + liblibrarian: "Canceled/invalid national bibliography number" + libopac: "Canceled/invalid national bibliography number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "016" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "016" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "016" + tagsubfield: "a" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "016" + tagsubfield: "z" + liblibrarian: "Canceled/invalid control number" + libopac: "Canceled/invalid control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "a" + liblibrarian: "Copyright or legal deposit number" + libopac: "Copyright or legal deposit number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "b" + liblibrarian: "Assigning agency" + libopac: "Assigning agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "d" + liblibrarian: "Date" + libopac: "Date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "i" + liblibrarian: "Display text" + libopac: "Display text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "017" + tagsubfield: "z" + liblibrarian: "Canceled/invalid copyright or legal deposit number" + libopac: "Canceled/invalid copyright or legal deposit number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "018" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "018" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "018" + tagsubfield: "a" + liblibrarian: "Copyright article-fee code" + libopac: "Copyright article-fee code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "a" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.isbn + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "c" + liblibrarian: "Terms of availability" + libopac: "Terms of availability" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "q" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "020" + tagsubfield: "z" + liblibrarian: "Canceled/invalid ISBN" + libopac: "Canceled/invalid ISBN" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "a" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.issn + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "l" + liblibrarian: "ISSN-L" + libopac: "ISSN-L" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "m" + liblibrarian: "Canceled ISSN-L" + libopac: "Canceled ISSN-L" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "y" + liblibrarian: "Incorrect ISSN" + libopac: "Incorrect ISSN" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "022" + tagsubfield: "z" + liblibrarian: "Canceled ISSN" + libopac: "Canceled ISSN" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "023" + tagsubfield: "a" + liblibrarian: "Standard film number" + libopac: "Standard film number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "2" + liblibrarian: "Source of number or code" + libopac: "Source of number or code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "a" + liblibrarian: "Standard number or code" + libopac: "Standard number or code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "b" + liblibrarian: "Additional codes following the standard number [OBSOLETE]" + libopac: "Additional codes following the standard number [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "c" + liblibrarian: "Terms of availability" + libopac: "Terms of availability" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "d" + liblibrarian: "Additional codes following the standard number or code" + libopac: "Additional codes following the standard number or code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "q" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "024" + tagsubfield: "z" + liblibrarian: "Canceled/invalid standard number or code" + libopac: "Canceled/invalid standard number or code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "025" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "025" + tagsubfield: "a" + liblibrarian: "Overseas acquisition number" + libopac: "Overseas acquisition number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "a" + liblibrarian: "First and second groups of characters" + libopac: "First and second groups of characters" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "b" + liblibrarian: "Third and fourth groups of characters" + libopac: "Third and fourth groups of characters" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "c" + liblibrarian: "Date" + libopac: "Date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "d" + liblibrarian: "Number of volume or part" + libopac: "Number of volume or part" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "026" + tagsubfield: "e" + liblibrarian: "Unparsed fingerprint" + libopac: "Unparsed fingerprint" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "027" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "027" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "027" + tagsubfield: "a" + liblibrarian: "Standard technical report number" + libopac: "Standard technical report number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "027" + tagsubfield: "q" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "027" + tagsubfield: "z" + liblibrarian: "Canceled/invalid number" + libopac: "Canceled/invalid number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "028" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "028" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "028" + tagsubfield: "a" + liblibrarian: "Publisher or distributor number" + libopac: "Publisher or distributor number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "028" + tagsubfield: "b" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "028" + tagsubfield: "q" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "029" + tagsubfield: "a" + liblibrarian: "OCLC library identifier" + libopac: "OCLC library identifier" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "029" + tagsubfield: "b" + liblibrarian: "System control number" + libopac: "System control number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "029" + tagsubfield: "c" + liblibrarian: "OAI set name" + libopac: "OAI set name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "029" + tagsubfield: "t" + liblibrarian: "Content type identifier" + libopac: "Content type identifier" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "030" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "030" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "030" + tagsubfield: "a" + liblibrarian: "CODEN" + libopac: "CODEN" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "030" + tagsubfield: "z" + liblibrarian: "Canceled/invalid CODEN" + libopac: "Canceled/invalid CODEN" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "2" + liblibrarian: "System code" + libopac: "System code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "a" + liblibrarian: "Number of work" + libopac: "Number of work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "b" + liblibrarian: "Number of movement" + libopac: "Number of movement" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "c" + liblibrarian: "Number of excerpt" + libopac: "Number of excerpt" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "d" + liblibrarian: "Caption or heading" + libopac: "Caption or heading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "e" + liblibrarian: "Role" + libopac: "Role" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "g" + liblibrarian: "Clef" + libopac: "Clef" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "m" + liblibrarian: "Voice/instrument" + libopac: "Voice/instrument" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "n" + liblibrarian: "Key signature" + libopac: "Key signature" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "o" + liblibrarian: "Time signature" + libopac: "Time signature" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "p" + liblibrarian: "Musical notation" + libopac: "Musical notation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "q" + liblibrarian: "General note" + libopac: "General note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "r" + liblibrarian: "Key or mode" + libopac: "Key or mode" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "s" + liblibrarian: "Coded validity note" + libopac: "Coded validity note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "t" + liblibrarian: "Text incipit" + libopac: "Text incipit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "y" + liblibrarian: "Link text" + libopac: "Link text" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "031" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "032" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "032" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "032" + tagsubfield: "a" + liblibrarian: "Postal registration number" + libopac: "Postal registration number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "032" + tagsubfield: "b" + liblibrarian: "Source agency assigning number" + libopac: "Source agency assigning number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "a" + liblibrarian: "Formatted date/time" + libopac: "Formatted date/time" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "b" + liblibrarian: "Geographic classification area code" + libopac: "Geographic classification area code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "c" + liblibrarian: "Geographic classification subarea code" + libopac: "Geographic classification subarea code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "033" + tagsubfield: "p" + liblibrarian: "Place of event" + libopac: "Place of event" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "a" + liblibrarian: "Category of scale" + libopac: "Category of scale" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "b" + liblibrarian: "Constant ratio linear horizontal scale" + libopac: "Constant ratio linear horizontal scale" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "c" + liblibrarian: "Constant ratio linear vertical scale" + libopac: "Constant ratio linear vertical scale" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "d" + liblibrarian: "Coordinates--westernmost longitude" + libopac: "Coordinates--westernmost longitude" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "e" + liblibrarian: "Coordinates--easternmost longitude" + libopac: "Coordinates--easternmost longitude" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "f" + liblibrarian: "Coordinates--northernmost latitude" + libopac: "Coordinates--northernmost latitude" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "g" + liblibrarian: "Coordinates--southernmost latitude" + libopac: "Coordinates--southernmost latitude" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "h" + liblibrarian: "Angular scale" + libopac: "Angular scale" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "j" + liblibrarian: "Declination--northern limit" + libopac: "Declination--northern limit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "k" + liblibrarian: "Declination--southern limit" + libopac: "Declination--southern limit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "m" + liblibrarian: "Right ascension--eastern limit" + libopac: "Right ascension--eastern limit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "n" + liblibrarian: "Right ascension--western limit" + libopac: "Right ascension--western limit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "p" + liblibrarian: "Equinox" + libopac: "Equinox" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "r" + liblibrarian: "Distance from earth" + libopac: "Distance from earth" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "s" + liblibrarian: "G-ring latitude" + libopac: "G-ring latitude" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "t" + liblibrarian: "G-ring longitude" + libopac: "G-ring longitude" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "x" + liblibrarian: "Beginning date" + libopac: "Beginning date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "y" + liblibrarian: "Ending date" + libopac: "Ending date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "034" + tagsubfield: "z" + liblibrarian: "Name of extraterrestrial body" + libopac: "Name of extraterrestrial body" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "035" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "035" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "035" + tagsubfield: "a" + liblibrarian: "System control number" + libopac: "System control number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "035" + tagsubfield: "z" + liblibrarian: "Canceled/invalid control number" + libopac: "Canceled/invalid control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "036" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "036" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "036" + tagsubfield: "a" + liblibrarian: "Original study number" + libopac: "Original study number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "036" + tagsubfield: "b" + liblibrarian: "Source agency assigning number" + libopac: "Source agency assigning number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "a" + liblibrarian: "Stock number" + libopac: "Stock number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "b" + liblibrarian: "Source of stock number/acquisition" + libopac: "Source of stock number/acquisition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "c" + liblibrarian: "Terms of availability" + libopac: "Terms of availability" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "f" + liblibrarian: "Form of issue" + libopac: "Form of issue" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "g" + liblibrarian: "Additional format characteristics" + libopac: "Additional format characteristics" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "037" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "038" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "038" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "038" + tagsubfield: "a" + liblibrarian: "Record content licensor" + libopac: "Record content licensor" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "039" + tagsubfield: "a" + liblibrarian: "Level of rules in bibliographic description" + libopac: "Level of rules in bibliographic description" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "039" + tagsubfield: "b" + liblibrarian: "Level of effort used to assign nonsubject heading access points" + libopac: "Level of effort used to assign nonsubject heading access points" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "039" + tagsubfield: "c" + liblibrarian: "Level of effort used to assign subject headings" + libopac: "Level of effort used to assign subject headings" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "039" + tagsubfield: "d" + liblibrarian: "Level of effort used to assign classification" + libopac: "Level of effort used to assign classification" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "039" + tagsubfield: "e" + liblibrarian: "Number of fixed field character positions coded" + libopac: "Number of fixed field character positions coded" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "a" + liblibrarian: "Original cataloging agency" + libopac: "Original cataloging agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "b" + liblibrarian: "Language of cataloging" + libopac: "Language of cataloging" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "c" + liblibrarian: "Transcribing agency" + libopac: "Transcribing agency" + repeatable: 0 + mandatory: 1 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "d" + liblibrarian: "Modifying agency" + libopac: "Modifying agency" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "040" + tagsubfield: "e" + liblibrarian: "Description conventions" + libopac: "Description conventions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "2" + liblibrarian: "Source of code" + libopac: "Source of code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "a" + liblibrarian: "Language code of text/sound track or separate title" + libopac: "Language code of text/sound track or separate title" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "b" + liblibrarian: "Language code of summary or abstract" + libopac: "Language code of summary or abstract" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "c" + 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 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "d" + liblibrarian: "Language code of sung or spoken text" + libopac: "Language code of sung or spoken text" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "e" + liblibrarian: "Language code of librettos" + libopac: "Language code of librettos" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "f" + liblibrarian: "Language code of table of contents" + libopac: "Language code of table of contents" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "g" + liblibrarian: "Language code of accompanying material other than librettos and transcripts" + libopac: "Language code of accompanying material other than librettos and transcripts" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "h" + liblibrarian: "Language code of original" + libopac: "Language code of original" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "i" + liblibrarian: "Language code of intertitles" + libopac: "Language code of intertitles" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "j" + liblibrarian: "Language code of subtitles" + libopac: "Language code of subtitles" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "k" + liblibrarian: "Language code of intermediate translations" + libopac: "Language code of intermediate translations" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "m" + liblibrarian: "Language code of original accompanying materials other than librettos" + libopac: "Language code of original accompanying materials other than librettos" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "n" + liblibrarian: "Language code of original libretto" + libopac: "Language code of original libretto" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "p" + liblibrarian: "Language code of captions" + libopac: "Language code of captions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "q" + liblibrarian: "Language code of accessible audio" + libopac: "Language code of accessible audio" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "r" + liblibrarian: "Language code of accessible visual language" + libopac: "Language code of accessible visual language" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "041" + tagsubfield: "t" + liblibrarian: "Language code of accompanying transcripts for audiovisual materials" + libopac: "Language code of accompanying transcripts for audiovisual materials" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "042" + tagsubfield: "a" + liblibrarian: "Authentication code" + libopac: "Authentication code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "2" + liblibrarian: "Source of local code" + libopac: "Source of local code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "a" + liblibrarian: "Geographic area code" + libopac: "Geographic area code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "b" + liblibrarian: "Local GAC code" + libopac: "Local GAC code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "043" + tagsubfield: "c" + liblibrarian: "ISO code" + libopac: "ISO code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "2" + liblibrarian: "Source of local subentity code" + libopac: "Source of local subentity code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "a" + liblibrarian: "MARC country code" + libopac: "MARC country code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "b" + liblibrarian: "Local subentity code" + libopac: "Local subentity code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "044" + tagsubfield: "c" + liblibrarian: "ISO country code" + libopac: "ISO country code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "045" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "045" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "045" + tagsubfield: "a" + liblibrarian: "Time period code" + libopac: "Time period code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "045" + tagsubfield: "b" + liblibrarian: "Formatted 9999 B.C. through C.E. time period" + libopac: "Formatted 9999 B.C. through C.E. time period" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "045" + tagsubfield: "c" + liblibrarian: "Formatted pre-9999 B.C. time period" + libopac: "Formatted pre-9999 B.C. time period" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "2" + liblibrarian: "Source of date" + libopac: "Source of date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "a" + liblibrarian: "Type of date code" + libopac: "Type of date code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "b" + liblibrarian: "Date 1, B.C.E. date" + libopac: "Date 1, B.C.E. date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "c" + liblibrarian: "Date 1, C.E. date" + libopac: "Date 1, C.E. date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "d" + liblibrarian: "Date 2, B.C.E. date" + libopac: "Date 2, B.C.E. date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "e" + liblibrarian: "Date 2, C.E. date" + libopac: "Date 2, C.E. date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "j" + liblibrarian: "Date resource modified" + libopac: "Date resource modified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "k" + liblibrarian: "Beginning or single date created" + libopac: "Beginning or single date created" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "l" + liblibrarian: "Ending date created" + libopac: "Ending date created" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "m" + liblibrarian: "Beginning of date valid" + libopac: "Beginning of date valid" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "n" + liblibrarian: "End of date valid" + libopac: "End of date valid" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "o" + liblibrarian: "Single or starting date for aggregated content" + libopac: "Single or starting date for aggregated content" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "046" + tagsubfield: "p" + liblibrarian: "Ending date for aggregated content" + libopac: "Ending date for aggregated content" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "047" + tagsubfield: "2" + liblibrarian: "Source of code" + libopac: "Source of code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "047" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "047" + tagsubfield: "a" + liblibrarian: "Form of musical composition code" + libopac: "Form of musical composition code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "048" + tagsubfield: "2" + liblibrarian: "Source of code" + libopac: "Source of code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "048" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "048" + tagsubfield: "a" + liblibrarian: "Performer or ensemble" + libopac: "Performer or ensemble" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "048" + tagsubfield: "b" + liblibrarian: "Soloist" + libopac: "Soloist" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "a" + liblibrarian: "Holding library" + libopac: "Holding library" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "c" + liblibrarian: "Copy statement" + libopac: "Copy statement" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "d" + liblibrarian: "Definition of bibliographic subdivisions" + libopac: "Definition of bibliographic subdivisions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "l" + liblibrarian: "Local processing data" + libopac: "Local processing data" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "m" + liblibrarian: "Missing elements" + libopac: "Missing elements" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "n" + liblibrarian: "Notes about holdings" + libopac: "Notes about holdings" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "o" + liblibrarian: "Local processing data" + libopac: "Local processing data" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "p" + liblibrarian: "Secondary bibliographic subdivision" + libopac: "Secondary bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "q" + liblibrarian: "Third bibliographic subdivision" + libopac: "Third bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "r" + liblibrarian: "Fourth bibliographic subdivision" + libopac: "Fourth bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "s" + liblibrarian: "Fifth bibliographic subdivision" + libopac: "Fifth bibliographic subdivision" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "t" + liblibrarian: "Sixth bibliographic subdivision" + libopac: "Sixth bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "u" + liblibrarian: "Seventh bibliographic subdivision" + libopac: "Seventh bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "v" + liblibrarian: "Primary bibliographic subdivision" + libopac: "Primary bibliographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "049" + tagsubfield: "y" + liblibrarian: "Inclusive dates of publication or coverage" + libopac: "Inclusive dates of publication or coverage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "050" + tagsubfield: "d" + liblibrarian: "Supplementary class number (MU) [OBSOLETE]" + libopac: "Supplementary class number (MU) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "051" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "051" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "051" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "051" + tagsubfield: "c" + liblibrarian: "Copy information" + libopac: "Copy information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "2" + liblibrarian: "Code source" + libopac: "Code source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "a" + liblibrarian: "Geographic classification area code" + libopac: "Geographic classification area code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "b" + liblibrarian: "Geographic classification subarea code" + libopac: "Geographic classification subarea code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "c" + liblibrarian: "Subject (MP) [OBSOLETE]" + libopac: "Subject (MP) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "052" + tagsubfield: "d" + liblibrarian: "Populated place name" + libopac: "Populated place name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "2" + liblibrarian: "Source of call/class number" + libopac: "Source of call/class number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "055" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "060" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "060" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "060" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "060" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "060" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "061" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "061" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "061" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "061" + tagsubfield: "c" + liblibrarian: "Copy information" + libopac: "Copy information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "066" + tagsubfield: "a" + liblibrarian: "Primary G0 character set" + libopac: "Primary G0 character set" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "066" + tagsubfield: "b" + liblibrarian: "Primary G1 character set" + libopac: "Primary G1 character set" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "066" + tagsubfield: "c" + liblibrarian: "Alternate G0 or G1 character set" + libopac: "Alternate G0 or G1 character set" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "070" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "070" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "070" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "070" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "070" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "071" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "071" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "071" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "071" + tagsubfield: "c" + liblibrarian: "Copy information" + libopac: "Copy information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "072" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "072" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "072" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "072" + tagsubfield: "a" + liblibrarian: "Subject category code" + libopac: "Subject category code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "072" + tagsubfield: "x" + liblibrarian: "Subject category code subdivision" + libopac: "Subject category code subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "074" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "074" + tagsubfield: "a" + liblibrarian: "GPO item number" + libopac: "GPO item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "074" + tagsubfield: "z" + liblibrarian: "Canceled/invalid GPO item number" + libopac: "Canceled/invalid GPO item number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "2" + liblibrarian: "Edition identifier" + libopac: "Edition identifier" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "a" + liblibrarian: "Universal Decimal Classification number" + libopac: "Universal Decimal Classification number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "080" + tagsubfield: "x" + liblibrarian: "Common auxiliary subdivision" + libopac: "Common auxiliary subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "2" + liblibrarian: "Edition number" + libopac: "Edition number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "m" + liblibrarian: "Standard or optional designation" + libopac: "Standard or optional designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "082" + tagsubfield: "q" + liblibrarian: "Assigning agency" + libopac: "Assigning agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "2" + liblibrarian: "Edition number" + libopac: "Edition number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "c" + liblibrarian: "Classification number--Ending number of span" + libopac: "Classification number--Ending number of span" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "m" + liblibrarian: "Standard or optional designation" + libopac: "Standard or optional designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "q" + liblibrarian: "Assigning agency" + libopac: "Assigning agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "y" + liblibrarian: "Table sequence number for internal subarrangement or add table" + libopac: "Table sequence number for internal subarrangement or add table" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "083" + tagsubfield: "z" + liblibrarian: "Table identification" + libopac: "Table identification" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "2" + liblibrarian: "Number source" + libopac: "Number source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "084" + tagsubfield: "q" + liblibrarian: "Assigning agency" + libopac: "Assigning agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "a" + 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 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "b" + liblibrarian: "Base number" + libopac: "Base number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "c" + liblibrarian: "Classification number-ending number of span" + libopac: "Classification number-ending number of span" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "f" + liblibrarian: "Facet designator" + libopac: "Facet designator" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "r" + liblibrarian: "Root number" + libopac: "Root number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "s" + liblibrarian: "Digits added from classification number in schedule or external table" + libopac: "Digits added from classification number in schedule or external table" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "t" + liblibrarian: "Digits added from internal subarrangement or add table" + libopac: "Digits added from internal subarrangement or add table" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "u" + liblibrarian: "Number being analyzed" + libopac: "Number being analyzed" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "v" + 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 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "w" + liblibrarian: "Table identification-Internal subarrangement or add table" + libopac: "Table identification-Internal subarrangement or add table" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "y" + liblibrarian: "Table sequence number for internal subarrangement or add table" + libopac: "Table sequence number for internal subarrangement or add table" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "085" + tagsubfield: "z" + liblibrarian: "Table identification" + libopac: "Table identification" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "2" + liblibrarian: "Number source" + libopac: "Number source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "086" + tagsubfield: "z" + liblibrarian: "Canceled/invalid classification number" + libopac: "Canceled/invalid classification number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "087" + tagsubfield: "a" + liblibrarian: "Report number [OBSOLETE, CAN/MARC]" + libopac: "Report number [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "087" + tagsubfield: "z" + liblibrarian: "Canceled/invalid report number [OBSOLETE, CAN/MARC]" + libopac: "Canceled/invalid report number [OBSOLETE, CAN/MARC]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "088" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "088" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "088" + tagsubfield: "a" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "088" + tagsubfield: "z" + liblibrarian: "Canceled/invalid report number" + libopac: "Canceled/invalid report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 0 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "a" + liblibrarian: "Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)" + libopac: "Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "b" + 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 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "e" + liblibrarian: "Feature heading (OCLC)" + libopac: "Feature heading (OCLC)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "f" + liblibrarian: "Filing suffix (OCLC); Footnote, FNT (RLIN)" + libopac: "Filing suffix (OCLC); Footnote, FNT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "h" + liblibrarian: "Output transaction history, HST (RLIN)" + libopac: "Output transaction history, HST (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "i" + liblibrarian: "Output transaction instruction, INS (RLIN)" + libopac: "Output transaction instruction, INS (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "l" + liblibrarian: "Extra card control statement, EXT (RLIN)" + libopac: "Extra card control statement, EXT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "n" + liblibrarian: "Additional local notes, ANT (RLIN)" + libopac: "Additional local notes, ANT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "p" + liblibrarian: "Pathfinder code, PTH (RLIN)" + libopac: "Pathfinder code, PTH (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "t" + liblibrarian: "Field suppresion, FSP (RLIN)" + libopac: "Field suppresion, FSP (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "v" + liblibrarian: "Volumes, VOL (RLIN)" + libopac: "Volumes, VOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "y" + liblibrarian: "Date, VOL (RLIN)" + libopac: "Date, VOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "090" + tagsubfield: "z" + liblibrarian: "Retention, VOL (RLIN)" + libopac: "Retention, VOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "091" + tagsubfield: "a" + liblibrarian: "Microfilm shelf location" + libopac: "Microfilm shelf location" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "092" + tagsubfield: "2" + liblibrarian: "Edition number" + libopac: "Edition number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "092" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "092" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "092" + tagsubfield: "e" + liblibrarian: "Feature heading" + libopac: "Feature heading" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "092" + tagsubfield: "f" + liblibrarian: "Filing suffix" + libopac: "Filing suffix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "096" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "096" + tagsubfield: "b" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "096" + tagsubfield: "e" + liblibrarian: "Feature heading" + libopac: "Feature heading" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "096" + tagsubfield: "f" + liblibrarian: "Filing suffix" + libopac: "Filing suffix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "098" + tagsubfield: "a" + liblibrarian: "Call number based on other classification scheme" + libopac: "Call number based on other classification scheme" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "098" + tagsubfield: "e" + liblibrarian: "Feature heading" + libopac: "Feature heading" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "098" + tagsubfield: "f" + liblibrarian: "Filing suffix" + libopac: "Filing suffix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "099" + tagsubfield: "a" + liblibrarian: "Classification number" + libopac: "Classification number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "099" + tagsubfield: "e" + liblibrarian: "Feature heading" + libopac: "Feature heading" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "099" + tagsubfield: "f" + liblibrarian: "Filing suffix" + libopac: "Filing suffix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 0 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: biblio.author + tab: 1 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "'100b','100c','100q','100d','100e','110a','110b','110c','110d','110e','111a','111e','111c','111d','130a','700a','700b','700c','700q','700d','700e','710a','710b','710c','710d','710e','711a','711e','711c','711d','720a','720e','796a','796b','796c','796q','796d','796e','797a','797b','797c','797d','797e','798a','798e','798c','798d','800a','800b','800c','800q','800d','800e','810a','810b','810c','810d','810e','811a','811e','811c','811d','896a','896b','896c','896q','896d','896e','897a','897b','897c','897d','897e','898a','898e','898c','898d','505r'" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "c" + liblibrarian: "Titles and words associated with a name" + libopac: "Titles and words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "100" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "110" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "b" + liblibrarian: "Number [OBSOLETE]" + libopac: "Number [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "j" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "111" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "'130o','130m','130r','130s','130d','130k','130n','130p','130g','130l','130f','130h','130t'" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "130" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "210" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "210" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "210" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "210" + tagsubfield: "a" + liblibrarian: "Abbreviated title" + libopac: "Abbreviated title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "210" + tagsubfield: "b" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "211" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "211" + tagsubfield: "a" + liblibrarian: "Acronym or shortened title" + libopac: "Acronym or shortened title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "212" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "212" + tagsubfield: "a" + liblibrarian: "Variant access title" + libopac: "Variant access title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "214" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "214" + tagsubfield: "a" + liblibrarian: "Augmented title" + libopac: "Augmented title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "222" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "222" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "222" + tagsubfield: "a" + liblibrarian: "Key title" + libopac: "Key title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "222" + tagsubfield: "b" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: biblio.unititle + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "240" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "241" + tagsubfield: "a" + liblibrarian: "Romanized title" + libopac: "Romanized title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "241" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "a" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "b" + liblibrarian: "Remainder of title" + libopac: "Remainder of title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "c" + liblibrarian: "Statement of responsibility, etc." + libopac: "Statement of responsibility, etc." + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "d" + liblibrarian: "Designation of section (BK AM MP MU VM SE) [OBSOLETE]" + libopac: "Designation of section (BK AM MP MU VM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "e" + 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 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "242" + tagsubfield: "y" + liblibrarian: "Language code of translated title" + libopac: "Language code of translated title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Unifor title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "243" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "a" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 1 + kohafield: biblio.title + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "'245b','245f','245g','245k','245n','245p','245s','245h','246i','246a','246b','246f','246g','246n','246p','246h','242a','242b','242n','242p','242h','505t'" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "b" + liblibrarian: "Remainder of title" + libopac: "Remainder of title" + repeatable: 0 + mandatory: 0 + kohafield: biblio.subtitle + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "c" + liblibrarian: "Statement of responsibility, etc." + libopac: "Statement of responsibility, etc." + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "d" + liblibrarian: "Designation of section/part/series (SE) [OBSOLETE]" + libopac: "Designation of section section/part/series: (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "e" + liblibrarian: "Name of part/section/series (SE) [OBSOLETE]" + libopac: "Name of part/section/series (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "f" + liblibrarian: "Inclusive dates" + libopac: "Inclusive dates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "g" + liblibrarian: "Bulk dates" + libopac: "Bulk dates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "k" + liblibrarian: "Form" + libopac: "Form" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: biblio.part_number + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: biblio.part_name + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "245" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "a" + liblibrarian: "Title proper/short title" + libopac: "Title proper/short title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "b" + liblibrarian: "Remainder of title" + libopac: "Remainder of title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "d" + liblibrarian: "Designation of section/part/series (SE) [OBSOLETE]" + libopac: "Designation of section section/part/series (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "e" + liblibrarian: "Name of part/section/series (SE) [OBSOLETE]" + libopac: "Name of part/section/series (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "f" + liblibrarian: "Date or sequential designation" + libopac: "Date or sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "i" + liblibrarian: "Display text" + libopac: "Display text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "246" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "a" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "b" + liblibrarian: "Remainder of title" + libopac: "Remainder of title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "d" + liblibrarian: "Designation of section (SE) [OBSOLETE]" + libopac: "Designation of section (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "e" + liblibrarian: "Name of part/section (SE) [OBSOLETE]" + libopac: "Name of part/section (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "f" + liblibrarian: "Date or sequential designation" + libopac: "Date or sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "247" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "250" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "250" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "250" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "250" + tagsubfield: "a" + liblibrarian: "Edition statement" + libopac: "Edition statement" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.editionstatement + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "250" + tagsubfield: "b" + liblibrarian: "Remainder of edition statement" + libopac: "Remainder of edition statement" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "251" + tagsubfield: "a" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "254" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "254" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "254" + tagsubfield: "a" + liblibrarian: "Musical presentation statement" + libopac: "Musical presentation statement" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "a" + liblibrarian: "Statement of scale" + libopac: "Statement of scale" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "b" + liblibrarian: "Statement of projection" + libopac: "Statement of projection" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "c" + liblibrarian: "Statement of coordinates" + libopac: "Statement of coordinates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "d" + liblibrarian: "Statement of zone" + libopac: "Statement of zone" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "e" + liblibrarian: "Statement of equinox" + libopac: "Statement of equinox" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "f" + liblibrarian: "Outer G-ring coordinate pairs" + libopac: "Outer G-ring coordinate pairs" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "255" + tagsubfield: "g" + liblibrarian: "Exclusion G-ring coordinate pairs" + libopac: "Exclusion G-ring coordinate pairs" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "256" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "256" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "256" + tagsubfield: "a" + liblibrarian: "Computer file characteristics" + libopac: "Computer file characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "257" + tagsubfield: "a" + liblibrarian: "Country of producing entity" + libopac: "Country of producing entity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "258" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "258" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "258" + tagsubfield: "a" + liblibrarian: "Issuing jurisdiction" + libopac: "Issuing jurisdiction" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "258" + tagsubfield: "b" + liblibrarian: "Denomination" + libopac: "Denomination" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "a" + liblibrarian: "Place of publication, distribution, etc." + libopac: "Place of publication, distribution, etc." + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.place + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "b" + liblibrarian: "Name of publisher, distributor, etc." + libopac: "Name of publisher, distributor, etc." + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.publishercode + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "c" + liblibrarian: "Date of publication, distribution, etc." + libopac: "Date of publication, distribution, etc." + repeatable: 1 + mandatory: 0 + kohafield: biblio.copyrightdate + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "d" + 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 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "e" + liblibrarian: "Place of manufacture" + libopac: "Place of manufacture" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "f" + liblibrarian: "Manufacturer" + libopac: "Manufacturer" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "g" + liblibrarian: "Date of manufacture" + libopac: "Date of manufacture" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "k" + liblibrarian: "Identification/manufacturer number [OBSOLETE, CAN/MARC]" + libopac: "Identification/manufacturer number [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "260" + tagsubfield: "l" + liblibrarian: "Matrix and/or take number [OBSOLETE, CAN/MARC]" + libopac: "Matrix and/or take number [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "a" + liblibrarian: "Producing company" + libopac: "Producing company" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "b" + liblibrarian: "Releasing company (primary distributor)" + libopac: "Releasing company (primary distributor)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "c" + liblibrarian: "Date of production, release, etc." + libopac: "Date of production, release, etc." + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "d" + liblibrarian: "Date of production, release, etc." + libopac: "Date of production, release, etc." + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "e" + liblibrarian: "Contractual producer" + libopac: "Contractual producer" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "261" + tagsubfield: "f" + liblibrarian: "Place of production, release, etc." + libopac: "Place of production, release, etc." + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "a" + liblibrarian: "Place of production, release, etc." + libopac: "Place of production, release, etc." + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "b" + liblibrarian: "Publisher or trade name" + libopac: "Publisher or trade name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "c" + liblibrarian: "Date of production, release, etc." + libopac: "Date of production, release, etc." + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "k" + liblibrarian: "Serial identification" + libopac: "Serial identification" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "262" + tagsubfield: "l" + liblibrarian: "Matrix and/or take number" + libopac: "Matrix and/or take number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "263" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "263" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "263" + tagsubfield: "a" + liblibrarian: "Projected publication date" + libopac: "Projected publication date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "a" + liblibrarian: "Place of production, publication, distribution, manufacture" + libopac: "Place of production, publication, distribution, manufacture" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "b" + liblibrarian: "Name of producer, publisher, distributor, manufacturer" + libopac: "Name of producer, publisher, distributor, manufacturer" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "264" + tagsubfield: "c" + liblibrarian: "Date of production, publication, distribution, manufacture, or copyright notice" + libopac: "Date of production, publication, distribution, manufacture, or copyright notice" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "265" + tagsubfield: "6" + liblibrarian: "Linkage [OBSOLETE]" + libopac: "Linkage [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "265" + tagsubfield: "a" + liblibrarian: "Source for acquisition/subscription address [OBSOLETE]" + libopac: "Source for acquisition/subscription address [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 2 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "a" + liblibrarian: "Address" + libopac: "Address" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "b" + liblibrarian: "City" + libopac: "City" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "c" + liblibrarian: "State or province" + libopac: "State or province" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "d" + liblibrarian: "Country" + libopac: "Country" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "e" + liblibrarian: "Postal code" + libopac: "Postal code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "f" + liblibrarian: "Terms preceding attention name" + libopac: "Terms preceding attention name" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "g" + liblibrarian: "Attention name" + libopac: "Attention name" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "h" + liblibrarian: "Attention position" + libopac: "Attention position" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "i" + liblibrarian: "Type of address" + libopac: "Type of address" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "j" + liblibrarian: "Specialized telephone number" + libopac: "Specialized telephone number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "k" + liblibrarian: "Telephone number" + libopac: "Telephone number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "l" + liblibrarian: "Fax number" + libopac: "Fax number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "m" + liblibrarian: "Electronic mail address" + libopac: "Electronic mail address" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "n" + liblibrarian: "TDD or TTY number" + libopac: "TDD or TTY number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "p" + liblibrarian: "Contact person" + libopac: "Contact person" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "q" + liblibrarian: "Title of contact person" + libopac: "Title of contact person" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "r" + liblibrarian: "Hours" + libopac: "Hours" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "270" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 2 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "a" + liblibrarian: "Extent" + libopac: "Extent" + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.pages + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "b" + liblibrarian: "Other physical details" + libopac: "Other physical details" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.illus + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "c" + liblibrarian: "Dimensions" + libopac: "Dimensions" + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.size + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "d" + liblibrarian: "Accompanying material [OBSOLETE, CAN/MARC]" + libopac: "Accompanying material [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "e" + liblibrarian: "Accompanying material" + libopac: "Accompanying material" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "f" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "g" + liblibrarian: "Size of unit" + libopac: "Size of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "k" + liblibrarian: "Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" + libopac: "Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "m" + liblibrarian: "Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]" + libopac: "Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "300" + tagsubfield: "n" + 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 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "a" + liblibrarian: "Extent of item" + libopac: "Extent of item" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "b" + liblibrarian: "Sound characteristics" + libopac: "Sound characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "c" + liblibrarian: "Color characteristics" + libopac: "Color characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "d" + liblibrarian: "Dimensions" + libopac: "Dimensions" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "e" + liblibrarian: "Sound characteristics" + libopac: "Sound characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "301" + tagsubfield: "f" + liblibrarian: "Speed" + libopac: "Speed" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "302" + tagsubfield: "a" + liblibrarian: "Page count" + libopac: "Page count" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "303" + tagsubfield: "a" + liblibrarian: "Unit count" + libopac: "Unit count" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "304" + tagsubfield: "a" + liblibrarian: "Linear footage" + libopac: "Linear footage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "a" + liblibrarian: "Extent" + libopac: "Extent" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "b" + liblibrarian: "Other physical details" + libopac: "Other physical details" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "c" + liblibrarian: "Dimensions" + libopac: "Dimensions" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "d" + liblibrarian: "Microgroove or standard" + libopac: "Microgroove or standard" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "e" + liblibrarian: "Stereophonic, monaural" + libopac: "Stereophonic, monaural" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "f" + liblibrarian: "Number of tracks" + libopac: "Number of tracks" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "m" + liblibrarian: "Serial identification" + libopac: "Serial identification" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "305" + tagsubfield: "n" + liblibrarian: "Matrix and/or take number" + libopac: "Matrix and/or take number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "306" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "306" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "306" + tagsubfield: "a" + liblibrarian: "Playing time" + libopac: "Playing time" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "307" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "307" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "307" + tagsubfield: "a" + liblibrarian: "Hours" + libopac: "Hours" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "307" + tagsubfield: "b" + liblibrarian: "Additional information" + libopac: "Additional information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "a" + liblibrarian: "Number of reels" + libopac: "Number of reels" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "b" + liblibrarian: "Footage" + libopac: "Footage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "c" + liblibrarian: "Sound characteristics" + libopac: "Sound characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "d" + liblibrarian: "Color characteristics" + libopac: "Color characteristics" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "e" + liblibrarian: "Width" + libopac: "Width" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "308" + tagsubfield: "f" + liblibrarian: "Presentation format" + libopac: "Presentation format" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "a" + liblibrarian: "Current publication frequency" + libopac: "Current publication frequency" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "b" + liblibrarian: "Date of current publication frequency" + libopac: "Date of current publication frequency" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "315" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "315" + tagsubfield: "a" + liblibrarian: "Frequency" + libopac: "Frequency" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "315" + tagsubfield: "b" + liblibrarian: "Dates of frequency" + libopac: "Dates of frequency" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "a" + liblibrarian: "Former publication frequency" + libopac: "Former publication frequency" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "b" + liblibrarian: "Dates of former publication frequency" + libopac: "Dates of former publication frequency" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "a" + liblibrarian: "Content type term" + libopac: "Content type term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "336" + tagsubfield: "b" + liblibrarian: "Content type code" + libopac: "Content type code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "a" + liblibrarian: "Media type term" + libopac: "Media type term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "337" + tagsubfield: "b" + liblibrarian: "Media type code" + libopac: "Media type code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "a" + liblibrarian: "Carrier type term" + libopac: "Carrier type term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "338" + tagsubfield: "b" + liblibrarian: "Carrier type code" + libopac: "Carrier type code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "a" + liblibrarian: "Material base and configuration" + libopac: "Material base and configuration" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "b" + liblibrarian: "Dimensions" + libopac: "Dimensions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "c" + liblibrarian: "Materials applied to surface" + libopac: "Materials applied to surface" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "d" + liblibrarian: "Information recording technique" + libopac: "Information recording technique" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "e" + liblibrarian: "Support" + libopac: "Support" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "f" + liblibrarian: "Production rate/ratio" + libopac: "Production rate/ratio" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "g" + liblibrarian: "Color content" + libopac: "Color content" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "h" + liblibrarian: "Location within medium" + libopac: "Location within medium" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "i" + liblibrarian: "Technical specifications of medium" + libopac: "Technical specifications of medium" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "j" + liblibrarian: "Generation" + libopac: "Generation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "k" + liblibrarian: "Layout" + libopac: "Layout" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "m" + liblibrarian: "Book format" + libopac: "Book format" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "n" + liblibrarian: "Font size" + libopac: "Font size" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "340" + tagsubfield: "o" + liblibrarian: "Polarity" + libopac: "Polarity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "a" + liblibrarian: "Content access mode" + libopac: "Content access mode" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "b" + liblibrarian: "Textual assistive features" + libopac: "Textual assistive features" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "c" + liblibrarian: "Visual assistive features" + libopac: "Visual assistive features" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "d" + liblibrarian: "Auditory assistive features" + libopac: "Auditory assistive features" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "341" + tagsubfield: "e" + liblibrarian: "Tactile assistive features" + libopac: "Tactile assistive features" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "2" + liblibrarian: "Reference method used" + libopac: "Reference method used" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "a" + liblibrarian: "Name" + libopac: "Name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "b" + liblibrarian: "Coordinate units or distance units" + libopac: "Coordinate unist or distance units" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "c" + liblibrarian: "Latitude resolution" + libopac: "Latitude resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "d" + liblibrarian: "Longitude resolution" + libopac: "Longitude resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "e" + liblibrarian: "Standard parallel or oblique line latitude" + libopac: "Standard parallel or oblique line latitude" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "f" + liblibrarian: "Oblique line longitude" + libopac: "Oblique line longitude" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "g" + liblibrarian: "Longitude of central meridian or projection center" + libopac: "Longitude of central meridian or projection center" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "h" + liblibrarian: "Latitude of projection center or projection origin" + libopac: "Latitude of projection center or projection origin" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "i" + liblibrarian: "False easting" + libopac: "False easting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "j" + liblibrarian: "False northing" + libopac: "False northing" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "k" + liblibrarian: "Scale factor" + libopac: "Scale factor" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "l" + liblibrarian: "Height of perspective point above surface" + libopac: "Height of perspective point above surface" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "m" + liblibrarian: "Azimuthal angle" + libopac: "Azimuthal angle" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "n" + liblibrarian: "Azimuth measure point longitude or straight vertical longitude from pole" + libopac: "Azimuth measure point longitude or straight vertical longitude from pole" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "o" + liblibrarian: "Landsat number and path number" + libopac: "Landsat number and path number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "p" + liblibrarian: "Zone identifier" + libopac: "Zone identifier" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "q" + liblibrarian: "Ellipsoid name" + libopac: "Ellipsoid name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "r" + liblibrarian: "Semi-major axis" + libopac: "Semi-major axis" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "s" + liblibrarian: "Denominator of flattening ratio" + libopac: "Denominator of flattening ratio" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "t" + liblibrarian: "Vertical resolution" + libopac: "Vertical resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "u" + liblibrarian: "Vertical encoding method" + libopac: "Vertical encoding method" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "v" + liblibrarian: "Local planar, local, or other projection or grid description" + libopac: "Local planar, local, or other projection or grid description" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "342" + tagsubfield: "w" + liblibrarian: "Local planar or local georeference information" + libopac: "Local planar or local georeference information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "a" + liblibrarian: "Planar coordinate encoding method" + libopac: "Planar coordinate encoding method" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "b" + liblibrarian: "Planar distance units" + libopac: "Planar distance units" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "c" + liblibrarian: "Abscissa resolution" + libopac: "Abscissa resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "d" + liblibrarian: "Ordinate resolution" + libopac: "Ordinate resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "e" + liblibrarian: "Distance resolution" + libopac: "Distance resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "f" + liblibrarian: "Bearing resolution" + libopac: "Bearing resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "g" + liblibrarian: "Bearing units" + libopac: "Bearing units" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "h" + liblibrarian: "Bearing reference direction" + libopac: "Bearing reference direction" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "343" + tagsubfield: "i" + liblibrarian: "Bearing reference meridian" + libopac: "Bearing reference meridian" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "a" + liblibrarian: "Type of recording" + libopac: "Type of recording" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "b" + liblibrarian: "Recording medium" + libopac: "Recording medium" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "c" + liblibrarian: "Playing speed" + libopac: "Playing speed" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "d" + liblibrarian: "Groove characteristic" + libopac: "Groove characteristic" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "e" + liblibrarian: "Track configuration" + libopac: "Track configuration" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "f" + liblibrarian: "Tape configuration" + libopac: "Tape configuration" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "g" + liblibrarian: "Configuration of playback channels" + libopac: "Configuration of playback channels" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "344" + tagsubfield: "h" + liblibrarian: "Special playback characteristics" + libopac: "Special playback characteristics" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "a" + liblibrarian: "Presentation format" + libopac: "Presentation format" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "345" + tagsubfield: "b" + liblibrarian: "Projection speed" + libopac: "Projection speed" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "a" + liblibrarian: "Video format" + libopac: "Video format" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "346" + tagsubfield: "b" + liblibrarian: "Broadcast standard" + libopac: "Broadcast standard" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "a" + liblibrarian: "File type" + libopac: "File type" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "b" + liblibrarian: "Encoding format" + libopac: "Encoding format" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "c" + liblibrarian: "File size" + libopac: "File size" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "d" + liblibrarian: "Resolution" + libopac: "Resolution" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "e" + liblibrarian: "Regional encoding" + libopac: "Regional encoding" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "347" + tagsubfield: "f" + liblibrarian: "Encoded bitrate" + libopac: "Encoded bitrate" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "a" + liblibrarian: "Format of notated music term" + libopac: "Format of notated music term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "348" + tagsubfield: "b" + liblibrarian: "Format of notated music code" + libopac: "Format of notated music code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "350" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "350" + tagsubfield: "a" + liblibrarian: "Price" + libopac: "Price" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "350" + tagsubfield: "b" + liblibrarian: "Form of issue" + libopac: "Form of issue" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "a" + liblibrarian: "Organization" + libopac: "Organization" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "b" + liblibrarian: "Arrangement" + libopac: "Arrangement" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "351" + tagsubfield: "c" + liblibrarian: "Hierarchical level" + libopac: "Hierarchical level" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "a" + liblibrarian: "Direct reference method" + libopac: "Direct reference method" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "b" + liblibrarian: "Object type" + libopac: "Object type" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "c" + liblibrarian: "Object count" + libopac: "Object count" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "d" + liblibrarian: "Row count" + libopac: "Row count" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "e" + liblibrarian: "Column count" + libopac: "Column count" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "f" + liblibrarian: "Vertical count" + libopac: "Vertical count" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "g" + liblibrarian: "VPF topology level" + libopac: "VPF topology level" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "i" + liblibrarian: "Indirect reference description" + libopac: "Indirect reference description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "352" + tagsubfield: "q" + liblibrarian: "Format of the digital image" + libopac: "Format of the digital image" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "a" + liblibrarian: "Security classification" + libopac: "Security classification" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "b" + liblibrarian: "Handling instructions" + libopac: "Handling instructions" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "c" + liblibrarian: "External dissemination information" + libopac: "External dissemination information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "d" + liblibrarian: "Downgrading or declassification event" + libopac: "Downgrading or declassification event" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "e" + liblibrarian: "Classification system" + libopac: "Classification system" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "f" + liblibrarian: "Country of origin code" + libopac: "Country of origin code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "g" + liblibrarian: "Downgrading date" + libopac: "Downgrading date" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "h" + liblibrarian: "Declassification date" + libopac: "Declassification date" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "355" + tagsubfield: "j" + liblibrarian: "Authorization" + libopac: "Authorization" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "a" + liblibrarian: "Originator control term" + libopac: "Originator control term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "b" + liblibrarian: "Originating agency" + libopac: "Originating agency" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "c" + liblibrarian: "Authorized recipients of material" + libopac: "Authorized recipients of material" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "357" + tagsubfield: "g" + liblibrarian: "Other restrictions" + libopac: "Other restrictions" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "359" + tagsubfield: "a" + liblibrarian: "Rental price" + libopac: "Rental price" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "362" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "362" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "362" + tagsubfield: "a" + liblibrarian: "Dates of publication and/or sequential designation" + libopac: "Dates of publication and/or sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.volumedesc + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "362" + tagsubfield: "z" + liblibrarian: "Source of information" + libopac: "Source of information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "u" + liblibrarian: "First level textual designation" + libopac: "First level textual designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "v" + liblibrarian: "First level of chronology, issuance" + libopac: "First level of chronology, issuance" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "363" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "2" + liblibrarian: "Source of price type code" + libopac: "Source of price type code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "a" + liblibrarian: "Price type code" + libopac: "Price type code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "b" + liblibrarian: "Price amount" + libopac: "Price amount" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "c" + liblibrarian: "Currency code" + libopac: "Currency code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "d" + liblibrarian: "Unit of pricing" + libopac: "Unit of pricing" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "e" + liblibrarian: "Price note" + libopac: "Price note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "f" + liblibrarian: "Price effective from" + libopac: "Price effective from" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "g" + liblibrarian: "Price effective until" + libopac: "Price effective until" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "h" + liblibrarian: "Tax rate 1" + libopac: "Tax rate 1" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "i" + liblibrarian: "Tax rate 2" + libopac: "Tax rate 2" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "j" + liblibrarian: "ISO country code" + libopac: "ISO country code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "k" + liblibrarian: "MARC country code" + libopac: "MARC country code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "365" + tagsubfield: "m" + liblibrarian: "Identification of pricing entity" + libopac: "Identification of pricing entity" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "2" + liblibrarian: "Source of availability status code" + libopac: "Source of availability status code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "a" + liblibrarian: "Publishers' compressed title identification" + libopac: "Publishers' compressed title identification" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "b" + liblibrarian: "Detailed date of publication" + libopac: "Detailed date of publication" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "c" + liblibrarian: "Availability status code" + libopac: "Availability status code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "d" + liblibrarian: "Expected next availability date" + libopac: "Expected next availability date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "e" + liblibrarian: "Note" + libopac: "Note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "f" + liblibrarian: "Publishers's discount category" + libopac: "Publishers's discount category" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "g" + liblibrarian: "Date made out of print" + libopac: "Date made out of print" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "j" + liblibrarian: "ISO country code" + libopac: "ISO country code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "k" + liblibrarian: "MARC country code" + libopac: "MARC country code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "366" + tagsubfield: "m" + liblibrarian: "Identification of agency" + libopac: "Identification of agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "c" + liblibrarian: "Associated country" + libopac: "Associated country" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "f" + liblibrarian: "Other associated place" + libopac: "Other associated place" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "g" + liblibrarian: "Place of origin of work or expression" + libopac: "Place of origin of work or expression" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "s" + liblibrarian: "Start period" + libopac: "Start period" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "t" + liblibrarian: "End period" + libopac: "End period" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "370" + tagsubfield: "v" + liblibrarian: "Source of information" + libopac: "Source of information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "a" + liblibrarian: "Language code" + libopac: "Language code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "377" + tagsubfield: "l" + liblibrarian: "Language term" + libopac: "Language term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "380" + tagsubfield: "a" + liblibrarian: "Form of work" + libopac: "Form of work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "a" + liblibrarian: "Other distinguishing characteristic" + libopac: "Other distinguishing characteristic" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "381" + tagsubfield: "v" + liblibrarian: "Source of information" + libopac: "Source of information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "a" + liblibrarian: "Medium of performance" + libopac: "Medium of performance" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "b" + liblibrarian: "Soloist" + libopac: "Soloist" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "d" + liblibrarian: "Doubling instrument" + libopac: "Doubling instrument" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "e" + liblibrarian: "Number of ensembles of the same type" + libopac: "Number of ensembles of the same type" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "n" + liblibrarian: "Number of performers of the same medium" + libopac: "Number of performers of the same medium" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "p" + liblibrarian: "Alternative medium of performance" + libopac: "Alternative medium of performance" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "r" + liblibrarian: "Total number of individuals performing alongside ensembles" + libopac: "Total number of individuals performing alongside ensembles" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "s" + liblibrarian: "Total number of performers" + libopac: "Total number of performers" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "t" + liblibrarian: "Total number of ensembles" + libopac: "Total number of ensembles" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "382" + tagsubfield: "v" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "a" + liblibrarian: "Serial number" + libopac: "Serial number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "b" + liblibrarian: "Opus number" + libopac: "Opus number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "c" + liblibrarian: "Thematic index number" + libopac: "Thematic index number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "d" + liblibrarian: "Thematic index code" + libopac: "Thematic index code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "383" + tagsubfield: "e" + liblibrarian: "Publisher associated with opus number" + libopac: "Publisher associated with opus number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "384" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "384" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "384" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "384" + tagsubfield: "a" + liblibrarian: "Key" + libopac: "Key" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "a" + liblibrarian: "Audience term" + libopac: "Audience term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "b" + liblibrarian: "Audience code" + libopac: "Audience code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "m" + liblibrarian: "Demographic group term" + libopac: "Demographic group term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "385" + tagsubfield: "n" + liblibrarian: "Demographic group code" + libopac: "Demographic group code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "a" + liblibrarian: "Creator/contributor term" + libopac: "Creator/contributor term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "b" + liblibrarian: "Creator/contributor code" + libopac: "Creator/contributor code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "m" + liblibrarian: "Demographic group term" + libopac: "Demographic group term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "386" + tagsubfield: "n" + liblibrarian: "Demographic group code" + libopac: "Demographic group code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "3" + liblibrarian: " Materials specified" + libopac: " Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "6" + liblibrarian: " Linkage" + libopac: " Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "388" + tagsubfield: "a" + liblibrarian: "Time period of creation term" + libopac: "Time period of creation term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 3 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "400" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "410" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "b" + liblibrarian: "Number [OBSOLETE]" + libopac: "Number [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 4 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "411" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "0" + liblibrarian: "Authority record control number" + libopac: "Authority record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "a" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: biblio.seriestitle + tab: 4 + authorised_value: "" + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "'440n','440p','490a','830a','830n','830p','899a'" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.number + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: biblioitems.volume + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "440" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "a" + liblibrarian: "Series statement" + libopac: "Series statement" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "l" + liblibrarian: "Library of Congress call number" + libopac: "Library of Congress call number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "490" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 4 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "a" + liblibrarian: "General note" + libopac: "General note" + repeatable: 0 + mandatory: 0 + kohafield: biblio.notes + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "l" + liblibrarian: "Library of Congress call number (SE) [OBSOLETE]" + libopac: "Library of Congress call number (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "n" + liblibrarian: "n (RLIN) [OBSOLETE]" + libopac: "n (RLIN) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number (SE) [OBSOLETE]" + libopac: "International Standard Serial Number (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "500" + tagsubfield: "z" + liblibrarian: "Source of note information (AM SE) [OBSOLETE]" + libopac: "Source of note information (AM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "501" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "501" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "501" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "501" + tagsubfield: "a" + liblibrarian: "With note" + libopac: "With note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "a" + liblibrarian: "Dissertation note" + libopac: "Dissertation note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "b" + liblibrarian: "Degree type" + libopac: "Degree type" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "c" + liblibrarian: "Name of granting institution" + libopac: "Name of granting institution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "d" + liblibrarian: "Year degree granted" + libopac: "Year degree granted" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "502" + tagsubfield: "o" + liblibrarian: "Dissertation identifier" + libopac: "Dissertation identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "503" + tagsubfield: "8" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "503" + tagsubfield: "a" + liblibrarian: "Bibliographic history note" + libopac: "Bibliographic history note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "504" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "504" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "504" + tagsubfield: "a" + liblibrarian: "Bibliography, etc. note" + libopac: "Bibliography, etc. note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "504" + tagsubfield: "b" + liblibrarian: "Number of references" + libopac: "Number of references" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "a" + liblibrarian: "Formatted contents note" + libopac: "Formatted contents note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "r" + liblibrarian: "Statement of responsibility" + libopac: "Statement of responsibility" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "505" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "a" + liblibrarian: "Terms governing access" + libopac: "Terms governing access" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "b" + liblibrarian: "Jurisdiction" + libopac: "Jurisdiction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "c" + liblibrarian: "Physical access provisions" + libopac: "Physical access provisions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "d" + liblibrarian: "Authorized users" + libopac: "Authorized users" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "e" + liblibrarian: "Authorization" + libopac: "Authorization" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "f" + liblibrarian: "Standardized terminology for access restriction" + libopac: "Standardized terminology for access restriction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "g" + liblibrarian: "Availability date" + libopac: "Availability date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "q" + liblibrarian: "Supplying agency" + libopac: "Supplying agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "506" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "507" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "507" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "507" + tagsubfield: "a" + liblibrarian: "Representative fraction of scale note" + libopac: "Representative fraction of scale note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "507" + tagsubfield: "b" + liblibrarian: "Remainder of scale note" + libopac: "Remainder of scale note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "508" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "508" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "508" + tagsubfield: "a" + liblibrarian: "Creation/production credits note" + libopac: "Creation/production credits note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "509" + tagsubfield: "a" + liblibrarian: "Informal Notes" + libopac: "Informal Notes" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "a" + liblibrarian: "Name of source" + libopac: "Name of source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "b" + liblibrarian: "Coverage of source" + libopac: "Coverage of source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "c" + liblibrarian: "Location within source" + libopac: "Location within source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "510" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "511" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "511" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "511" + tagsubfield: "a" + liblibrarian: "Participant or performer note" + libopac: "Participant or performer note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "512" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "512" + tagsubfield: "a" + liblibrarian: "Earlier or later volumes separately cataloged note" + libopac: "Earlier or later volumes separately cataloged note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "513" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "513" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "513" + tagsubfield: "a" + liblibrarian: "Type of report" + libopac: "Type of report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "513" + tagsubfield: "b" + liblibrarian: "Period covered" + libopac: "Period covered" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "a" + liblibrarian: "Attribute accuracy report" + libopac: "Attribute accuracy report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "b" + liblibrarian: "Attribute accuracy value" + libopac: "Attribute accuracy value" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "c" + liblibrarian: "Attribute accuracy explanation" + libopac: "Attribute accuracy explanation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "d" + liblibrarian: "Logical consistency report" + libopac: "Logical consistency report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "e" + liblibrarian: "Completeness report" + libopac: "Completeness report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "f" + liblibrarian: "Horizontal position accuracy report" + libopac: "Horizontal position accuracy report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "g" + liblibrarian: "Horizontal position accuracy value" + libopac: "Horizontal position accuracy value" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "h" + liblibrarian: "Horizontal position accuracy explanation" + libopac: "Horizontal position accuracy explanation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "i" + liblibrarian: "Vertical positional accuracy report" + libopac: "Vertical positional accuracy report" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "j" + liblibrarian: "Vertical positional accuracy value" + libopac: "Vertical positional accuracy value" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "k" + liblibrarian: "Vertical positional accuracy explanation" + libopac: "Vertical positional accuracy explanation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "m" + liblibrarian: "Cloud cover" + libopac: "Cloud cover" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "514" + tagsubfield: "z" + liblibrarian: "Display note" + libopac: "Display note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "515" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "515" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "515" + tagsubfield: "a" + liblibrarian: "Numbering peculiarities note" + libopac: "Numbering peculiarities note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "515" + tagsubfield: "z" + liblibrarian: "Source of note information (SE) [OBSOLETE]" + libopac: "Source of note information (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: -1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "516" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "516" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "516" + tagsubfield: "a" + liblibrarian: "Type of computer file or data note" + libopac: "Type of computer file or data note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "517" + tagsubfield: "a" + liblibrarian: "Different formats" + libopac: "Different formats" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "517" + tagsubfield: "b" + liblibrarian: "Content descriptors" + libopac: "Content descriptors" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "517" + tagsubfield: "c" + liblibrarian: "Additional animation techniques" + libopac: "Additional animation techniques" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "a" + liblibrarian: "Date/time and place of an event note" + libopac: "Date/time and place of an event note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "d" + liblibrarian: "Date of event" + libopac: "Date of event" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "o" + liblibrarian: "Other event information" + libopac: "Other event information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "518" + tagsubfield: "p" + liblibrarian: "Place of event" + libopac: "Place of event" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "a" + liblibrarian: "Summary, etc." + libopac: "Summary, etc." + repeatable: 0 + mandatory: 0 + kohafield: biblio.abstract + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "b" + liblibrarian: "Expansion of summary note" + libopac: "Expansion of summary note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "c" + liblibrarian: "Assigning source" + libopac: "Assigning source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "520" + tagsubfield: "z" + liblibrarian: "Source of note information [OBSOLETE]" + libopac: "Source of note information [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "521" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "521" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "521" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "521" + tagsubfield: "a" + liblibrarian: "Target audience note" + libopac: "Target audience note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "521" + tagsubfield: "b" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "522" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "522" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "522" + tagsubfield: "a" + liblibrarian: "Geographic coverage note" + libopac: "Geographic coverage note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "523" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "523" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "523" + tagsubfield: "a" + liblibrarian: "Time period of content note" + libopac: "Time period of content note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "524" + tagsubfield: "2" + liblibrarian: "Source of schema used" + libopac: "Source of schema used" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "524" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "524" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "524" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "524" + tagsubfield: "a" + liblibrarian: "Preferred citation of described materials note" + libopac: "Preferred citation of described materials note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "525" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "525" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "525" + tagsubfield: "a" + liblibrarian: "Supplement note" + libopac: "Supplement note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "525" + tagsubfield: "z" + liblibrarian: "Source of note information (SE) [OBSOLETE]" + libopac: "Source of note information (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "a" + liblibrarian: "Program name" + libopac: "Program name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "b" + liblibrarian: "Interest level" + libopac: "Interest level" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "c" + liblibrarian: "Reading level" + libopac: "Reading level" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "d" + liblibrarian: "Title point value" + libopac: "Title point value" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "i" + liblibrarian: "Display text" + libopac: "Display text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "526" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "527" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "527" + tagsubfield: "a" + liblibrarian: "Censorship note" + libopac: "Censorship note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "a" + liblibrarian: "Additional physical form available note" + libopac: "Additional physical form available note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "b" + liblibrarian: "Availability source" + libopac: "Availability source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "c" + liblibrarian: "Availability conditions" + libopac: "Availability conditions" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "d" + liblibrarian: "Order number" + libopac: "Order number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "530" + tagsubfield: "z" + liblibrarian: "Source of note information (AM CF VM SE) [OBSOLETE]" + libopac: "Source of note information (AM CF VM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "532" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "532" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "532" + tagsubfield: "a" + liblibrarian: "Summary of accessibility" + libopac: "Summary of accessibility" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "7" + liblibrarian: "Fixed-length data elements of reproduction" + libopac: "Fixed-length data elements of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "a" + liblibrarian: "Type of reproduction" + libopac: "Type of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "b" + liblibrarian: "Place of reproduction" + libopac: "Place of reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "c" + liblibrarian: "Agency responsible for reproduction" + libopac: "Agency responsible for reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "d" + liblibrarian: "Date of reproduction" + libopac: "Date of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "e" + liblibrarian: "Physical description of reproduction" + libopac: "Physical description of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "f" + liblibrarian: "Series statement of reproduction" + libopac: "Series statement of reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "m" + liblibrarian: "Dates and/or sequential designation of issues reproduced" + libopac: "Dates and/or sequential designation of issues reproduced" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "533" + tagsubfield: "n" + liblibrarian: "Note about reproduction" + libopac: "Note about reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "a" + liblibrarian: "Main entry of original" + libopac: "Main entry of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "b" + liblibrarian: "Edition statement of original" + libopac: "Edition statement of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "c" + liblibrarian: "Publication, distribution, etc. of original" + libopac: "Publication, distribution, etc. of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "e" + liblibrarian: "Physical description, etc. of original" + libopac: "Physical description, etc. of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "f" + liblibrarian: "Series statement of original" + libopac: "Series statement of original" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "k" + liblibrarian: "Key title of original" + libopac: "Key title of original" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "l" + liblibrarian: "Location of original" + libopac: "Location of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "m" + liblibrarian: "Material specific details" + libopac: "Material specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "n" + liblibrarian: "Note about original" + libopac: "Note about original" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "o" + liblibrarian: "Other resource identifier" + libopac: "Other resource identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "p" + liblibrarian: "Introductory phrase" + libopac: "Introductory phrase" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "t" + liblibrarian: "Title statement of original" + libopac: "Title statement of original" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "534" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "a" + liblibrarian: "Custodian" + libopac: "Custodian" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "b" + liblibrarian: "Postal address" + libopac: "Postal address" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "c" + liblibrarian: "Country" + libopac: "Country" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "d" + liblibrarian: "Telecommunications address" + libopac: "Telecommunications address" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "535" + tagsubfield: "g" + liblibrarian: "Repository location code" + libopac: "Repository location code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "a" + liblibrarian: "Text of note" + libopac: "Text of note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "b" + liblibrarian: "Contract number" + libopac: "Contract number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "c" + liblibrarian: "Grant number" + libopac: "Grant number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "d" + liblibrarian: "Undifferentiated number" + libopac: "Undifferentiated number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "e" + liblibrarian: "Program element number" + libopac: "Program element number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "f" + liblibrarian: "Project number" + libopac: "Project number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "g" + liblibrarian: "Task number" + libopac: "Task number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "536" + tagsubfield: "h" + liblibrarian: "Work unit number" + libopac: "Work unit number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "537" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "537" + tagsubfield: "a" + liblibrarian: "Source of data note" + libopac: "Source of data note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "a" + liblibrarian: "System details note" + libopac: "System details note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "i" + liblibrarian: "Display text" + libopac: "Display text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "538" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "a" + liblibrarian: "Terms governing use and reproduction" + libopac: "Terms governing use and reproduction" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "b" + liblibrarian: "Jurisdiction" + libopac: "Jurisdiction" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "c" + liblibrarian: "Authorization" + libopac: "Authorization" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "d" + liblibrarian: "Authorized users" + libopac: "Authorized users" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "f" + liblibrarian: "Use and reproduction rights" + libopac: "Use and reproduction rights" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "g" + liblibrarian: "Availability date" + libopac: "Availability date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "q" + liblibrarian: "Supplying agency" + libopac: "Supplying agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "540" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "a" + liblibrarian: "Source of acquisition" + libopac: "Source of acquisition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "b" + liblibrarian: "Address" + libopac: "Address" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "c" + liblibrarian: "Method of acquisition" + libopac: "Method of acquisition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "d" + liblibrarian: "Date of acquisition" + libopac: "Date of acquisition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "e" + liblibrarian: "Accession number" + libopac: "Accession number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "f" + liblibrarian: "Owner" + libopac: "Owner" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "h" + liblibrarian: "Purchase price" + libopac: "Purchase price" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "n" + liblibrarian: "Extent" + libopac: "Extent" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "541" + tagsubfield: "o" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "a" + liblibrarian: "Personal creator" + libopac: "Personal creator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "b" + liblibrarian: "Personal creator death date" + libopac: "Personal creator death date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "c" + liblibrarian: "Corporate creator" + libopac: "Corporate creator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "d" + liblibrarian: "Copyright holder" + libopac: "Copyright holder" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "e" + liblibrarian: "Copyright holder contact information" + libopac: "Copyright holder contact information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "f" + liblibrarian: "Copyright statement" + libopac: "Copyright statement" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "g" + liblibrarian: "Copyright date" + libopac: "Copyright date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "h" + liblibrarian: "Copyright renewal date" + libopac: "Copyright renewal date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "i" + liblibrarian: "Publication date" + libopac: "Publication date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "j" + liblibrarian: "Creation date" + libopac: "Creation date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "k" + liblibrarian: "Publisher" + libopac: "Publisher" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "l" + liblibrarian: "Copyright status" + libopac: "Copyright status" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "m" + liblibrarian: "Publication status" + libopac: "Publication status" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "o" + liblibrarian: "Research date" + libopac: "Research date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "p" + liblibrarian: "Country of publication or creation" + libopac: "Country of publication or creation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "q" + liblibrarian: "Supplying agency" + libopac: "Supplying agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "r" + liblibrarian: "Jurisdiction of copyright assessment" + libopac: "Jurisdiction of copyright assessment" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "s" + liblibrarian: "Source of information" + libopac: "Source of information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "542" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "543" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "543" + tagsubfield: "a" + liblibrarian: "Solicitation information note" + libopac: "Solicitation information note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "a" + liblibrarian: "Custodian" + libopac: "Custodian" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "b" + liblibrarian: "Address" + libopac: "Address" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "c" + liblibrarian: "Country" + libopac: "Country" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "d" + liblibrarian: "Title" + libopac: "Title" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "e" + liblibrarian: "Provenance" + libopac: "Provenance" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "544" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "545" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "545" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "545" + tagsubfield: "a" + liblibrarian: "Biographical or historical data" + libopac: "Biographical or historical data" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "545" + tagsubfield: "b" + liblibrarian: "Expansion" + libopac: "Expansion" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "545" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "a" + liblibrarian: "Language note" + libopac: "Language note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "b" + liblibrarian: "Information code or alphabet" + libopac: "Information code or alphabet" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "546" + tagsubfield: "z" + liblibrarian: "Source of note information (SE) [OBSOLETE]" + libopac: "Source of note information (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "547" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "547" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "547" + tagsubfield: "a" + liblibrarian: "Former title complexity note" + libopac: "Former title complexity note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "547" + tagsubfield: "z" + liblibrarian: "Source of note information (SE) [OBSOLETE]" + libopac: "Source of note information (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "550" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "550" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "550" + tagsubfield: "a" + liblibrarian: "Issuing body note" + libopac: "Issuing body note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "550" + tagsubfield: "z" + liblibrarian: "Source of note information (SE) [OBSOLETE]" + libopac: "Source of note information (SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "a" + liblibrarian: "Entity type label" + libopac: "Entity type label" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "b" + liblibrarian: "Entity type definition and source" + libopac: "Entity type definition and source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "c" + liblibrarian: "Attribute label" + libopac: "Attribute label" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "d" + liblibrarian: "Attribute definition and source" + libopac: "Attribute definition and source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "e" + liblibrarian: "Enumerated domain value" + libopac: "Enumerated domain value" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "f" + liblibrarian: "Enumerated domain value definition and source" + libopac: "Enumerated domain value definition and source" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "g" + liblibrarian: "Range domain minimum and maximum" + libopac: "Range domain minimum and maximum" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "h" + liblibrarian: "Codeset name and source" + libopac: "Codeset name and source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "i" + liblibrarian: "Unrepresentable domain" + libopac: "Unrepresentable domain" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "j" + liblibrarian: "Attribute units of measurement and resolution" + libopac: "Attribute units of measurement and resolution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "k" + liblibrarian: "Beginning and ending date of attribute values" + libopac: "Beginning and ending date of attribute values" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "l" + liblibrarian: "Attribute value accuracy" + libopac: "Attribute value accuracy" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "m" + liblibrarian: "Attribute value accuracy explanation" + libopac: "Attribute value accuracy explanation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "n" + liblibrarian: "Attribute measurement frequency" + libopac: "Attribute measurement frequency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "o" + liblibrarian: "Entity and attribute overview" + libopac: "Entity and attribute overview" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "p" + liblibrarian: "Entity and attribute detail citation" + libopac: "Entity and attribute detail citation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "552" + tagsubfield: "z" + liblibrarian: "Display note" + libopac: "Display note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "a" + liblibrarian: "Cumulative index/finding aids note" + libopac: "Cumulative index/finding aids note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "b" + liblibrarian: "Availability source" + libopac: "Availability source" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "c" + liblibrarian: "Degree of control" + libopac: "Degree of control" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "d" + liblibrarian: "Bibliographic reference" + libopac: "Bibliographic reference" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "555" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "556" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "556" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "556" + tagsubfield: "a" + liblibrarian: "Information about documentation note" + libopac: "Information about documentation note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "556" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "a" + liblibrarian: "History" + libopac: "History" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "b" + liblibrarian: "Time of collation [OBSOLETE]" + libopac: "Time of collation [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "561" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "a" + liblibrarian: "Identifying markings" + libopac: "Identifying markings" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "b" + liblibrarian: "Copy identification" + libopac: "Copy identification" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "c" + liblibrarian: "Version identification" + libopac: "Version identification" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "d" + liblibrarian: "Presentation format" + libopac: "Presentation format" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "562" + tagsubfield: "e" + liblibrarian: "Number of copies" + libopac: "Number of copies" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "a" + liblibrarian: "Binding note" + libopac: "Binding note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "563" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "a" + liblibrarian: "Number of cases/variables" + libopac: "Number of cases/variables" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "b" + liblibrarian: "Name of variable" + libopac: "Name of variable" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "c" + liblibrarian: "Unit of analysis" + libopac: "Unit of analysis" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "d" + liblibrarian: "Universe of data" + libopac: "Universe of data" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "565" + tagsubfield: "e" + liblibrarian: "Filing scheme or code" + libopac: "Filing scheme or code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "a" + liblibrarian: "Methodology note" + libopac: "Methodology note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "567" + tagsubfield: "b" + liblibrarian: "Controlled term" + libopac: "Controlled term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "570" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "570" + tagsubfield: "a" + liblibrarian: "Editor note" + libopac: "Editor note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "570" + tagsubfield: "z" + liblibrarian: "Source of note information" + libopac: "Source of note information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "580" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "580" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "580" + tagsubfield: "a" + liblibrarian: "Linking entry complexity note" + libopac: "Linking entry complexity note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "580" + tagsubfield: "z" + liblibrarian: "Source of note information [OBSOLETE]" + libopac: "Source of note information [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "581" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "581" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "581" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "581" + tagsubfield: "a" + liblibrarian: "Publications about described materials note" + libopac: "Publications about described materials note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "581" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "582" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "582" + tagsubfield: "a" + liblibrarian: "Related computer files note" + libopac: "Related computer files note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "a" + liblibrarian: "Action" + libopac: "Action" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "b" + liblibrarian: "Action identification" + libopac: "Action identification" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "c" + liblibrarian: "Time/date of action" + libopac: "Time/date of action" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "d" + liblibrarian: "Action interval" + libopac: "Action interval" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "e" + liblibrarian: "Contingency for action" + libopac: "Contingency for action" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "f" + liblibrarian: "Authorization" + libopac: "Authorization" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "h" + liblibrarian: "Jurisdiction" + libopac: "Jurisdiction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "i" + liblibrarian: "Method of action" + libopac: "Method of action" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "j" + liblibrarian: "Site of action" + libopac: "Site of action" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "k" + liblibrarian: "Action agent" + libopac: "Action agent" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "l" + liblibrarian: "Status" + libopac: "Status" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "n" + liblibrarian: "Extent" + libopac: "Extent" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "o" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 4 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "583" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "a" + liblibrarian: "Accumulation" + libopac: "Accumulation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "584" + tagsubfield: "b" + liblibrarian: "Frequency of use" + libopac: "Frequency of use" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "585" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "585" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: -6 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "585" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "585" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "585" + tagsubfield: "a" + liblibrarian: "Exhibitions note" + libopac: "Exhibitions note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "586" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "586" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "586" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "586" + tagsubfield: "a" + liblibrarian: "Awards note" + libopac: "Awards note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "588" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "588" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "588" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "588" + tagsubfield: "a" + liblibrarian: "Source of description note" + libopac: "Source of description note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 5 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "6" + liblibrarian: "Linkage (RLIN)" + libopac: "Linkage (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "8" + liblibrarian: "Field link and sequence number (RLIN)" + libopac: "Field link and sequence number (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "a" + liblibrarian: "Local note" + libopac: "Local note" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "b" + liblibrarian: "Provenance (VM) [OBSOLETE]" + libopac: "Provenance (VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "c" + liblibrarian: "Condition of individual reels (VM) [OBSOLETE]" + libopac: "Condition of individual reels (VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "590" + tagsubfield: "d" + liblibrarian: "Origin of safety copy (VM) [OBSOLETE]" + libopac: "Origin of safety copy (VM) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 5 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "600" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "610" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "j" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "611" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "630" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "647" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "a" + liblibrarian: "Chronological term" + libopac: "Chronological term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: CHRON_TERM + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "648" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "a" + liblibrarian: "Topical term or geographic name entry element" + libopac: "Topical term or geographic name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "'6003','600a','600b','600c','600d','600e','600f','600g','600h','600k','600l','600m','600n','600o','600p','600r','600s','600t','600u','600x','600z','600y','600v','6103','610a','610b','610c','610d','610e','610f','610g','610h','610k','610l','610m','610n','610o','610p','610r','610s','610t','610u','610x','610z','610y','610v','6113','611a','611b','611c','611d','611e','611f','611g','611h','611k','611l','611m','611n','611o','611p','611r','611s','611t','611u','611x','611z','611y','611v','630a','630b','630c','630d','630e','630f','630g','630h','630k','630l','630m','630n','630o','630p','630r','630s','630t','630x','630z','630y','630v','6483','648a','648x','648z','648y','648v','6503','650b','650c','650d','650e','650x','650z','650y','650v','6513','651a','651b','651c','651d','651e','651x','651z','651y','651v','653a','6543','654a','654b','654x','654z','654y','654v','6553','655a','655b','655x','655z','655y','655v','6563','656a','656k','656x','656z','656y','656v','6573','657a','657x','657z','657y','657v','658a','658b','658c','658d','658v'" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "b" + liblibrarian: "Topical term following geographic name entry element" + libopac: "Topical term following geographic name entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "c" + liblibrarian: "Location of event" + libopac: "Location of event" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "d" + liblibrarian: "Active dates" + libopac: "Active dates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "650" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "a" + liblibrarian: "Geographic name" + libopac: "Geographic name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: GEOGR_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "b" + liblibrarian: "Geographic name following place entry element [OBSOLETE]" + libopac: "Geographic name following place entry element [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "651" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "652" + tagsubfield: "a" + liblibrarian: "Geographic name of place element" + libopac: "Geographic name of place element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "652" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "652" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "652" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "653" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "653" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "653" + tagsubfield: "a" + liblibrarian: "Uncontrolled term" + libopac: "Uncontrolled term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "a" + liblibrarian: "Focus term" + libopac: "Focus term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "b" + liblibrarian: "Non-focus term" + libopac: "Non-focus term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "c" + liblibrarian: "Facet/hierarchy designation" + libopac: "Facet/hierarchy designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "654" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "a" + liblibrarian: "Genre/form data or focus term" + libopac: "Genre/form data or focus term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: GENRE/FORM + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "b" + liblibrarian: "Non-focus term" + libopac: "Non-focus term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "c" + liblibrarian: "Facet/hierarchy designation" + libopac: "Facet/hierarchy designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "655" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "a" + liblibrarian: "Occupation" + libopac: "Occupation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "k" + liblibrarian: "Form" + libopac: "Form" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "656" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "a" + liblibrarian: "Function" + libopac: "Function" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "657" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "2" + liblibrarian: "Source of term or code" + libopac: "Source of term or code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "a" + liblibrarian: "Main curriculum objective" + libopac: "Main curriculum objective" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "b" + liblibrarian: "Subordinate curriculum objective" + libopac: "Subordinate curriculum objective" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "c" + liblibrarian: "Curriculum code" + libopac: "Curriculum code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "658" + tagsubfield: "d" + liblibrarian: "Correlation factor" + libopac: "Correlation factor" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "a" + liblibrarian: "Country or larger entity" + libopac: "Country or larger entity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: GEOGR_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "b" + liblibrarian: "First-order political jurisdiction" + libopac: "First-order political jurisdiction" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "c" + liblibrarian: "Intermediate political jurisdiction" + libopac: "Intermediate political jurisdiction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "d" + liblibrarian: "City" + libopac: "City" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "f" + liblibrarian: "City subsection" + libopac: "City subsection" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "g" + liblibrarian: "Other nonjurisdictional geographic region and feature" + libopac: "Other nonjurisdictional geographic region and feature" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "662" + tagsubfield: "h" + liblibrarian: "Extraterrestrial area" + libopac: "Extraterrestrial area" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "2" + liblibrarian: "Source of name, title, or term" + libopac: "Source of name, title, or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "a" + liblibrarian: "Name, title, or term" + libopac: "Name, title, or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "688" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "a" + liblibrarian: "Topical term or geographic name as entry element" + libopac: "Topical term or geographic name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: TOPIC_TERM + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "b" + liblibrarian: "Topical term following geographic name as entry element" + libopac: "Topical term following geographic name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "c" + liblibrarian: "Location of event" + libopac: "Location of event" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "d" + liblibrarian: "Active dates" + libopac: "Active dates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "690" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "a" + liblibrarian: "Geographic name" + libopac: "Geographic name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: GEOGR_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "b" + liblibrarian: "Geographic name following place entry element [OBSOLETE]" + libopac: "Geographic name following place entry element [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "691" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "696" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "697" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: + tab: -1 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "698" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "699" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 6 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "700" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "705" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "710" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "j" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "711" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name" + libopac: "Corporate name or jurisdiction name" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "715" + tagsubfield: "u" + liblibrarian: "Nonprinting information" + libopac: "Nonprinting information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "720" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "720" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "720" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "720" + tagsubfield: "a" + liblibrarian: "Name" + libopac: "Name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "720" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "730" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "a" + liblibrarian: "Uncontrolled related/analytical title" + libopac: "Uncontrolled related/analytical title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "740" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "a" + liblibrarian: "Geographic name" + libopac: "Geographic name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "751" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "a" + liblibrarian: "Country or larger entity" + libopac: "Country or larger entity" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "b" + liblibrarian: "First-order political jurisdiction" + libopac: "First-order political jurisdiction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "c" + liblibrarian: "Intermediate political jurisdiction" + libopac: "Intermediate political jurisdiction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "d" + liblibrarian: "City" + libopac: "City" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "f" + liblibrarian: "City subsection" + libopac: "City subsection" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "g" + liblibrarian: "Other nonjurisdictional geographic region and feature" + libopac: "Other nonjurisdictional geographic region and feature" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "752" + tagsubfield: "h" + liblibrarian: "Extraterrestrial area" + libopac: "Extraterrestrial area" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "2" + liblibrarian: "Source of term" + libopac: "Source of term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "a" + liblibrarian: "Make and model of machine" + libopac: "Make and model of machine" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "b" + liblibrarian: "Programming language" + libopac: "Programming language" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "753" + tagsubfield: "c" + liblibrarian: "Operating system" + libopac: "Operating system" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "2" + liblibrarian: "Source of taxonomic identification" + libopac: "Source of taxonomic identification" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "a" + liblibrarian: "Taxonomic name" + libopac: "Taxonomic name" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "c" + liblibrarian: "Taxonomic category" + libopac: "Taxonomic category" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "d" + liblibrarian: "Common or alternative name" + libopac: "Common or alternative name" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "x" + liblibrarian: "Non-public note" + libopac: "Non-public note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "754" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "2" + liblibrarian: "Source of taxonomic identification" + libopac: "Source of taxonomic identification" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "a" + liblibrarian: "Access term" + libopac: "Access term" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "755" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "a" + liblibrarian: "Label" + libopac: "Label" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "758" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "760" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "762" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "765" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "767" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number " + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "770" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "772" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "0" + liblibrarian: "Host Biblionumber" + libopac: "Host Biblionumber" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "9" + liblibrarian: "Host Itemnumber" + libopac: "Host Itemnumber" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "p" + liblibrarian: "Abbreviated title" + libopac: "Abbreviated title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "q" + liblibrarian: "Enumeration and first page" + libopac: "Enumeration and first page" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "773" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "774" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "e" + liblibrarian: "Language code" + libopac: "Language code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "f" + liblibrarian: "Country code" + libopac: "Country code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "775" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "776" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "777" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "780" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "785" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "j" + liblibrarian: "Period of content" + libopac: "Period of content" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "p" + liblibrarian: "Abbreviated title" + libopac: "Abbreviated title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "v" + liblibrarian: "Source Contribution" + libopac: "Source Contribution" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "786" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "a" + liblibrarian: "Main entry heading" + libopac: "Main entry heading" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "b" + liblibrarian: "Edition" + libopac: "Edition" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "c" + liblibrarian: "Qualifying information" + libopac: "Qualifying information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "d" + liblibrarian: "Place, publisher, and date of publication" + libopac: "Place, publisher, and date of publication" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "g" + liblibrarian: "Related parts" + libopac: "Related parts" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "h" + liblibrarian: "Physical description" + libopac: "Physical description" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "k" + liblibrarian: "Series data for related item" + libopac: "Series data for related item" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "m" + liblibrarian: "Material-specific details" + libopac: "Material-specific details" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "n" + liblibrarian: "Note" + libopac: "Note" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "o" + liblibrarian: "Other item identifier" + libopac: "Other item identifier" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "q" + liblibrarian: "Parallel title (BK SE) [OBSOLETE]" + libopac: "Parallel title (BK SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "r" + liblibrarian: "Report number" + libopac: "Report number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "s" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "t" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "u" + liblibrarian: "Standard Technical Report Number" + libopac: "Standard Technical Report Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "y" + liblibrarian: "CODEN designation" + libopac: "CODEN designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "787" + tagsubfield: "z" + liblibrarian: "International Standard Book Number" + libopac: "International Standard Book Number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "%" + liblibrarian: "%" + libopac: "%" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "789" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "796" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "797" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "798" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 7 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "799" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 7 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "800" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "810" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "8" + liblibrarian: "Field link and sequence number " + libopac: "Field link and sequence number " + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "j" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "811" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 1 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "7" + liblibrarian: "Control subfield" + libopac: "Control subfield" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "830" + tagsubfield: "x" + liblibrarian: "International Standard Serial Number" + libopac: "International Standard Serial Number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "840" + tagsubfield: "a" + liblibrarian: "Title" + libopac: "Title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "840" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "840" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "841" + tagsubfield: "a" + liblibrarian: "Type of record" + libopac: "Type of record" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "841" + tagsubfield: "b" + liblibrarian: "Fixed-length data elements" + libopac: "Fixed-length data elements" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "841" + tagsubfield: "e" + liblibrarian: "Encoding level" + libopac: "Encoding level" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "842" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "842" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "842" + tagsubfield: "a" + liblibrarian: "Textual physical form designator" + libopac: "Textual physical form designator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "7" + liblibrarian: "Fixed-length data elements of reproduction" + libopac: "Fixed-length data elements of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "a" + liblibrarian: "Type of reproduction" + libopac: "Type of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "b" + liblibrarian: "Place of reproduction" + libopac: "Place of reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "c" + liblibrarian: "Agency responsible for reproduction" + libopac: "Agency responsible for reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "d" + liblibrarian: "Date of reproduction" + libopac: "Date of reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "e" + liblibrarian: "Physical description of reproduction" + libopac: "Physical description of reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "f" + liblibrarian: "Series statement of reproduction" + libopac: "Series statement of reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "m" + liblibrarian: "Dates of publication and/or sequential designation of issues reproduced" + libopac: "Dates of publication and/or sequential designation of issues reproduced" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "843" + tagsubfield: "n" + liblibrarian: "Note about reproduction" + libopac: "Note about reproduction" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "844" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "844" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "844" + tagsubfield: "a" + liblibrarian: "Name of unit" + libopac: "Name of unit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "a" + liblibrarian: "Terms governing use and reproduction" + libopac: "Terms governing use and reproduction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "b" + liblibrarian: "Jurisdiction" + libopac: "Jurisdiction" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "c" + liblibrarian: "Authorization" + libopac: "Authorization" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "845" + tagsubfield: "d" + liblibrarian: "Authorized users" + libopac: "Authorized users" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "850" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "850" + tagsubfield: "a" + liblibrarian: "Holding institution" + libopac: "Holding institution" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "850" + tagsubfield: "b" + liblibrarian: "Holdings (NR) (MU VM SE) [OBSOLETE]" + libopac: "Holdings (NR) (MU VM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "850" + tagsubfield: "d" + liblibrarian: "Inclusive dates (NR) (MU VM SE) [OBSOLETE]" + libopac: "Inclusive dates (NR) (MU VM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "850" + tagsubfield: "e" + liblibrarian: "Retention statement (NR) (CF MU VM SE) [OBSOLETE]" + libopac: "Retention statement (NR) (CF MU VM SE) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "a" + liblibrarian: "Name (custodian or owner)" + libopac: "Name (custodian or owner)" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "b" + liblibrarian: "Institutional division" + libopac: "Institutional division" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "c" + liblibrarian: "Street address" + libopac: "Street address" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "d" + liblibrarian: "Country" + libopac: "Country" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "e" + liblibrarian: "Location of units" + libopac: "Location of units" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "f" + liblibrarian: "Item number" + libopac: "Item number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "851" + tagsubfield: "g" + liblibrarian: "Repository location code" + libopac: "Repository location code" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "2" + liblibrarian: "Source of classification or shelving scheme" + libopac: "Source of classification or shelving scheme" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "8" + liblibrarian: "Sequence number" + libopac: "Sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "a" + liblibrarian: "Location" + libopac: "Location" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "b" + liblibrarian: "Sublocation or collection" + libopac: "Sublocation or collection" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "c" + liblibrarian: "Shelving location" + libopac: "Shelving location" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "d" + liblibrarian: "Former shelving location" + libopac: "Former shelving location" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "e" + liblibrarian: "Address" + libopac: "Address" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "f" + liblibrarian: "Coded location qualifier" + libopac: "Coded location qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "g" + liblibrarian: "Non-coded location qualifier" + libopac: "Non-coded location qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "h" + liblibrarian: "Classification part" + libopac: "Classification part" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "i" + liblibrarian: "Item part" + libopac: "Item part" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "j" + liblibrarian: "Shelving control number" + libopac: "Shelving control number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "k" + liblibrarian: "Call number prefix" + libopac: "Call number prefix" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "l" + liblibrarian: "Shelving form of title" + libopac: "Shelving form of title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "m" + liblibrarian: "Call number suffix" + libopac: "Call number suffix" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "n" + liblibrarian: "Country code" + libopac: "Country code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "q" + liblibrarian: "Piece physical condition" + libopac: "Piece physical condition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "s" + liblibrarian: "Copyright article-fee code" + libopac: "Copyright article-fee code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "852" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "n" + liblibrarian: "Pattern note" + libopac: "Pattern note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "p" + liblibrarian: "Number of pieces per issuance" + libopac: "Number of pieces per issuance" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "t" + liblibrarian: "Copy" + libopac: "Copy" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "u" + liblibrarian: "Bibliographic units per next higher level" + libopac: "Bibliographic units per next higher level" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "v" + liblibrarian: "Numbering continuity" + libopac: "Numbering continuity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "w" + liblibrarian: "Frequency" + libopac: "Frequency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "x" + liblibrarian: "Calendar change" + libopac: "Calendar change" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "y" + liblibrarian: "Regularity pattern" + libopac: "Regularity pattern" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "853" + tagsubfield: "z" + liblibrarian: "Numbering scheme" + libopac: "Numbering scheme" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "n" + liblibrarian: "Pattern note" + libopac: "Pattern note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "p" + liblibrarian: "Number of pieces per issuance" + libopac: "Number of pieces per issuance" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "t" + liblibrarian: "Copy" + libopac: "Copy" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "u" + liblibrarian: "Bibliographic units per next higher level" + libopac: "Bibliographic units per next higher level" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "v" + liblibrarian: "Numbering continuity" + libopac: "Numbering continuity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "w" + liblibrarian: "Frequency" + libopac: "Frequency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "x" + liblibrarian: "Calendar change" + libopac: "Calendar change" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "y" + liblibrarian: "Regularity pattern" + libopac: "Regularity pattern" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "854" + tagsubfield: "z" + liblibrarian: "Numbering scheme" + libopac: "Numbering scheme" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "n" + liblibrarian: "Pattern note" + libopac: "Pattern note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "p" + liblibrarian: "Number of pieces per issuance" + libopac: "Number of pieces per issuance" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "t" + liblibrarian: "Copy" + libopac: "Copy" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "u" + liblibrarian: "Bibliographic units per next higher level" + libopac: "Bibliographic units per next higher level" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "v" + liblibrarian: "Numbering continuity" + libopac: "Numbering continuity" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "w" + liblibrarian: "Frequency" + libopac: "Frequency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "x" + liblibrarian: "Calendar change" + libopac: "Calendar change" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "y" + liblibrarian: "Regularity pattern" + libopac: "Regularity pattern" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "855" + tagsubfield: "z" + liblibrarian: "Numbering scheme" + libopac: "Numbering scheme" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "2" + liblibrarian: "Access method" + libopac: "Access method" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "7" + liblibrarian: "Access status" + libopac: "Access status" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "a" + liblibrarian: "Host name" + libopac: "Host name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "b" + liblibrarian: "Access number" + libopac: "Access number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "c" + liblibrarian: "Compression information" + libopac: "Compression information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "d" + liblibrarian: "Path" + libopac: "Path" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "f" + liblibrarian: "Electronic name" + libopac: "Electronic name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "h" + liblibrarian: "Processor of request" + libopac: "Processor of request" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "i" + liblibrarian: "Instruction" + libopac: "Instruction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "j" + liblibrarian: "Bits per second" + libopac: "Bits per second" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "k" + liblibrarian: "Password" + libopac: "Password" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "l" + liblibrarian: "Logon" + libopac: "Logon" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "m" + liblibrarian: "Contact for access assistance" + libopac: "Contact for access assistance" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "n" + liblibrarian: "Name of location of host" + libopac: "Name of location of host" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "o" + liblibrarian: "Operating system" + libopac: "Operating system" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "p" + liblibrarian: "Port" + libopac: "Port" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "q" + liblibrarian: "Electronic format type" + libopac: "Electronic format type" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "r" + liblibrarian: "Settings" + libopac: "Settings" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "s" + liblibrarian: "File size" + libopac: "File size" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "t" + liblibrarian: "Terminal emulation" + libopac: "Terminal emulation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: biblioitems.url + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "v" + liblibrarian: "Hours access method available" + libopac: "Hours access method available" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 1 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "y" + liblibrarian: "Link text" + libopac: "Link text" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "856" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "b" + liblibrarian: "Operator's initials, OID (RLIN)" + libopac: "Operator's initials, OID (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "c" + liblibrarian: "Cataloger's initials, CIN (RLIN)" + libopac: "Cataloger's initials, CIN (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "d" + liblibrarian: "TDC (RLIN)" + libopac: "TDC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "l" + liblibrarian: "LIB (RLIN)" + libopac: "LIB (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "p" + liblibrarian: "PRI (RLIN)" + libopac: "PRI (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "r" + liblibrarian: "REG (RLIN)" + libopac: "REG (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "v" + liblibrarian: "VER (RLIN)" + libopac: "VER (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "859" + tagsubfield: "x" + liblibrarian: "LDEL (RLIN)" + libopac: "LDEL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "n" + liblibrarian: "Converted Gregorian year" + libopac: "Converted Gregorian year" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "o" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "q" + liblibrarian: "Piece physical condition" + libopac: "Piece physical condition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "s" + liblibrarian: "Copyright article-fee code" + libopac: "Copyright article-fee code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "v" + liblibrarian: "Issuing date" + libopac: "Issuing date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "w" + liblibrarian: "Break indicator" + libopac: "Break indicator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "863" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "n" + liblibrarian: "Converted Gregorian year" + libopac: "Converted Gregorian year" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "o" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "q" + liblibrarian: "Piece physical condition" + libopac: "Piece physical condition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "s" + liblibrarian: "Copyright article-fee code" + libopac: "Copyright article-fee code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "v" + liblibrarian: "Issuing date" + libopac: "Issuing date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "w" + liblibrarian: "Break indicator" + libopac: "Break indicator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "864" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "a" + liblibrarian: "First level of enumeration" + libopac: "First level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "b" + liblibrarian: "Second level of enumeration" + libopac: "Second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "c" + liblibrarian: "Third level of enumeration" + libopac: "Third level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "d" + liblibrarian: "Fourth level of enumeration" + libopac: "Fourth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "e" + liblibrarian: "Fifth level of enumeration" + libopac: "Fifth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "f" + liblibrarian: "Sixth level of enumeration" + libopac: "Sixth level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "g" + liblibrarian: "Alternative numbering scheme, first level of enumeration" + libopac: "Alternative numbering scheme, first level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "h" + liblibrarian: "Alternative numbering scheme, second level of enumeration" + libopac: "Alternative numbering scheme, second level of enumeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "i" + liblibrarian: "First level of chronology" + libopac: "First level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "j" + liblibrarian: "Second level of chronology" + libopac: "Second level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "k" + liblibrarian: "Third level of chronology" + libopac: "Third level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "l" + liblibrarian: "Fourth level of chronology" + libopac: "Fourth level of chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "m" + liblibrarian: "Alternative numbering scheme, chronology" + libopac: "Alternative numbering scheme, chronology" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "n" + liblibrarian: "Converted Gregorian year" + libopac: "Converted Gregorian year" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "o" + liblibrarian: "Type of unit" + libopac: "Type of unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "q" + liblibrarian: "Piece physical condition" + libopac: "Piece physical condition" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "s" + liblibrarian: "Copyright article-fee code" + libopac: "Copyright article-fee code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "v" + liblibrarian: "Issuing date" + libopac: "Issuing date" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "w" + liblibrarian: "Break indicator" + libopac: "Break indicator" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "865" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "866" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "866" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "866" + tagsubfield: "a" + liblibrarian: "Textual string" + libopac: "Textual string" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "866" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "866" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "867" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "867" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "867" + tagsubfield: "a" + liblibrarian: "Textual string" + libopac: "Textual string" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "867" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "867" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "868" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "868" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "868" + tagsubfield: "a" + liblibrarian: "Textual string" + libopac: "Textual string" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "868" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "868" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "j" + liblibrarian: "Tag and sequence number" + libopac: "Tag and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "870" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "j" + liblibrarian: "Tag and sequence number" + libopac: "Tag and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "871" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "b" + liblibrarian: "Number [OBSOLETE]" + libopac: "Number [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "j" + liblibrarian: "Tag and sequence number" + libopac: "Tag and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "872" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "j" + liblibrarian: "Tag and sequence number" + libopac: "Tag and sequence number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "873" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "8" + liblibrarian: "Sequence number" + libopac: "Sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "a" + liblibrarian: "Internal item number" + libopac: "Internal item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "b" + liblibrarian: "Invalid or canceled internal item number" + libopac: "Invalid or canceled internal item number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "c" + liblibrarian: "Cost" + libopac: "Cost" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "d" + liblibrarian: "Date acquired" + libopac: "Date acquired" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "e" + liblibrarian: "Source of acquisition" + libopac: "Source of acquisition" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "h" + liblibrarian: "Use restrictions" + libopac: "Use restrictions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "j" + liblibrarian: "Item status" + libopac: "Item status" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "l" + liblibrarian: "Temporary location" + libopac: "Temporary location" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "r" + liblibrarian: "Invalid or canceled piece designation" + libopac: "Invalid or canceled piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "876" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "8" + liblibrarian: "Sequence number" + libopac: "Sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "a" + liblibrarian: "Internal item number" + libopac: "Internal item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "b" + liblibrarian: "Invalid or canceled internal item number" + libopac: "Invalid or canceled internal item number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "c" + liblibrarian: "Cost" + libopac: "Cost" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "d" + liblibrarian: "Date acquired" + libopac: "Date acquired" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "e" + liblibrarian: "Source of acquisition" + libopac: "Source of acquisition" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "h" + liblibrarian: "Use restrictions" + libopac: "Use restrictions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "j" + liblibrarian: "Item status" + libopac: "Item status" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "l" + liblibrarian: "Temporary location" + libopac: "Temporary location" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "r" + liblibrarian: "Invalid or canceled piece designation" + libopac: "Invalid or canceled piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "877" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "8" + liblibrarian: "Sequence number" + libopac: "Sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "a" + liblibrarian: "Internal item number" + libopac: "Internal item number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "b" + liblibrarian: "Invalid or canceled internal item number" + libopac: "Invalid or canceled internal item number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "c" + liblibrarian: "Cost" + libopac: "Cost" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "d" + liblibrarian: "Date acquired" + libopac: "Date acquired" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "e" + liblibrarian: "Source of acquisition" + libopac: "Source of acquisition" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "h" + liblibrarian: "Use restrictions" + libopac: "Use restrictions" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "j" + liblibrarian: "Item status" + libopac: "Item status" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "l" + liblibrarian: "Temporary location" + libopac: "Temporary location" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "p" + liblibrarian: "Piece designation" + libopac: "Piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "r" + liblibrarian: "Invalid or canceled piece designation" + libopac: "Invalid or canceled piece designation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "t" + liblibrarian: "Copy number" + libopac: "Copy number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "878" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "880" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "882" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "882" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "882" + tagsubfield: "a" + liblibrarian: "Replacement title" + libopac: "Replacement title" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "882" + tagsubfield: "i" + liblibrarian: "Explanatory text" + libopac: "Explanatory text" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "882" + tagsubfield: "w" + liblibrarian: "Replacement bibliographic record control number" + libopac: "Replacement bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "a" + liblibrarian: "Generation process" + libopac: "Generation process" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "c" + liblibrarian: "Confidence value" + libopac: "Confidence value" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "d" + liblibrarian: "Generation date" + libopac: "Generation date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "q" + liblibrarian: "Generation agency" + libopac: "Generation agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "w" + liblibrarian: "Bibliographic record control number" + libopac: "Bibliographic record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "883" + tagsubfield: "x" + liblibrarian: "Validity end date" + libopac: "Validity end date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "884" + tagsubfield: "a" + liblibrarian: "Conversion process" + libopac: "Conversion process" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "884" + tagsubfield: "g" + liblibrarian: "Conversion date" + libopac: "Conversion date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "884" + tagsubfield: "k" + liblibrarian: "Identifier of source metadata" + libopac: "Identifier of source metadata" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "884" + tagsubfield: "q" + liblibrarian: "Conversion agency" + libopac: "Conversion agency" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "884" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "5" + liblibrarian: "Institution to which field applies" + libopac: "Institution to which field applies" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "a" + liblibrarian: "Matching information" + libopac: "Matching information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "b" + liblibrarian: "Status of matching and its checking" + libopac: "Status of matching and its checking" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "c" + liblibrarian: "Confidence value" + libopac: "Confidence value" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "d" + liblibrarian: "Generation date" + libopac: "Generation date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "885" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "886" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "887" + tagsubfield: "2" + liblibrarian: "Source of data" + libopac: "Source of data" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "887" + tagsubfield: "a" + liblibrarian: "Content of non-MARC field" + libopac: "Content of non-MARC field" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: 0 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: PERSO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "896" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: CORPO_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "897" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "8" + liblibrarian: "Field link and sequence number " + libopac: "Field link and sequence number " + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: MEETI_NAME + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "898" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "%" + liblibrarian: "% (RLIN)" + libopac: "% (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "9" + liblibrarian: "9 (RLIN)" + libopac: "9 (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: UNIF_TITLE + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "899" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 8 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "'110a','700a','710a'" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "900" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "901" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "902" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "903" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "904" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "905" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "906" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "907" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "908" + tagsubfield: "a" + liblibrarian: "Put command parameter" + libopac: "Put command parameter" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "910" + tagsubfield: "a" + liblibrarian: "User-option data" + libopac: "User-option data" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "b" + liblibrarian: "Number [OBSOLETE]" + libopac: "Number [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "911" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "930" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "936" + tagsubfield: "a" + 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 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "940" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "941" + tagsubfield: "a" + liblibrarian: "Romanized title" + libopac: "Romanized title" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "941" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 9 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Unifor title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 5 + frameworkcode: "" + seealso: "" + link: 130 + defaultvalue: + + - tagfield: "943" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "943" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "945" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "946" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "947" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "0" + liblibrarian: "0 (OCLC)" + libopac: "0 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "1" + liblibrarian: "1 (OCLC)" + libopac: "1 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "2" + liblibrarian: "2 (OCLC)" + libopac: "2 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "3" + liblibrarian: "3 (OCLC)" + libopac: "3 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "4" + liblibrarian: "4 (OCLC)" + libopac: "4 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "5" + liblibrarian: "5 (OCLC)" + libopac: "5 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "6" + liblibrarian: "6 (OCLC)" + libopac: "6 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "7" + liblibrarian: "7 (OCLC)" + libopac: "7 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "8" + liblibrarian: "8 (OCLC)" + libopac: "8 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "9" + liblibrarian: "9 (OCLC)" + libopac: "9 (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "a" + liblibrarian: "Series part designator, SPT (RLIN)" + libopac: "Series part designator, SPT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "b" + liblibrarian: "b (OCLC)" + libopac: "b (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "c" + liblibrarian: "c (OCLC)" + libopac: "c (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "d" + liblibrarian: "d (OCLC)" + libopac: "d (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "e" + liblibrarian: "e (OCLC)" + libopac: "e (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "f" + liblibrarian: "f (OCLC)" + libopac: "f (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "g" + liblibrarian: "g (OCLC)" + libopac: "g (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "h" + liblibrarian: "h (OCLC)" + libopac: "h (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "i" + liblibrarian: "i (OCLC)" + libopac: "i (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "j" + liblibrarian: "j (OCLC)" + libopac: "j (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "k" + liblibrarian: "k (OCLC)" + libopac: "k (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "l" + liblibrarian: "l (OCLC)" + libopac: "l (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "m" + liblibrarian: "m (OCLC)" + libopac: "m (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "n" + liblibrarian: "n (OCLC)" + libopac: "n (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "o" + liblibrarian: "o (OCLC)" + libopac: "o (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "p" + liblibrarian: "p (OCLC)" + libopac: "p (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "q" + liblibrarian: "q (OCLC)" + libopac: "q (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "r" + liblibrarian: "r (OCLC)" + libopac: "r (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "s" + liblibrarian: "s (OCLC)" + libopac: "s (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "t" + liblibrarian: "t (OCLC)" + libopac: "t (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "u" + liblibrarian: "u (OCLC)" + libopac: "u (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "v" + liblibrarian: "v (OCLC)" + libopac: "v (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "w" + liblibrarian: "w (OCLC)" + libopac: "w (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "x" + liblibrarian: "x (OCLC)" + libopac: "x (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "y" + liblibrarian: "y (OCLC)" + libopac: "y (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "948" + tagsubfield: "z" + liblibrarian: "z (OCLC)" + libopac: "z (OCLC)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "0" + liblibrarian: "0" + libopac: "0" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "1" + liblibrarian: "1" + libopac: "1" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "2" + liblibrarian: "2" + libopac: "2" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "3" + liblibrarian: "3" + libopac: "3" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "4" + liblibrarian: "4" + libopac: "4" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "5" + liblibrarian: "5" + libopac: "5" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "6" + liblibrarian: "6" + libopac: "6" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "7" + liblibrarian: "7" + libopac: "7" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "8" + liblibrarian: "8" + libopac: "8" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "9" + liblibrarian: "9" + libopac: "9" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "a" + liblibrarian: "a" + libopac: "a" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "b" + liblibrarian: "b" + libopac: "b" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "c" + liblibrarian: "c" + libopac: "c" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "d" + liblibrarian: "d" + libopac: "d" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "e" + liblibrarian: "e" + libopac: "e" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "f" + liblibrarian: "f" + libopac: "f" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "g" + liblibrarian: "g" + libopac: "g" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "h" + liblibrarian: "h" + libopac: "h" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "i" + liblibrarian: "i" + libopac: "i" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "j" + liblibrarian: "j" + libopac: "j" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "k" + liblibrarian: "k" + libopac: "k" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "l" + liblibrarian: "l" + libopac: "l" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "m" + liblibrarian: "m" + libopac: "m" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "n" + liblibrarian: "n" + libopac: "n" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "o" + liblibrarian: "o" + libopac: "o" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "p" + liblibrarian: "p" + libopac: "p" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "q" + liblibrarian: "q" + libopac: "q" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "r" + liblibrarian: "r" + libopac: "r" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "s" + liblibrarian: "s" + libopac: "s" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "t" + liblibrarian: "t" + libopac: "t" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "u" + liblibrarian: "u" + libopac: "u" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "v" + liblibrarian: "v" + libopac: "v" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "w" + liblibrarian: "w" + libopac: "w" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "x" + liblibrarian: "x" + libopac: "x" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "y" + liblibrarian: "y" + libopac: "y" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "949" + tagsubfield: "z" + liblibrarian: "z" + libopac: "z" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "a" + liblibrarian: "Classification number, LCAL (RLIN)" + libopac: "Classification number, LCAL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "b" + liblibrarian: "Book number/undivided call number, LCAL (RLIN)" + libopac: "Book number/undivided call number, LCAL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "d" + liblibrarian: "Additional free-text stamp above the call number, LCAL (RLIN)" + libopac: "Additional free-text stamp above the call number, LCAL (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "e" + 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 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "f" + liblibrarian: "Location-level footnote, LFNT (RLIN)" + libopac: "Location-level footnote, LFNT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "h" + liblibrarian: "Location-level output transaction history, LHST (RLIN)" + libopac: "Location-level output transaction history, LHST (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "i" + liblibrarian: "Location-level extra card request, LEXT (RLIN)" + libopac: "Location-level extra card request, LEXT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "l" + liblibrarian: "Permanent shelving location, LOC (RLIN)" + libopac: "Permanent shelving location, LOC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "n" + liblibrarian: "Location-level additional note, LANT (RLIN)" + libopac: "Location-level additional note, LANT (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "p" + liblibrarian: "Location-level pathfinder, LPTH (RLIN)" + libopac: "Location-level pathfinder, LPTH (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "t" + liblibrarian: "Location-level field suppression, LFSP (RLIN)" + libopac: "Location-level field suppression, LFSP (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "u" + liblibrarian: "Non-printing notes, LANT (RLIN)" + libopac: "Non-printing notes, LANT (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "v" + liblibrarian: "Volumes, LVOL (RLIN)" + libopac: "Volumes, LVOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "w" + liblibrarian: "Subscription status code, LANT (RLIN)" + libopac: "Subscription status code, LANT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "y" + liblibrarian: "Date, LVOL (RLIN)" + libopac: "Date, LVOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "950" + tagsubfield: "z" + liblibrarian: "Retention, LVOL (RLIN)" + libopac: "Retention, LVOL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "2" + liblibrarian: "Source of heading or term" + libopac: "Source of heading or term" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "a" + liblibrarian: "Geographic name" + libopac: "Geographic name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "b" + liblibrarian: "Geographic name following place entry element [OBSOLETE]" + libopac: "Geographic name following place entry element [OBSOLETE]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "v" + liblibrarian: "Form subdivision" + libopac: "Form subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "x" + liblibrarian: "General subdivision" + libopac: "General subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "y" + liblibrarian: "Chronological subdivision" + libopac: "Chronological subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "951" + tagsubfield: "z" + liblibrarian: "Geographic subdivision" + libopac: "Geographic subdivision" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 6 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "a" + liblibrarian: "Classification number, CCAL (RLIN)" + libopac: "Classification number, CCAL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "b" + liblibrarian: "Book number/undivided call number, CCAL (RLIN)" + libopac: "Book number/undivided call number, CCAL (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "c" + liblibrarian: "Copy information and material description, CCAL + MDES (RLIN)" + libopac: "Copy information and material description, CCAL + MDES (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "h" + liblibrarian: "Copy status--for earlier dates, CST (RLIN)" + libopac: "Copy status--for earlier dates, CST (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "i" + liblibrarian: "Copy status, CST (RLIN)" + libopac: "Copy status, CST (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "l" + liblibrarian: "Permanent shelving location, LOC (RLIN)" + libopac: "Permanent shelving location, LOC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "q" + liblibrarian: "Aquisitions control number, HNT (RLIN)" + libopac: "Aquisitions control number, HNT (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "r" + liblibrarian: "Circulation control number, HNT (RLIN)" + libopac: "Circulation control number, HNT (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "s" + liblibrarian: "Shelflist note, HNT (RLIN)" + libopac: "Shelflist note, HNT (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "955" + tagsubfield: "u" + liblibrarian: "Non-printing notes, HNT (RLIN)" + libopac: "Non-printing notes, HNT (RLIN)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "2" + liblibrarian: "Access method" + libopac: "Access method" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "a" + liblibrarian: "Host name" + libopac: "Host name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "b" + liblibrarian: "Access number" + libopac: "Access number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "c" + liblibrarian: "Compression information" + libopac: "Compression information" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "d" + liblibrarian: "Path" + libopac: "Path" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "f" + liblibrarian: "Electronic name" + libopac: "Electronic name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "h" + liblibrarian: "Processor of request" + libopac: "Processor of request" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "i" + liblibrarian: "Instruction" + libopac: "Instruction" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "j" + liblibrarian: "Bits per second" + libopac: "Bits per second" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "k" + liblibrarian: "Password" + libopac: "Password" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "l" + liblibrarian: "Logon" + libopac: "Logon" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "m" + liblibrarian: "Contact for access assistance" + libopac: "Contact for access assistance" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "n" + liblibrarian: "Name of location of host in subfield" + libopac: "Name of location of host in subfield" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "o" + liblibrarian: "Operating system" + libopac: "Operating system" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "p" + liblibrarian: "Port" + libopac: "Port" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "q" + liblibrarian: "Electronic format type" + libopac: "Electronic format type" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "r" + liblibrarian: "Settings" + libopac: "Settings" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "s" + liblibrarian: "File size" + libopac: "File size" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "t" + liblibrarian: "Terminal emulation" + libopac: "Terminal emulation" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "u" + liblibrarian: "Uniform Resource Identifier" + libopac: "Uniform Resource Identifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "v" + liblibrarian: "Hours access method available" + libopac: "Hours access method available" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "w" + liblibrarian: "Record control number" + libopac: "Record control number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "y" + liblibrarian: "Link text" + libopac: "Link text" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "956" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "960" + tagsubfield: "3" + liblibrarian: "Materials specified, MATL" + libopac: "Materials specified, MATL" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "960" + tagsubfield: "a" + liblibrarian: "Physical location, PLOC (RLIN)" + libopac: "Physical location, PLOC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "967" + tagsubfield: "a" + liblibrarian: "GNR (RLIN)" + libopac: "GNR (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "967" + tagsubfield: "c" + liblibrarian: "PSI (RLIN)" + libopac: "PSI (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "a" + liblibrarian: "Personal name" + libopac: "Personal name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "b" + liblibrarian: "Numeration" + libopac: "Numeration" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "c" + liblibrarian: "Titles and other words associated with a name" + libopac: "Titles and other words associated with a name" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "d" + liblibrarian: "Dates associated with a name" + libopac: "Dates associated with a name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "j" + liblibrarian: "Attribution qualifier" + libopac: "Attribution qualifier" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "q" + liblibrarian: "Fuller form of name" + libopac: "Fuller form of name" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "980" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "a" + liblibrarian: "Corporate name or jurisdiction name as entry element" + libopac: "Corporate name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "b" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "d" + liblibrarian: "Date of meeting or treaty signing" + libopac: "Date of meeting or treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "e" + liblibrarian: "Relator term" + libopac: "Relator term" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "981" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "4" + liblibrarian: "Relator code" + libopac: "Relator code" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "8" + liblibrarian: "Field link and sequence number " + libopac: "Field link and sequence number " + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "a" + liblibrarian: "Meeting name or jurisdiction name as entry element" + libopac: "Meeting name or jurisdiction name as entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "b" + liblibrarian: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + libopac: "Number (BK CF MP MU SE VM MX) [OBSOLETE]" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "c" + liblibrarian: "Location of meeting" + libopac: "Location of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "d" + liblibrarian: "Date of meeting" + libopac: "Date of meeting" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "e" + liblibrarian: "Subordinate unit" + libopac: "Subordinate unit" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "n" + liblibrarian: "Number of part/section/meeting" + libopac: "Number of part/section/meeting" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "q" + liblibrarian: "Name of meeting following jurisdiction name entry element" + libopac: "Name of meeting following jurisdiction name entry element" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "u" + liblibrarian: "Affiliation" + libopac: "Affiliation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "982" + tagsubfield: "v" + liblibrarian: "Volume/sequential designation" + libopac: "Volume/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 8 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "6" + liblibrarian: "Linkage" + libopac: "Linkage" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "8" + liblibrarian: "Field link and sequence number" + libopac: "Field link and sequence number" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "a" + liblibrarian: "Uniform title" + libopac: "Uniform title" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "d" + liblibrarian: "Date of treaty signing" + libopac: "Date of treaty signing" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "f" + liblibrarian: "Date of a work" + libopac: "Date of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "g" + liblibrarian: "Miscellaneous information" + libopac: "Miscellaneous information" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "h" + liblibrarian: "Medium" + libopac: "Medium" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "k" + liblibrarian: "Form subheading" + libopac: "Form subheading" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "l" + liblibrarian: "Language of a work" + libopac: "Language of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "m" + liblibrarian: "Medium of performance for music" + libopac: "Medium of performance for music" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "n" + liblibrarian: "Number of part/section of a work" + libopac: "Number of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "o" + liblibrarian: "Arranged statement for music" + libopac: "Arranged statement for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "p" + liblibrarian: "Name of part/section of a work" + libopac: "Name of part/section of a work" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "r" + liblibrarian: "Key for music" + libopac: "Key for music" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "s" + liblibrarian: "Version" + libopac: "Version" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "t" + liblibrarian: "Title of a work" + libopac: "Title of a work" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "983" + tagsubfield: "v" + liblibrarian: "Volume number/sequential designation" + libopac: "Volume number/sequential designation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "a" + liblibrarian: "Holding library identification number" + libopac: "Holding library identification number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "b" + liblibrarian: "Physical description codes" + libopac: "Physical description codes" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "c" + liblibrarian: "Call number" + libopac: "Call number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "d" + liblibrarian: "Volume or other numbering" + libopac: "Volume or other numbering" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "e" + liblibrarian: "Dates" + libopac: "Dates" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "f" + liblibrarian: "Completeness note" + libopac: "Completeness note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "g" + liblibrarian: "Referral note" + libopac: "Referral note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "984" + tagsubfield: "h" + liblibrarian: "Retention note" + libopac: "Retention note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "a" + liblibrarian: "Romanization/conversion identifier" + libopac: "Romanization/conversion identifier" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "b" + liblibrarian: "Agency that converted, created or reviewed" + libopac: "Agency that converted, created or reviewed" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "c" + liblibrarian: "Date of conversion or review" + libopac: "Date of conversion or review" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "d" + liblibrarian: "Status code" + libopac: "Status code " + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "e" + liblibrarian: "Version of conversion program used" + libopac: "Version of conversion program used" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "987" + tagsubfield: "f" + liblibrarian: "Note" + libopac: "Note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "990" + tagsubfield: "a" + liblibrarian: "Link information for 9XX fields" + libopac: "Link information for 9XX fields" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "990" + tagsubfield: "b" + liblibrarian: "Link information for field corresponding to 9XX field" + libopac: "Link information for field corresponding to 9XX field" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "0" + liblibrarian: "Withdrawn status [LOCAL, KOHA]" + libopac: "Withdrawn status [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "1" + liblibrarian: "Lost status [LOCAL, KOHA]" + libopac: "Lost status [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "2" + 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 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "3" + liblibrarian: "Use restrictions [LOCAL, KOHA]" + libopac: "Use restrictions [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "4" + liblibrarian: "Koha normalized classification for sorting [LOCAL, KOHA]" + libopac: "Koha normalized classification for sorting [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "5" + liblibrarian: "Coded location qualifier [LOCAL, KOHA]" + libopac: "Coded location qualifier [LOCAL, KOHA]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "6" + liblibrarian: "Copy number [LOCAL, KOHA]" + libopac: "Copy number [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "7" + liblibrarian: "Uniform Resource Identifier [LOCAL, KOHA]" + libopac: "Uniform Resource Identifier [LOCAL, KOHA]" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 1 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "8" + liblibrarian: "Koha collection [LOCAL, KOHA]" + libopac: "Koha collection [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "9" + liblibrarian: "Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]" + libopac: "Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "a" + liblibrarian: "Origin of the item (home branch) (free text)" + libopac: "Origin of item (home branch) (free text)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "b" + liblibrarian: "Origin of item (home branch) (coded)" + libopac: "Origin of item (home branch (coded)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "c" + liblibrarian: "Lending or holding organisation (holding branch) (free text)" + libopac: "Lending or holding organisation (holding branch) (free text)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "d" + liblibrarian: "Lending or holding organisation (holding branch) code" + libopac: "Lending or holding organisation (holding branch) code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "e" + liblibrarian: "Genre detail" + libopac: "Genre" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "f" + liblibrarian: "Barcode" + libopac: "Barcode" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "g" + liblibrarian: "Barcode prefix" + libopac: "Barcode prefix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "h" + liblibrarian: "Barcode incrementation" + libopac: "Barcode incrementation" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "i" + liblibrarian: "Barcode suffix" + libopac: "Barcode suffix" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "j" + liblibrarian: "Section" + libopac: "Section" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "k" + liblibrarian: "Call number (full call number)" + libopac: "Call number (full call number)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "l" + liblibrarian: "Numbering (volume or other part)" + libopac: "Numbering (bound volume or other part)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "m" + liblibrarian: "Date of loan or deposit" + libopac: "Date of loan or deposit" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "n" + liblibrarian: "Expiration of loan date" + libopac: "Expiration of loan date" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "o" + liblibrarian: "Circulation type (not for loan)" + libopac: "Circulation type (not for loan)" + repeatable: 1 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "p" + liblibrarian: "Serial" + libopac: "Serial" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "q" + liblibrarian: "Intended audience (age level)" + libopac: "Intended audience (age level)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "r" + liblibrarian: "Type of item and material" + libopac: "Type of item and material" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "s" + liblibrarian: "Acquisition mode" + libopac: "Acquisition mode" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "t" + liblibrarian: "Genre" + libopac: "Genre" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "u" + liblibrarian: "Copy note" + libopac: "Copy note" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "v" + liblibrarian: "Periodical number" + libopac: "Periodical number" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "w" + liblibrarian: "Recipient organisation code" + libopac: "Recipient organisation code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "x" + liblibrarian: "Recipient organisation, free text" + libopac: "Recipient organisation, free text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "y" + liblibrarian: "Recipient parent organisation code" + libopac: "Recipient parent organisation code" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "995" + tagsubfield: "z" + liblibrarian: "Recipient parent organisation, free text" + libopac: "Recipient parent organisation, free text" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "b" + liblibrarian: "Operator's initials, OID (RLIN)" + libopac: "Operator's initials, OID (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "c" + liblibrarian: "Cataloger's initials, CIN (RLIN)" + libopac: "Cataloger's initials, CIN (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "d" + liblibrarian: "First date, FD (RLIN)" + libopac: "First Date, FD (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "i" + liblibrarian: "RINS (RLIN)" + libopac: "RINS (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "l" + liblibrarian: "LI (RLIN)" + libopac: "LI (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "n" + liblibrarian: "NUC (RLIN)" + libopac: "NUC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "p" + liblibrarian: "PROC (RLIN)" + libopac: "PROC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "s" + liblibrarian: "CC (RLIN)" + libopac: "CC (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "t" + liblibrarian: "RTYP (RLIN)" + libopac: "RTYP (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "998" + tagsubfield: "w" + liblibrarian: "PLINK (RLIN)" + libopac: "PLINK (RLIN)" + repeatable: 0 + mandatory: 0 + kohafield: "" + tab: 9 + authorised_value: "" + authtypecode: "" + value_builder: "" + isurl: 0 + hidden: 5 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - biblio_framework: + translatable: [ frameworktext ] + multiline: [] + rows: + - frameworkcode: "ACQ" + frameworktext: "Acquisition framework" + +sql_statements: + - "UPDATE marc_subfield_structure SET maxlength=24 WHERE tagfield='000';" + - "UPDATE marc_subfield_structure SET maxlength=40 WHERE tagfield='008';" + + # Create the ACQ framework based on the default framework, fields 952 only + - "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) + SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='952' AND frameworkcode='';" + + - "INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, seealso, link, defaultvalue, maxlength) + SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength FROM marc_subfield_structure WHERE tagfield='952' AND frameworkcode='';" + + - "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) + SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' + FROM marc_tag_structure + WHERE frameworkcode='' AND tagfield IN ( + SELECT tagfield + FROM marc_subfield_structure + WHERE ( + kohafield='biblio.title' + OR kohafield='biblio.author' + OR kohafield='biblioitems.publishercode' + OR kohafield='biblioitems.editionstatement' + OR kohafield='biblio.copyrightdate' + OR kohafield='biblioitems.isbn' + OR kohafield='biblio.seriestitle' + ) AND frameworkcode='' + );" + + - "INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, seealso, link, defaultvalue, maxlength) + SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength + FROM marc_subfield_structure + WHERE frameworkcode='' + AND kohafield IN ('biblio.title', 'biblio.author', 'biblioitems.publishercode', 'biblioitems.editionstatement', 'biblio.copyrightdate', 'biblioitems.isbn', 'biblio.seriestitle' );" -- 2.39.2