Bug 24594: Rewrite authorities_normal_marc21 to YAML
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Wed, 5 Feb 2020 14:55:45 +0000 (11:55 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 9 Mar 2020 13:54:45 +0000 (13:54 +0000)
YAML version of marc21 mandatory authorities_normal_marc21.

To test:
1) Do a clean install with mandatory data,
   dump table auth_types, auth_tag_structure and
   auth_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("authorities_normal_marc21.yml");'
No error!

perl -e 'use YAML qw( LoadFile ); $y = LoadFile("authorities_normal_marc21.yml");'
Error!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql [deleted file]
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt [deleted file]
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml [new file with mode: 0644]

diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
deleted file mode 100644 (file)
index 2541556..0000000
+++ /dev/null
@@ -1,2389 +0,0 @@
--- *******************************************************
---   KOHA  MARC 21 STANDARD DEFAULT AUTHORITY FRAMEWORKS
---
---        Revised to Update No. 29 (November 2019)
--- *******************************************************
-
--- ******************************************************
--- KOHA DEFAULT MARC 21 AUTHORITY TYPE.
--- ******************************************************
-
--- This authority type includes all fields and subfieds used by any
--- authority type.
-
-INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
-               ('', 'Default', '', '');
-
-
--- ******************************************************
--- KOHA SUPPORTED STANDARD MARC 21 AUTHORITY TYPES.
--- ******************************************************
-
--- These authority types are supported for for guiding the cataloguer to
--- fill authorised values in Koha MARC bibliographic editor.
-
-
-INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
-               ('PERSO_NAME', 'Personal Name', '100', 'Personal Names'),
-               ('CORPO_NAME', 'Corporate Name', '110', 'Corporate Names'),
-               ('MEETI_NAME', 'Meeting Name', '111', 'Meeting Name'),
-               ('UNIF_TITLE', 'Uniform Title', '130', 'Uniform Title'),
-               ('CHRON_TERM', 'Chronological Term', '148', 'Chronological Term'),
-               ('TOPIC_TERM', 'Topical Term', '150', 'Topical Term'),
-               ('GEOGR_NAME', 'Geographic Name', '151', 'Geographic Name'),
-               ('GENRE/FORM', 'Genre/Form Term', '155', 'Genre/Form Term');
-
-
--- ******************************************************
--- KOHA UNSUPPORTED STANDARD MARC 21 AUTHORITY TYPES.
--- ******************************************************
-
--- These authority types are only supported for guiding the cataloguer to
--- fill authorised values in the Koha MARC bibliographic editor to the
--- extent that they have already been included in a primary authority type,
--- therefore, they have not yet been specified.
---
--- Minimal primary authorities including subdivisions may currently be
--- built by a script which uses the values in bibliographic records but
--- include no tracings and references which are necessarily not present
--- in bibliographic records.
-
-
--- INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
---             ('TOPIC_SUBD', 'General Topical Term Subdivision', '180', 'General Topical Term Subdivision'),
---             ('GEOGR_SUBD', 'Geographic Subdivision', '181', 'Geographic Subdivision'),
---             ('CHRON_SUBD', 'Chronological Subdivision', '182', 'Chronological Subdivision'),
---             ('FORM_SUBDI', 'Form Subdivision', '185', 'Form Subdivision');
-
-
-
--- *****************************************************************
--- MARC 21 AUTHORITY FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS
--- *****************************************************************
-
-
--- No support for subfield visibility is yet provided by the Koha code
--- matching the column name 'hidden' in the bibliographic framework.
---
--- 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 a or b 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 is much
--- too common and important so 999 is also 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 and subfields which belong exclusively in a classification
--- framework have been marked '[CLASSIFICATION FRAMEWORK]'.  They are retained
--- or included here becuase some had been included previously and Koha does
--- not yet have a classification framework.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('', '046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, NULL),
-               ('', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '055', 'LIBRARY AND ARCHIVES CANADA CALL NUMBER', 'LIBRARY AND ARCHIVES CANADA CALL NUMBER', 1, 0, NULL),
-               ('', '058', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('', '063', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('', '068', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('', '075', 'TYPE OF ENTITY', 'TYPE OF ENTITY', 1, 0, NULL),
-               ('', '080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '084', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '088', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('', '100', 'HEADING--PERSONAL NAME', 'HEADING--PERSONAL NAME', 0, 0, NULL),
-               ('', '110', 'HEADING--CORPORATE NAME', 'HEADING--CORPORATE NAME', 0, 0, NULL),
-               ('', '111', 'HEADING--MEETING NAME', 'HEADING--MEETING NAME', 0, 0, NULL),
-               ('', '130', 'HEADING--UNIFORM TITLE', 'HEADING--UNIFORM TITLE', 0, 0, NULL),
-               ('', '140', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '143', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '147', 'HEADING--NAMED EVENT', 'HEADING--NAMED EVENT', 0, 0, NULL),
-               ('', '148', 'HEADING--CHRONOLOGICAL TERM', 'HEADING--CHRONOLOGICAL TERM', 0, 0, NULL),
-               ('', '150', 'HEADING--TOPICAL TERM', 'HEADING--TOPICAL TERM', 0, 0, NULL),
-               ('', '151', 'HEADING--GEOGRAPHIC NAME', 'HEADING--GEOGRAPHIC NAME', 0, 0, NULL),
-               ('', '153', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '154', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '155', 'HEADING--GENRE/FORM TERM', 'HEADING--GENRE/FORM TERM', 0, 0, NULL),
-               ('', '162', 'HEADING-MEDIUM OF PERFORMANCE TERM', 'HEADING-MEDIUM OF PERFORMANCE TERM', 0, 0, NULL),
-               ('', '180', 'HEADING--GENERAL SUBDIVISION', 'HEADING--GENERAL SUBDIVISION', 0, 0, NULL),
-               ('', '181', 'HEADING--GEOGRAPHIC SUBDIVISION', 'HEADING--GEOGRAPHIC SUBDIVISION', 0, 0, NULL),
-               ('', '182', 'HEADING--CHRONOLOGICAL SUBDIVISION', 'HEADING--CHRONOLOGICAL SUBDIVISION', 0, 0, NULL),
-               ('', '185', 'HEADING--FORM SUBDIVISION', 'HEADING--FORM SUBDIVISION', 0, 0, NULL),
-               ('', '253', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('', '336', 'CONTENT TYPE', 'CONTENT TYPE', 1, 0, NULL),
-               ('', '348', 'FORMAT OF NOTATED MUSIC', 'FORMAT OF NOTATED MUSIC', 1, 0, NULL),
-               ('', '353', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('', '368', 'OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY', 'OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY', 1, 0, NULL),
-               ('', '370', 'ASSOCIATED PLACE', 'ASSOCIATED PLACE', 1, 0, NULL),
-               ('', '371', 'ADDRESS', 'ADDRESS', 1, 0, NULL),
-               ('', '372', 'FIELD OF ACTIVITY', 'FIELD OF ACTIVITY', 1, 0, NULL),
-               ('', '373', 'ASSOCIATED GROUP', 'ASSOCIATED GROUP', 1, 0, NULL),
-               ('', '374', 'OCCUPATION', 'OCCUPATION', 1, 0, NULL),
-               ('', '375', 'GENDER', 'GENDER', 1, 0, NULL),
-               ('', '376', 'FAMILY INFORMATION', 'FAMILY INFORMATION', 1, 0, NULL),
-               ('', '377', 'ASSOCIATED LANGUAGE', 'ASSOCIATED LANGUAGE', 1, 0, NULL),
-               ('', '378', 'FULLER FORM OF PERSONAL NAME', 'FULLER FORM OF PERSONAL NAME', 0, 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', 0, 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', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('', '447', 'SEE FROM TRACING-NAMED EVENT', 'SEE FROM TRACING-NAMED EVENT', 1, 0, NULL),
-               ('', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '453', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '462', 'SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM', 'SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
-               ('', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('', '547', 'SEE ALSO FROM TRACING-NAMED EVENT', 'SEE ALSO FROM TRACING-NAMED EVENT', 1, 0, NULL),
-               ('', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '553', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '562', 'SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM', 'SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
-               ('', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '640', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL),
-               ('', '641', 'SERIES NUMBERING PECULIARITIES', 'SERIES NUMBERING PECULIARITIES', 1, 0, NULL),
-               ('', '642', 'SERIES NUMBERING EXAMPLE', 'SERIES NUMBERING EXAMPLE', 1, 0, NULL),
-               ('', '643', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 1, 0, NULL),
-               ('', '644', 'SERIES ANALYSIS PRACTICE', 'SERIES ANALYSIS PRACTICE', 1, 0, NULL),
-               ('', '645', 'SERIES TRACING PRACTICE', 'SERIES TRACING PRACTICE', 1, 0, NULL),
-               ('', '646', 'SERIES CLASSIFICATION PRACTICE', 'SERIES CLASSIFICATION PRACTICE', 1, 0, NULL),
-               ('', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('', '668', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 1, 0, NULL),
-               ('', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('', '671', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '672', 'TITLE RELATED TO THE ENTITY', 'TITLE RELATED TO THE ENTITY', 1, 0, NULL),
-               ('', '673', 'TITLE NOT RELATED TO THE ENTITY', 'TITLE NOT RELATED TO THE ENTITY', 1, 0, NULL),
-               ('', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('', '676', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 0, 0, NULL),
-               ('', '677', 'DEFINITION', 'DEFINITION', 1, 0, NULL),
-               ('', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('', '684', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '685', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '686', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '687', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('', '700', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 1, 0, NULL),
-               ('', '710', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 1, 0, NULL),
-               ('', '711', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 1, 0, NULL),
-               ('', '730', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 1, 0, NULL),
-               ('', '747', 'ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT', 'ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT', 1, 0, NULL),
-               ('', '748', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
-               ('', '751', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '753', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '754', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '755', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '761', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '762', 'ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM', 'ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
-               ('', '763', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '764', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '765', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '766', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '768', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '781', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '782', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '785', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 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),
-               ('', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, 0, '', ''),
-               ('', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 'auth_header.authid', ''),
-               ('', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_orgcode.pl', NULL, 0, 0, 0, '', ''),
-               ('', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, 0, '', ''),
-               ('', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, 0, '', ''),
-               ('', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', 'q', 'Qualifying information', 'Qualifying information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', 'l', 'ISSN-L', 'ISSN-L', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', 'm', 'Canceled ISSN-L', 'Canceled ISSN-L', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', 'q', 'Qualifying information', 'Qualifying information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', '1', 'Real World Object URI', 'Real World Object URI', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'y', 'Link text', 'Link text', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', 'z', 'Public note', 'Public note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'd', 'Coordinates - westernmost longitude', 'Coordinates - westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'e', 'Coordinates - easternmost longitude', 'Coordinates - easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'f', 'Coordinates - northernmost latitude', 'Coordinates - northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'g', 'Coordinates - southernmost latitude', 'Coordinates - southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'j', 'Declination - northern limit', 'Declination - northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'k', 'Declination - southern limit', 'Declination - southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'm', 'Right ascension - eastern limit', 'Right ascension - eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'n', 'Right ascension - western limit', 'Right ascension - western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'r', 'Distance from earth', 'Distance from earth',  0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '3', 'Materials specified', 'Materials specified', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '035', 'z', 'Canceled/invalid system control number', 'Canceled/invalid system control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_orgcode.pl', NULL, 0, 0, 0, '', ''),
-               ('', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', 'e', 'Description conventions', 'Description conventions', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', 'f', 'Subject heading/thesaurus conventions', 'Subject heading/thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'f', 'Birth date', 'Birth date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'g', 'Death date', 'Death date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'l', 'Ending date created', 'Ending date created', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'o', 'Single or starting date for aggregated content', 'Single or starting date for aggregated content', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'p', 'Ending date for aggregated content', 'Ending date for aggregated content', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'q', 'Establishment date', 'Establishment date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'r', 'Termination date', 'Termination date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 's', 'Start period', 'Start period', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 't', 'End period', 'End period', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', 'v', 'Source of information', 'Source of information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', '2', 'Source of date scheme', 'Source of date scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', 'a', 'Classification number element-single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-        ('', '055', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '058', 'a', 'LC classification number--Single number or beginning number of a range', 'LC classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '058', 'b', 'LC classification number--End number of a range', 'LC classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '058', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '058', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '058', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '063', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '063', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '063', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', 'a', 'Classification number element-single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '068', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '068', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '068', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '068', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '070', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '075', 'a', 'Type of entity term', 'Type of entity term', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '075', 'b', 'Type of entity code', 'Type of entity code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '075', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '075', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '075', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', '2', 'Edition identifier', 'Edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', 'y', 'Table sequence number for internal subarrangement or add table', 'Table sequence number for internal subarrangement or add table', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', 'a', 'Classification number element-single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', 'z', 'Table identification-table number', 'Table identification-table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'a', 'Classification scheme code', 'Classification scheme code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'b', 'Edition title', 'Edition title', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'c', 'Edition identifier', 'Edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'd', 'Source edition identifier', 'Source edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'e', 'Language code', 'Language code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'f', 'Authorization', 'Authorization', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', 'n', 'Variations', 'Variations', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', 'z', 'Canceled/invalid call number', 'Canceled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', 'a', 'Classification number element-Single number of beginning number of span', 'Classification number element-Single number of beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', 'b', 'Classification number element-Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '088', 'a', 'Document shelving number (CODOC)', 'Document shelving number (CODOC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', 'z', 'Canceled/invalid call number', 'Canceled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'a', 'Personal name', 'Personal name', 0, 0, 1, NULL, NULL, '''100b'',''100c'',''100q'',''100d'',''100t'',''100o'',''100m'',''100r'',''100s'',''100k'',''100n'',''100p'',''100g'',''100l'',''100f'',''100h'',''100x'',''100z'',''100y'',''100v''', 0, 0, 0, '', ''),
-               ('', '100', 'b', 'Numeration', 'Numeration', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''110b'',''110c'',''110d'',''110t'',''110o'',''110m'',''110r'',''110s'',''110k'',''110n'',''110p'',''110g'',''110l'',''110f'',''110h'',''110x'',''110z'',''110y'',''110v''', 0, 0, 0, '', ''),
-               ('', '110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''111e'',''111c'',''111d'',''111t'',''111s'',''111k'',''111n'',''111p'',''111g'',''111l'',''111f'',''111h'',''111x'',''111z'',''111y'',''111v''', 0, 0, 0, '', ''),
-               ('', '111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'j', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t'',''130x'',''130z'',''130y'',''130v''', 0, 0, 0, '', ''),
-               ('', '130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'x', 'General subject subdivision', 'General subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'y', 'Period subject subdivision', 'Period subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '140', 'z', 'Place subject subdivision', 'Place subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'a', 'Collective title', 'Collective title', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '143', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'a', 'Named event', 'Named event', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'c', 'Location of named event', 'Location of named event', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'd', 'Date of named event', 'Date of named event', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '147', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', 'a', 'Chronological term', 'Chronological term', 0, 0, 1, NULL, NULL, '''148y'',''148x'',''148z'',''148v''', 0, 0, 0, '', ''),
-               ('', '148', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '148', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 1, NULL, NULL, '''150x'',''150z'',''150y'',''150v''', 0, 0, 0, '', ''),
-               ('', '150', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '150', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'a', 'Geographic name', 'Geographic name', 0, 0, 1, NULL, NULL, '''151z'',''151x'',''151y'',''151v''', 0, 0, 0, '', ''),
-               ('', '151', 'b', 'Name following place as an entry element {OBSOLETE]', 'Name following place as an entry element {OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '151', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'j', 'Caption', 'Caption', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', 'z', 'Table identification', 'Table identification', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '153', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '154', 'a', 'General explanatory index term', 'General explanatory index term', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '154', 'b', 'General explanatory index term--Succeeding level', 'General explanatory index term--Succeeding level', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '154', 'f', 'Schedule identification', 'Schedule identification', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '154', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '154', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 1, NULL, NULL, '''155v'',''155x'',''155z'',''155y''', 0, 0, 0, '', ''),
-               ('', '155', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '155', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '162', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '162', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '162', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '180', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '181', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '182', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '185', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', 'z', 'Table identification', 'Table identification', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '253', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', 'a', 'Content type term', 'Content type term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', 'b', 'Content type code', 'Content type code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '336', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', 'a', 'Format of notated music term', 'Format of notated music term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', 'b', 'Format of notated music code', 'Format of notated music code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '348', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', 'z', 'Table identification', 'Table identification', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '353', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'a', 'Type of corporate body', 'Type of corporate body', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'b', 'Type of jurisdiction', 'Type of jurisdiction', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'c', 'Other designation', 'Other designation', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'd', 'Title of person', 'Title of person', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '368', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'a', 'Place of birth', 'Place of birth', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'b', 'Place of death', 'Place of death', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'c', 'Associated country', 'Associated country', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'e', 'Place of residence/headquarters', 'Place of residence/headquarters', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'f', 'Other associated place', 'Other associated place', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'g', 'Place of origin of work or expression', 'Place of origin of work or expression', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'i', 'Relationship information', 'Relationship information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '370', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'a', 'Address', 'Address', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'b', 'City', 'City', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'c', 'Intermediate jurisdiction', 'Intermediate jurisdiction', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'd', 'Country', 'Country', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'e', 'Postal code', 'Postal code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', 'z', 'Public note', 'Public note', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '371', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', 'a', 'Field of activity', 'Field of activity', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '372', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', 'a', 'Associated group', 'Associated group', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '373', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', 'a', 'Occupation', 'Occupation', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '374', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', 'a', 'Gender', 'Gender', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '375', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 'a', 'Type of family', 'Type of family', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 'b', 'Name of prominent member', 'Name of prominent member', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 'c', 'Hereditary title', 'Hereditary title', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '376', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', 'a', 'Language code', 'Language code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', 'l', 'Language term', 'Language term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', '2', 'Source of code', 'Source of code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '377', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '378', 'q', 'Fuller form of personal name', 'Fuller form of personal name', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '378', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '378', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '378', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '378', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', 'a', 'Form of work', 'Form of work', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '380', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', 'a', 'Other distinguishing characteristic', 'Other distinguishing characteristic', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '381', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'a', 'Medium of performance', 'Medium of performance', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'b', 'Soloist', 'Soloist', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'd', 'Doubling instrument', 'Doubling instrument', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'e', 'Number of ensembles of the same type', 'Number of ensembles of the same type', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'n', 'Number of performers of the same medium', 'Number of performers of the same medium', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'p', 'Alternative medium of performance', 'Alternative medium of performance', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'r', 'Total number of individuals performing alongside ensembles', 'Total number of individuals performing alongside ensembles', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 's', 'Total number of performers', 'Total number of performers', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 't', 'Total number of ensembles', 'Total number of ensembles', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', 'v', 'Note', 'Note', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '382', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', 'a', 'Serial number', 'Serial number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', 'b', 'Opus number', 'Opus number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', 'c', 'Thematic index number', 'Thematic index number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', 'd', 'Thematic index code', 'Thematic index code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', 'e', 'Publisher associated with opus number', 'Publisher associated with opus number', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '383', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '384', 'a', 'Key', 'Key', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '384', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '384', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', 'a', 'Audience term', 'Audience term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', 'b', 'Audience code', 'Audience code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', 'm', 'Demographic group term', 'Demographic group term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', 'n', 'Demographic group code', 'Demographic group code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '385', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', 'a', 'Creator/contributor term', 'Creator/contributor term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', 'b', 'Creator/contributor code', 'Creator/contributor code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', 'i', 'Relationship information', 'Relationship information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', 'm', 'Demographic group term', 'Demographic group term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', 'n', 'Demographic group code', 'Demographic group code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '386', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '388', 'a', 'Time period of creation term', 'Time period of creation term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, 0, '', 'PERSO_NAME'),
-               ('', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, 0, '', 'CORPO_NAME'),
-               ('', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, 0, '', 'MEETI_NAME'),
-               ('', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'j', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, 0, '', 'UNIF_TITLE'),
-               ('', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '430', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '447', 'a', 'Named event', 'Named event', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'c', 'Location of named event', 'Location of named event', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'd', 'Date of named event', 'Date of named event', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '447', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, 0, '', 'CHRON_TERM'),
-               ('', '448', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '448', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, 0, '', 'TOPIC_TERM'),
-               ('', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '450', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, 0, '', 'GEOGR_NAME'),
-               ('', '451', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '451', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '453', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'c', 'Classification element-Ending number of span', 'Classification element-Ending number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'i', 'Relationship information', 'Relationship information', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'j', 'Caption', 'Caption', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 't', 'Topic', 'Topic', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', 'z', 'Table identification', 'Table identification', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '453', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, 0, '', 'GENRE/FORM'),
-               ('', '455', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '455', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '462', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '462', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, 0, '', 'PERSO_NAME'),
-               ('', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '500', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, 0, '', 'CORPO_NAME'),
-               ('', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '510', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, 0, '', 'MEETI_NAME'),
-               ('', '511', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'j', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '511', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, 0, '', 'UNIF_TITLE'),
-               ('', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '530', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '547', 'a', 'Named event', 'Named event', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'c', 'Location of named event', 'Location of named event', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'd', 'Date of named event', 'Date of named event', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, 0, '', 'CHRON_TERM'),
-               ('', '548', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '548', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, 0, '', 'TOPIC_TERM'),
-               ('', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '550', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, 0, '', 'GEOGR_NAME'),
-               ('', '551', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '551', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '553', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'i', 'Relationship information', 'Relationship information', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'j', 'Caption', 'Caption', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 't', 'Topic', 'Topic', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', 'z', 'Table identification', 'Table identification', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '553', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, 0, '', 'GENRE/FORM'),
-               ('', '555', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '555', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
-               ('', '562', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '640', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '640', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '640', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '640', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '641', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '641', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '641', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '641', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '642', 'a', 'Series numbering example', 'Series numbering example', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '642', 'd', 'Volumes/dates to which series numbering example applies', 'Volumes/dates to which series numbering example applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '642', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '642', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '642', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '643', 'a', 'Place', 'Place', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '643', 'b', 'Publisher/issuing body', 'Publisher/issuing body', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '643', 'd', 'Volumes/dates to which place and publisher/issuing body apply', 'Volumes/dates to which place and publisher/issuing body apply', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '643', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '643', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', 'a', 'Series analysis practice', 'Series analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', 'b', 'Exceptions to analysis practice', 'Exceptions to analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', 'd', 'Volumes/dates to which analysis practice applies', 'Volumes/dates to which analysis practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '644', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '645', 'a', 'Series tracing practice', 'Series tracing practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '645', 'd', 'Volumes/dates to which tracing practice applies', 'Volumes/dates to which tracing practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '645', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '645', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '645', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '646', 'a', 'Series classification practice', 'Series classification practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '646', 'd', 'Volumes/dates to which classification practice applies', 'Volumes/dates to which classification practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '646', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '646', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '646', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '668', 'a', 'Characters in nonroman alphabet', 'Characters in nonroman alphabet', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '671', 'a', 'Citation', 'Citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '671', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', 'a', 'Title', 'Title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', 'f', 'Date', 'Date', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '672', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', 'a', 'Title', 'Title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', 'f', 'Date', 'Date', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '673', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '676', 'a', 'Rule number(s) and additional information', 'Rule number(s) and additional information', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '676', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '677', 'a', 'Definition', 'Definition', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '677', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '677', 'v', 'Source of definition', 'Source of definition', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '677', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '682', '0', 'Replacement authority record control number', 'Replacement authority record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', 'j', 'Caption', 'Caption', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '684', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '685', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '685', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '686', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '686', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '687', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '687', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'a', 'Personal name', 'Personal name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'b', 'Numeration', 'Numeration', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'j', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '3', 'Materials specified', 'Materials specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'a', 'Uniform title', 'Uniform title', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'a', 'Named event', 'Named event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'c', 'Location of named event', 'Location of named event', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'd', 'Date of named event', 'Date of named event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '747', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'a', 'Chronological term', 'Chronological term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '748', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'c', 'Location of event', 'Location of event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'd', 'Active date', 'Active date', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '750', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'a', 'Geographic name', 'Geographic name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '751', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'a', 'Index term', 'Index term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'b', 'Index term--Succeeding level', 'Index term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'd', 'Index term referred from', 'Index term referred from', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 's', 'See also reference term', 'See also reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 't', 'See also reference term--Succeeding level', 'See also reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'u', 'Use reference term', 'Use reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', 'v', 'Use reference term--Succeeding level', 'Use reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'a', 'Focus term', 'Focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'b', 'Non-focus term', 'Non-focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', '3', 'Material specified', 'Material specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'a', 'Genre/form term as entry element', 'Genre/form term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'a', 'Number where instructions are found--Single number or beginnning number of span', 'Number where instructions are found--Single number or beginnning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '761', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', 'a', 'Medium of performance term as entry element', 'Medium of performance term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', 'z', 'Table number', 'Table number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'j', 'Caption', 'Caption', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'm', 'Manual note', 'Manual note', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'n', 'Number where instructions are found', 'Number where instructions are found', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 's', 'See reference', 'See reference', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '763', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '764', 'a', 'Rule number', 'Rule number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '764', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '764', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '764', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', '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, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'b', 'Base number', 'Base number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'c', 'Number where instructions are found--Ending number of span', 'Number where instructions are found--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 's', 'Digits added from classification number in schedule or external table', 'Digits added from classification number in schedule or external table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 't', 'Digits added from internal subarrangement or add table', 'Digits added from internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'u', 'Number being analyzed', 'Number being analyzed', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', '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, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'w', 'Table identification--Internal subarrangement or add table', 'Table identification--Internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '766', 'a', 'Secondary table of applicability', 'Secondary table of applicability', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '766', 'y', 'Type of division', 'Type of division', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '766', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '766', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'j', 'Caption', 'Caption', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 't', 'Topic used as example of citation and preference order instruction', 'Topic used as example of citation and preference order instruction', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'x', 'Exception to table of preference', 'Exception to table of preference', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', 'z', 'Table identification--Table number', 'Table identification--Table number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '768', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '781', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '782', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', '7', 'Access status', 'Access status', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'a', 'Generation process', 'Generation process', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'c', 'Confidence value', 'Confidence value', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'd', 'Generation date', 'Generation date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'q', 'Generation agency', 'Generation agency', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'x', 'Validity end date', 'Validity end date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '883', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '884', 'a', 'Conversion process', 'Conversion process', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '884', 'g', 'Conversion date', 'Conversion date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '884', 'k', 'Identifier of source metadata', 'Identifier of source metadata', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '884', 'q', 'Conversion agency', 'Conversion agency', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '884', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'a', 'Matching information', 'Matching information', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'b', 'Status of matching and its checking', 'Status of matching and its checking', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'c', 'Confidence value', 'Confidence value', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'd', 'Generation date', 'Generation date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', '2', 'Source', 'Source', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-               ('', '885', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
-        ('', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 1, 0, 'auth_header.authtypecode', '');
-
-
--- ******************************************************
-
--- *******************************************************************
--- PERSONAL NAME AUTHORITY FIELDS/SUBFIELDS. XX0
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'PERSO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ('110','111','130','148','150','151','155','162',
-                     '180','181','182','185','034','640','641','642',
-                     '643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'PERSO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ('110','111','130','148','150','151','155','162',
-                     '180','181','182','185','034','640','641','642',
-                     '643','644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- CORPORATE NAME AUTHORITY FIELDS/SUBFIELDS. X10
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'CORPO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','111','130','148','150','151','155','162',
-                      '180','181','182','185','034','640','641','642',
-                      '643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'CORPO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','111','130','148','150','151','155','162',
-                      '180','181','182','185','034','640','641','642',
-                      '643','644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- MEETING NAME AUTHORITY FIELDS/SUBFIELDS. X11
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'MEETI_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','130','148','150','151','155','162',
-                      '180','181','182','185','640','641','642','643',
-                      '644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'MEETI_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','130','148','150','151','155','162',
-                      '180','181','182','185','640','641','642','643',
-                      '644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- UNIFORM TITLE AUTHORITY FIELDS/SUBFIELDS. X30
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'UNIF_TITLE', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','148','150','151','155','162',
-                      '180','181','182','185');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'UNIF_TITLE', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','148','150','151','155','162',
-                      '180','181','182','185');
-
--- ******************************************************
-
--- *******************************************************************
--- CHRONOLOGICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X48
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'CHRON_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','150','151','155','162',
-                      '180','181','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'CHRON_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','150','151','155','162',
-                      '180','181','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- TOPICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X50
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'TOPIC_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','151','155','162',
-                      '181','182','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'TOPIC_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','151','155','162',
-                      '181','182','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- GEOGRAPHIC NAMES AUTHORITY FIELDS/SUBFIELDS. X51
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'GEOGR_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','150','155','162',
-                      '180','182','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'GEOGR_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','150','155','162',
-                      '180','182','185','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
--- ******************************************************
-
--- *******************************************************************
--- GENRE/FORM TERMS AUTHORITY FIELDS/SUBFIELDS. X55
--- *******************************************************************
-
--- copy from default auth framework except obsoleted tags
-
-INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
-    SELECT 'GENRE/FORM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
-    FROM auth_tag_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','150','151','162',
-                      '180','181','182','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
-INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
-mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
-    SELECT 'GENRE/FORM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
-    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
-    FROM auth_subfield_structure
-    WHERE authtypecode = '' AND
-    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
-                      '154','253','353','453','553','668','671','676',
-                      '684','685','686','687','753','754',
-                      '761','763','764','765','766','768') AND
-    tagfield NOT IN ( '100','110','111','130','148','150','151','162',
-                      '180','181','182','014','020','022','031','640',
-                      '641','642','643','644','645','646');
-
--- ******************************************************
diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt
deleted file mode 100644 (file)
index b14f98b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Default MARC21 Standard Authority types:
-
-       Personal Name 
-       Corporate Name 
-       Meeting Name 
-       Uniform Title 
-       Chronological Term 
-       Topical Term 
-       Geographic Name 
-       Genre/Form Term 
-
diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml
new file mode 100644 (file)
index 0000000..cca0734
--- /dev/null
@@ -0,0 +1,32953 @@
+---
+#
+#  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 AUTHORITY FRAMEWORKS
+#
+#           Revised to Update No. 29 (November 2019)
+# *************************************************************
+
+description:
+  - "Default MARC21 Standard Authority types:"
+  - ""
+  - "Personal Name"
+  - "Corporate Name"
+  - "Meeting Name"
+  - "Uniform Title"
+  - "Chronological Term"
+  - "Topical Term"
+  - "Geographic Name"
+  - "Genre/Form Term"
+
+tables:
+  - auth_types:
+      translatable: [ authtypetext, summary ]
+      multiline: []
+      rows:
+        - authtypecode: ""
+          authtypetext: "Default"
+          auth_tag_to_report: ""
+          summary: ""
+
+        - authtypecode: CHRON_TERM
+          authtypetext: "Chronological Term"
+          auth_tag_to_report: 148
+          summary: Chronological Term
+
+        - authtypecode: CORPO_NAME
+          authtypetext: "Corporate Name"
+          auth_tag_to_report: 110
+          summary: Corporate Names
+
+        - authtypecode: GENRE/FORM
+          authtypetext: "Genre/Form Term"
+          auth_tag_to_report: 155
+          summary: Genre/Form Term
+
+        - authtypecode: GEOGR_NAME
+          authtypetext: "Geographic Name"
+          auth_tag_to_report: 151
+          summary: Geographic Name
+
+        - authtypecode: MEETI_NAME
+          authtypetext: "Meeting Name"
+          auth_tag_to_report: 111
+          summary: Meeting Name
+
+        - authtypecode: PERSO_NAME
+          authtypetext: "Personal Name"
+          auth_tag_to_report: 100
+          summary: Personal Names
+
+        - authtypecode: TOPIC_TERM
+          authtypetext: "Topical Term"
+          auth_tag_to_report: 150
+          summary: Topical Term
+
+        - authtypecode: UNIF_TITLE
+          authtypetext: "Uniform Title"
+          auth_tag_to_report: 130
+          summary: Uniform Title
+
+  - auth_tag_structure:
+      translatable: [ liblibrarian, libopac ]
+      multiline: []
+      rows:
+        - authtypecode: ""
+          tagfield: "000"
+          liblibrarian: "LEADER"
+          libopac: "LEADER"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "001"
+          liblibrarian: "CONTROL NUMBER"
+          libopac: "CONTROL NUMBER"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "003"
+          liblibrarian: "CONTROL NUMBER IDENTIFIER"
+          libopac: "CONTROL NUMBER IDENTIFIER"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "005"
+          liblibrarian: "DATE AND TIME OF LATEST TRANSACTION"
+          libopac: "DATE AND TIME OF LATEST TRANSACTION"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "008"
+          liblibrarian: "FIXED-LENGTH DATA ELEMENTS"
+          libopac: "FIXED-LENGTH DATA ELEMENTS"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "010"
+          liblibrarian: "LIBRARY OF CONGRESS CONTROL NUMBER"
+          libopac: "LIBRARY OF CONGRESS CONTROL NUMBER"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "014"
+          liblibrarian: "LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM"
+          libopac: "LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "016"
+          liblibrarian: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER"
+          libopac: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "020"
+          liblibrarian: "INTERNATIONAL STANDARD BOOK NUMBER"
+          libopac: "INTERNATIONAL STANDARD BOOK NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "022"
+          liblibrarian: "INTERNATIONAL STANDARD SERIAL NUMBER"
+          libopac: "INTERNATIONAL STANDARD SERIAL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "024"
+          liblibrarian: "OTHER STANDARD IDENTIFIER"
+          libopac: "OTHER STANDARD IDENTIFIER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "031"
+          liblibrarian: "MUSICAL INCIPITS INFORMATION"
+          libopac: "MUSICAL INCIPITS INFORMATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "034"
+          liblibrarian: "CODED CARTOGRAPHIC MATHEMATICAL DATA"
+          libopac: "CODED CARTOGRAPHIC MATHEMATICAL DATA"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "035"
+          liblibrarian: "SYSTEM CONTROL NUMBER"
+          libopac: "SYSTEM CONTROL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "040"
+          liblibrarian: "CATALOGING SOURCE"
+          libopac: "CATALOGING SOURCE"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "042"
+          liblibrarian: "AUTHENTICATION CODE"
+          libopac: "AUTHENTICATION CODE"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "043"
+          liblibrarian: "GEOGRAPHIC AREA CODE"
+          libopac: "GEOGRAPHIC AREA CODE"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "045"
+          liblibrarian: "TIME PERIOD OF HEADING"
+          libopac: "TIME PERIOD OF HEADING"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "046"
+          liblibrarian: "SPECIAL CODED DATES"
+          libopac: "SPECIAL CODED DATES"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "050"
+          liblibrarian: "LIBRARY OF CONGRESS CALL NUMBER"
+          libopac: "LIBRARY OF CONGRESS CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "052"
+          liblibrarian: "GEOGRAPHIC CLASSIFICATION"
+          libopac: "GEOGRAPHIC CLASSIFICATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "053"
+          liblibrarian: "LC CLASSIFICATION NUMBER"
+          libopac: "LC CLASSIFICATION NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "055"
+          liblibrarian: "LIBRARY AND ARCHIVES CANADA CALL NUMBER"
+          libopac: "LIBRARY AND ARCHIVES CANADA CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "058"
+          liblibrarian: "LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]"
+          libopac: "LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "060"
+          liblibrarian: "NATIONAL LIBRARY OF MEDICINE CALL NUMBER"
+          libopac: "NATIONAL LIBRARY OF MEDICINE CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "063"
+          liblibrarian: "NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]"
+          libopac: "NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "065"
+          liblibrarian: "OTHER CLASSIFICATION NUMBER"
+          libopac: "OTHER CLASSIFICATION NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "066"
+          liblibrarian: "CHARACTER SETS PRESENT"
+          libopac: "CHARACTER SETS PRESENT"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "068"
+          liblibrarian: "NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]"
+          libopac: "NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "070"
+          liblibrarian: "NATIONAL AGRICULTURAL LIBRARY CALL NUMBER"
+          libopac: "NATIONAL AGRICULTURAL LIBRARY CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "072"
+          liblibrarian: "SUBJECT CATEGORY CODE"
+          libopac: "SUBJECT CATEGORY CODE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "073"
+          liblibrarian: "SUBDIVISION USAGE"
+          libopac: "SUBDIVISION USAGE"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "075"
+          liblibrarian: "TYPE OF ENTITY"
+          libopac: "TYPE OF ENTITY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "080"
+          liblibrarian: "UNIVERSAL DECIMAL CLASSIFICATION NUMBER"
+          libopac: "UNIVERSAL DECIMAL CLASSIFICATION NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "082"
+          liblibrarian: "DEWEY DECIMAL CALL NUMBER"
+          libopac: "DEWEY DECIMAL CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "083"
+          liblibrarian: "DEWEY DECIMAL CLASSIFICATION NUMBER"
+          libopac: "DEWEY DECIMAL CLASSIFICATION NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "084"
+          liblibrarian: "CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]"
+          libopac: "CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "086"
+          liblibrarian: "GOVERNMENT DOCUMENT CALL NUMBER"
+          libopac: "GOVERNMENT DOCUMENT CALL NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "087"
+          liblibrarian: "GOVERNMENT DOCUMENT CLASSIFICATION NUMBER"
+          libopac: "GOVERNMENT DOCUMENT CLASSIFICATION NUMBER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "088"
+          liblibrarian: "DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]"
+          libopac: "DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "090"
+          liblibrarian: "LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)"
+          libopac: "LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "091"
+          liblibrarian: "LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)"
+          libopac: "LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "092"
+          liblibrarian: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)"
+          libopac: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "093"
+          liblibrarian: "LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)"
+          libopac: "LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "096"
+          liblibrarian: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)"
+          libopac: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "097"
+          liblibrarian: "LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)"
+          libopac: "LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "098"
+          liblibrarian: "OTHER CLASSIFICATION SCHEMES (OCLC)"
+          libopac: "OTHER CLASSIFICATION SCHEMES (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "099"
+          liblibrarian: "LOCAL FREE-TEXT CALL NUMBER (OCLC)"
+          libopac: "LOCAL FREE-TEXT CALL NUMBER (OCLC)"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "100"
+          liblibrarian: "HEADING--PERSONAL NAME"
+          libopac: "HEADING--PERSONAL NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "110"
+          liblibrarian: "HEADING--CORPORATE NAME"
+          libopac: "HEADING--CORPORATE NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "111"
+          liblibrarian: "HEADING--MEETING NAME"
+          libopac: "HEADING--MEETING NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "130"
+          liblibrarian: "HEADING--UNIFORM TITLE"
+          libopac: "HEADING--UNIFORM TITLE"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "140"
+          liblibrarian: "UNIFORM TITLE [OBSOLETE, CAN/MARC]"
+          libopac: "UNIFORM TITLE [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "143"
+          liblibrarian: "COLLECTIVE TITLE [OBSOLETE, CAN/MARC]"
+          libopac: "COLLECTIVE TITLE [OBSOLETE, CAN/MARC]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "147"
+          liblibrarian: "HEADING--NAMED EVENT"
+          libopac: "HEADING--NAMED EVENT"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "148"
+          liblibrarian: "HEADING--CHRONOLOGICAL TERM"
+          libopac: "HEADING--CHRONOLOGICAL TERM"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "150"
+          liblibrarian: "HEADING--TOPICAL TERM"
+          libopac: "HEADING--TOPICAL TERM"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "151"
+          liblibrarian: "HEADING--GEOGRAPHIC NAME"
+          libopac: "HEADING--GEOGRAPHIC NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "153"
+          liblibrarian: "CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]"
+          libopac: "CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "154"
+          liblibrarian: "GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]"
+          libopac: "GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "155"
+          liblibrarian: "HEADING--GENRE/FORM TERM"
+          libopac: "HEADING--GENRE/FORM TERM"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "162"
+          liblibrarian: "HEADING-MEDIUM OF PERFORMANCE TERM"
+          libopac: "HEADING-MEDIUM OF PERFORMANCE TERM"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "180"
+          liblibrarian: "HEADING--GENERAL SUBDIVISION"
+          libopac: "HEADING--GENERAL SUBDIVISION"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "181"
+          liblibrarian: "HEADING--GEOGRAPHIC SUBDIVISION"
+          libopac: "HEADING--GEOGRAPHIC SUBDIVISION"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "182"
+          liblibrarian: "HEADING--CHRONOLOGICAL SUBDIVISION"
+          libopac: "HEADING--CHRONOLOGICAL SUBDIVISION"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "185"
+          liblibrarian: "HEADING--FORM SUBDIVISION"
+          libopac: "HEADING--FORM SUBDIVISION"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "253"
+          liblibrarian: "COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]"
+          libopac: "COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "260"
+          liblibrarian: "COMPLEX SEE REFERENCE--SUBJECT"
+          libopac: "COMPLEX SEE REFERENCE--SUBJECT"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "336"
+          liblibrarian: "CONTENT TYPE"
+          libopac: "CONTENT TYPE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "348"
+          liblibrarian: "FORMAT OF NOTATED MUSIC"
+          libopac: "FORMAT OF NOTATED MUSIC"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "353"
+          liblibrarian: "COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]"
+          libopac: "COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "360"
+          liblibrarian: "COMPLEX SEE ALSO REFERENCE--SUBJECT"
+          libopac: "COMPLEX SEE ALSO REFERENCE--SUBJECT"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "368"
+          liblibrarian: "OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY"
+          libopac: "OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "370"
+          liblibrarian: "ASSOCIATED PLACE"
+          libopac: "ASSOCIATED PLACE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "371"
+          liblibrarian: "ADDRESS"
+          libopac: "ADDRESS"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "372"
+          liblibrarian: "FIELD OF ACTIVITY"
+          libopac: "FIELD OF ACTIVITY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "373"
+          liblibrarian: "ASSOCIATED GROUP"
+          libopac: "ASSOCIATED GROUP"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "374"
+          liblibrarian: "OCCUPATION"
+          libopac: "OCCUPATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "375"
+          liblibrarian: "GENDER"
+          libopac: "GENDER"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "376"
+          liblibrarian: "FAMILY INFORMATION"
+          libopac: "FAMILY INFORMATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "377"
+          liblibrarian: "ASSOCIATED LANGUAGE"
+          libopac: "ASSOCIATED LANGUAGE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "378"
+          liblibrarian: "FULLER FORM OF PERSONAL NAME"
+          libopac: "FULLER FORM OF PERSONAL NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "380"
+          liblibrarian: "FORM OF WORK"
+          libopac: "FORM OF WORK"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "381"
+          liblibrarian: "OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION"
+          libopac: "OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "382"
+          liblibrarian: "MEDIUM OF PERFORMANCE"
+          libopac: "MEDIUM OF PERFORMANCE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "383"
+          liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK"
+          libopac: "NUMERIC DESIGNATION OF MUSICAL WORK"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "384"
+          liblibrarian: "KEY"
+          libopac: "KEY"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "385"
+          liblibrarian: "AUDIENCE CHARACTERISTICS"
+          libopac: "AUDIENCE CHARACTERISTICS"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "386"
+          liblibrarian: "CREATOR/CONTRIBUTOR CHARACTERISTICS"
+          libopac: "CREATOR/CONTRIBUTOR CHARACTERISTICS"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "388"
+          liblibrarian: "TIME PERIOD OF CREATION"
+          libopac: "TIME PERIOD OF CREATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "400"
+          liblibrarian: "SEE FROM TRACING--PERSONAL NAME"
+          libopac: "SEE FROM TRACING--PERSONAL NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "410"
+          liblibrarian: "SEE FROM TRACING--CORPORATE NAME"
+          libopac: "SEE FROM TRACING--CORPORATE NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "411"
+          liblibrarian: "SEE FROM TRACING--MEETING NAME"
+          libopac: "SEE FROM TRACING--MEETING NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "430"
+          liblibrarian: "SEE FROM TRACING--UNIFORM TITLE"
+          libopac: "SEE FROM TRACING--UNIFORM TITLE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "447"
+          liblibrarian: "SEE FROM TRACING-NAMED EVENT"
+          libopac: "SEE FROM TRACING-NAMED EVENT"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "448"
+          liblibrarian: "SEE FROM TRACING--CHRONOLOGICAL TERM"
+          libopac: "SEE FROM TRACING--CHRONOLOGICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "450"
+          liblibrarian: "SEE FROM TRACING--TOPICAL TERM"
+          libopac: "SEE FROM TRACING--TOPICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "451"
+          liblibrarian: "SEE FROM TRACING--GEOGRAPHIC NAME"
+          libopac: "SEE FROM TRACING--GEOGRAPHIC NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "453"
+          liblibrarian: "INVALID NUMBER TRACING [CLASSIFICATION FORMAT]"
+          libopac: "INVALID NUMBER TRACING [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "455"
+          liblibrarian: "SEE FROM TRACING--GENRE/FORM TERM"
+          libopac: "SEE FROM TRACING--GENRE/FORM TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "462"
+          liblibrarian: "SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM"
+          libopac: "SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "480"
+          liblibrarian: "SEE FROM TRACING--GENERAL SUBDIVISION"
+          libopac: "SEE FROM TRACING--GENERAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "481"
+          liblibrarian: "SEE FROM TRACING--GEOGRAPHIC SUBDIVISION"
+          libopac: "SEE FROM TRACING--GEOGRAPHIC SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "482"
+          liblibrarian: "SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION"
+          libopac: "SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "485"
+          liblibrarian: "SEE FROM TRACING--FORM SUBDIVISION"
+          libopac: "SEE FROM TRACING--FORM SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "500"
+          liblibrarian: "SEE ALSO FROM TRACING--PERSONAL NAME"
+          libopac: "SEE ALSO FROM TRACING--PERSONAL NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "510"
+          liblibrarian: "SEE ALSO FROM TRACING--CORPORATE NAME"
+          libopac: "SEE ALSO FROM TRACING--CORPORATE NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "511"
+          liblibrarian: "SEE ALSO FROM TRACING--MEETING NAME"
+          libopac: "SEE ALSO FROM TRACING--MEETING NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "530"
+          liblibrarian: "SEE ALSO FROM TRACING--UNIFORM TITLE"
+          libopac: "SEE ALSO FROM TRACING--UNIFORM TITLE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "547"
+          liblibrarian: "SEE ALSO FROM TRACING-NAMED EVENT"
+          libopac: "SEE ALSO FROM TRACING-NAMED EVENT"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "548"
+          liblibrarian: "SEE ALSO FROM TRACING--CHRONOLOGICAL TERM"
+          libopac: "SEE ALSO FROM TRACING--CHRONOLOGICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "550"
+          liblibrarian: "SEE ALSO FROM TRACING--TOPICAL TERM"
+          libopac: "SEE ALSO FROM TRACING--TOPICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "551"
+          liblibrarian: "SEE ALSO FROM TRACING--GEOGRAPHIC NAME"
+          libopac: "SEE ALSO FROM TRACING--GEOGRAPHIC NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "553"
+          liblibrarian: "VALID NUMBER TRACING [CLASSIFICATION FORMAT]"
+          libopac: "VALID NUMBER TRACING [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "555"
+          liblibrarian: "SEE ALSO FROM TRACING--GENRE/FORM TERM"
+          libopac: "SEE ALSO FROM TRACING--GENRE/FORM TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "562"
+          liblibrarian: "SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM"
+          libopac: "SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "580"
+          liblibrarian: "SEE ALSO FROM TRACING--GENERAL SUBDIVISION"
+          libopac: "SEE ALSO FROM TRACING--GENERAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "581"
+          liblibrarian: "SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION"
+          libopac: "SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "582"
+          liblibrarian: "SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION"
+          libopac: "SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "585"
+          liblibrarian: "SEE ALSO FROM TRACING--FORM SUBDIVISION"
+          libopac: "SEE ALSO FROM TRACING--FORM SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "640"
+          liblibrarian: "SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION"
+          libopac: "SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "641"
+          liblibrarian: "SERIES NUMBERING PECULIARITIES"
+          libopac: "SERIES NUMBERING PECULIARITIES"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "642"
+          liblibrarian: "SERIES NUMBERING EXAMPLE"
+          libopac: "SERIES NUMBERING EXAMPLE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "643"
+          liblibrarian: "SERIES PLACE AND PUBLISHER/ISSUING BODY"
+          libopac: "SERIES PLACE AND PUBLISHER/ISSUING BODY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "644"
+          liblibrarian: "SERIES ANALYSIS PRACTICE"
+          libopac: "SERIES ANALYSIS PRACTICE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "645"
+          liblibrarian: "SERIES TRACING PRACTICE"
+          libopac: "SERIES TRACING PRACTICE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "646"
+          liblibrarian: "SERIES CLASSIFICATION PRACTICE"
+          libopac: "SERIES CLASSIFICATION PRACTICE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "663"
+          liblibrarian: "COMPLEX SEE ALSO REFERENCE--NAME"
+          libopac: "COMPLEX SEE ALSO REFERENCE--NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "664"
+          liblibrarian: "COMPLEX SEE REFERENCE--NAME"
+          libopac: "COMPLEX SEE REFERENCE--NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "665"
+          liblibrarian: "HISTORY REFERENCE"
+          libopac: "HISTORY REFERENCE"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "666"
+          liblibrarian: "GENERAL EXPLANATORY REFERENCE--NAME"
+          libopac: "GENERAL EXPLANATORY REFERENCE--NAME"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "667"
+          liblibrarian: "NONPUBLIC GENERAL NOTE"
+          libopac: "NONPUBLIC GENERAL NOTE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "668"
+          liblibrarian: "CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]"
+          libopac: "CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "670"
+          liblibrarian: "SOURCE DATA FOUND"
+          libopac: "SOURCE DATA FOUND"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "671"
+          liblibrarian: "NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]"
+          libopac: "NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "672"
+          liblibrarian: "TITLE RELATED TO THE ENTITY"
+          libopac: "TITLE RELATED TO THE ENTITY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "673"
+          liblibrarian: "TITLE NOT RELATED TO THE ENTITY"
+          libopac: "TITLE NOT RELATED TO THE ENTITY"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "675"
+          liblibrarian: "SOURCE DATA NOT FOUND"
+          libopac: "SOURCE DATA NOT FOUND"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "676"
+          liblibrarian: "NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]"
+          libopac: "NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "677"
+          liblibrarian: "DEFINITION"
+          libopac: "DEFINITION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "678"
+          liblibrarian: "BIOGRAPHICAL OR HISTORICAL DATA"
+          libopac: "BIOGRAPHICAL OR HISTORICAL DATA"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "680"
+          liblibrarian: "PUBLIC GENERAL NOTE"
+          libopac: "PUBLIC GENERAL NOTE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "681"
+          liblibrarian: "SUBJECT EXAMPLE TRACING NOTE"
+          libopac: "SUBJECT EXAMPLE TRACING NOTE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "682"
+          liblibrarian: "DELETED HEADING INFORMATION"
+          libopac: "DELETED HEADING INFORMATION"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "683"
+          liblibrarian: "APPLICATION HISTORY NOTE"
+          libopac: "APPLICATION HISTORY NOTE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "684"
+          liblibrarian: "AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]"
+          libopac: "AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "685"
+          liblibrarian: "NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          libopac: "NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "686"
+          liblibrarian: "NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          libopac: "NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "687"
+          liblibrarian: "NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          libopac: "NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "688"
+          liblibrarian: "APPLICATION HISTORY NOTE"
+          libopac: "APPLICATION HISTORY NOTE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "700"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "710"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "711"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--MEETING NAME"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--MEETING NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "730"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "747"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "748"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "750"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "751"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "753"
+          liblibrarian: "INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]"
+          libopac: "INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "754"
+          liblibrarian: "INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]"
+          libopac: "INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "755"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "761"
+          liblibrarian: "ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]"
+          libopac: "ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "762"
+          liblibrarian: "ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM"
+          libopac: "ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "763"
+          liblibrarian: "INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]"
+          libopac: "INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "764"
+          liblibrarian: "RULE IDENTIFICATION [CLASSIFICATION FORMAT]"
+          libopac: "RULE IDENTIFICATION [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "765"
+          liblibrarian: "SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]"
+          libopac: "SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "766"
+          liblibrarian: "SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]"
+          libopac: "SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "768"
+          liblibrarian: "CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]"
+          libopac: "CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "780"
+          liblibrarian: "SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION"
+          libopac: "SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "781"
+          liblibrarian: "SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION"
+          libopac: "SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "782"
+          liblibrarian: "SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION"
+          libopac: "SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "785"
+          liblibrarian: "SUBDIVISION LINKING ENTRY--FORM SUBDIVISION"
+          libopac: "SUBDIVISION LINKING ENTRY--FORM SUBDIVISION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "788"
+          liblibrarian: "COMPLEX LINKING ENTRY DATA"
+          libopac: "COMPLEX LINKING ENTRY DATA"
+          repeatable: 0
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "856"
+          liblibrarian: "ELECTRONIC LOCATION AND ACCESS"
+          libopac: "ELECTRONIC LOCATION AND ACCESS"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "880"
+          liblibrarian: "ALTERNATE GRAPHIC REPRESENTATION"
+          libopac: "ALTERNATE GRAPHIC REPRESENTATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "883"
+          liblibrarian: "MACHINE-GENERATED METADATA PROVENANCE"
+          libopac: "MACHINE-GENERATED METADATA PROVENANCE"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "884"
+          liblibrarian: "DESCRIPTION CONVERSION INFORMATION"
+          libopac: "DESCRIPTION CONVERSION INFORMATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "885"
+          liblibrarian: "MATCHING INFORMATION"
+          libopac: "MATCHING INFORMATION"
+          repeatable: 1
+          mandatory: 0
+          authorised_value:
+
+        - authtypecode: ""
+          tagfield: "942"
+          liblibrarian: "KOHA INTERNAL USE"
+          libopac: "KOHA INTERNAL USE"
+          repeatable: 0
+          mandatory: 1
+          authorised_value:
+
+  - auth_subfield_structure:
+      translatable: [ liblibrarian, libopac ]
+      multiline: []
+      rows:
+        - authtypecode: ""
+          tagfield: "000"
+          tagsubfield: "@"
+          liblibrarian: "fixed length control field"
+          libopac: "fixed length control field"
+          repeatable: 0
+          mandatory: 1
+          tab: 0
+          authorised_value:
+          value_builder: marc21_leader_authorities.pl
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "001"
+          tagsubfield: "@"
+          liblibrarian: "control field"
+          libopac: "control field"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: auth_header.authid
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "003"
+          tagsubfield: "@"
+          liblibrarian: "control field"
+          libopac: "control field"
+          repeatable: 0
+          mandatory: 1
+          tab: 0
+          authorised_value:
+          value_builder: marc21_orgcode.pl
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "005"
+          tagsubfield: "@"
+          liblibrarian: "control field"
+          libopac: "control field"
+          repeatable: 0
+          mandatory: 1
+          tab: 0
+          authorised_value:
+          value_builder: marc21_field_005.pl
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "008"
+          tagsubfield: "@"
+          liblibrarian: "fixed length control field"
+          libopac: "fixed length control field"
+          repeatable: 0
+          mandatory: 1
+          tab: 0
+          authorised_value:
+          value_builder: marc21_field_008_authorities.pl
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "010"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "010"
+          tagsubfield: "a"
+          liblibrarian: "LC control number"
+          libopac: "LC control number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "010"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid LC control number"
+          libopac: "Canceled/invalid LC control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "014"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "014"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "014"
+          tagsubfield: "a"
+          liblibrarian: "Control number of related bibliographic record"
+          libopac: "Control number of related bibliographic record"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "016"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "016"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "016"
+          tagsubfield: "a"
+          liblibrarian: "Record control number"
+          libopac: "Record control number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "016"
+          tagsubfield: "z"
+          liblibrarian: "Canceled or invalid record control number"
+          libopac: "Canceled or invalid record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "a"
+          liblibrarian: "International Standard Book Number"
+          libopac: "International Standard Book Number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "c"
+          liblibrarian: "Terms of availability"
+          libopac: "Terms of availability"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "q"
+          liblibrarian: "Qualifying information"
+          libopac: "Qualifying information"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "020"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid ISBN"
+          libopac: "Canceled/invalid ISBN"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "a"
+          liblibrarian: "International Standard Serial Number"
+          libopac: "International Standard Serial Number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "l"
+          liblibrarian: "ISSN-L"
+          libopac: "ISSN-L"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "m"
+          liblibrarian: "Canceled ISSN-L"
+          libopac: "Canceled ISSN-L"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "y"
+          liblibrarian: "Incorrect ISSN"
+          libopac: "Incorrect ISSN"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "022"
+          tagsubfield: "z"
+          liblibrarian: "Canceled ISSN"
+          libopac: "Canceled ISSN"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "a"
+          liblibrarian: "Standard number or code"
+          libopac: "Standard number or code"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "c"
+          liblibrarian: "Terms of availability"
+          libopac: "Terms of availability"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "q"
+          liblibrarian: "Qualifying information"
+          libopac: "Qualifying information"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "024"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid standard number or code"
+          libopac: "Canceled/invalid standard number or code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "2"
+          liblibrarian: "System code"
+          libopac: "System code"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "a"
+          liblibrarian: "Number of work"
+          libopac: "Number of work"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "b"
+          liblibrarian: "Number of movement"
+          libopac: "Number of movement"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "c"
+          liblibrarian: "Number of excerpt"
+          libopac: "Number of excerpt"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "d"
+          liblibrarian: "Caption or heading"
+          libopac: "Caption or heading"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "e"
+          liblibrarian: "Role"
+          libopac: "Role"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "g"
+          liblibrarian: "Clef"
+          libopac: "Clef"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "m"
+          liblibrarian: "Voice/instrument"
+          libopac: "Voice/instrument"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "n"
+          liblibrarian: "Key signature"
+          libopac: "Key signature"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "o"
+          liblibrarian: "Time signature"
+          libopac: "Time signature"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "p"
+          liblibrarian: "Musical notation"
+          libopac: "Musical notation"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "q"
+          liblibrarian: "General note"
+          libopac: "General note"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "r"
+          liblibrarian: "Key or mode"
+          libopac: "Key or mode"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "s"
+          liblibrarian: "Coded validity note"
+          libopac: "Coded validity note"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "t"
+          liblibrarian: "Text incipit"
+          libopac: "Text incipit"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "y"
+          liblibrarian: "Link text"
+          libopac: "Link text"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "031"
+          tagsubfield: "z"
+          liblibrarian: "Public note"
+          libopac: "Public note"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "d"
+          liblibrarian: "Coordinates - westernmost longitude"
+          libopac: "Coordinates - westernmost longitude"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "e"
+          liblibrarian: "Coordinates - easternmost longitude"
+          libopac: "Coordinates - easternmost longitude"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "f"
+          liblibrarian: "Coordinates - northernmost latitude"
+          libopac: "Coordinates - northernmost latitude"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "g"
+          liblibrarian: "Coordinates - southernmost latitude"
+          libopac: "Coordinates - southernmost latitude"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "j"
+          liblibrarian: "Declination - northern limit"
+          libopac: "Declination - northern limit"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "k"
+          liblibrarian: "Declination - southern limit"
+          libopac: "Declination - southern limit"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "m"
+          liblibrarian: "Right ascension - eastern limit"
+          libopac: "Right ascension - eastern limit"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "n"
+          liblibrarian: "Right ascension - western limit"
+          libopac: "Right ascension - western limit"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "p"
+          liblibrarian: "Equinox"
+          libopac: "Equinox"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "r"
+          liblibrarian: "Distance from earth"
+          libopac: "Distance from earth"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "s"
+          liblibrarian: "G-ring latitude"
+          libopac: "G-ring latitude"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "t"
+          liblibrarian: "G-ring longitude"
+          libopac: "G-ring longitude"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "x"
+          liblibrarian: "Beginning date"
+          libopac: "Beginning date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "y"
+          liblibrarian: "Ending date"
+          libopac: "Ending date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "034"
+          tagsubfield: "z"
+          liblibrarian: "Name of extraterrestrial body"
+          libopac: "Name of extraterrestrial body"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "035"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "035"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "035"
+          tagsubfield: "a"
+          liblibrarian: "System control number"
+          libopac: "System control number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "035"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid system control number"
+          libopac: "Canceled/invalid system control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "a"
+          liblibrarian: "Original cataloging agency"
+          libopac: "Original cataloging agency"
+          repeatable: 0
+          mandatory: 1
+          tab: 0
+          authorised_value:
+          value_builder: marc21_orgcode.pl
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "b"
+          liblibrarian: "Language of cataloging"
+          libopac: "Language of cataloging"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "c"
+          liblibrarian: "Transcribing agency"
+          libopac: "Transcribing agency"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "d"
+          liblibrarian: "Modifying agency"
+          libopac: "Modifying agency"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "e"
+          liblibrarian: "Description conventions"
+          libopac: "Description conventions"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "040"
+          tagsubfield: "f"
+          liblibrarian: "Subject heading/thesaurus conventions"
+          libopac: "Subject heading/thesaurus conventions"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "042"
+          tagsubfield: "a"
+          liblibrarian: "Authentication code"
+          libopac: "Authentication code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "2"
+          liblibrarian: "Source of local code"
+          libopac: "Source of local code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "a"
+          liblibrarian: "Geographic area code"
+          libopac: "Geographic area code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "b"
+          liblibrarian: "Local GAC code"
+          libopac: "Local GAC code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "043"
+          tagsubfield: "c"
+          liblibrarian: "ISO code"
+          libopac: "ISO code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "045"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "045"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "045"
+          tagsubfield: "a"
+          liblibrarian: "Time period code"
+          libopac: "Time period code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "045"
+          tagsubfield: "c"
+          liblibrarian: "Formatted pre-9999 B.C. time period"
+          libopac: "Formatted pre-9999 B.C. time period"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "2"
+          liblibrarian: "Source of date scheme"
+          libopac: "Source of date scheme"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "f"
+          liblibrarian: "Birth date"
+          libopac: "Birth date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "g"
+          liblibrarian: "Death date"
+          libopac: "Death date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "k"
+          liblibrarian: "Beginning or single date created"
+          libopac: "Beginning or single date created"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "l"
+          liblibrarian: "Ending date created"
+          libopac: "Ending date created"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "o"
+          liblibrarian: "Single or starting date for aggregated content"
+          libopac: "Single or starting date for aggregated content"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "p"
+          liblibrarian: "Ending date for aggregated content"
+          libopac: "Ending date for aggregated content"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "q"
+          liblibrarian: "Establishment date"
+          libopac: "Establishment date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "r"
+          liblibrarian: "Termination date"
+          libopac: "Termination date"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "046"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "050"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "2"
+          liblibrarian: "Code source"
+          libopac: "Code source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "a"
+          liblibrarian: "Geographic classification area code"
+          libopac: "Geographic classification area code"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "b"
+          liblibrarian: "Geographic classification subarea code"
+          libopac: "Geographic classification subarea code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "052"
+          tagsubfield: "d"
+          liblibrarian: "Populated place name"
+          libopac: "Populated place name"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element-single number or beginning number of span"
+          libopac: "Classification number element--single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element-ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "053"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "2"
+          liblibrarian: "Number source"
+          libopac: "Number source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "055"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "058"
+          tagsubfield: "5"
+          liblibrarian: "Library to which class number applies"
+          libopac: "Library to which class number applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "058"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "058"
+          tagsubfield: "a"
+          liblibrarian: "LC classification number--Single number or beginning number of a range"
+          libopac: "LC classification number--Single number or beginning number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "058"
+          tagsubfield: "b"
+          liblibrarian: "LC classification number--End number of a range"
+          libopac: "LC classification number--End number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "058"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "060"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "063"
+          tagsubfield: "a"
+          liblibrarian: "NLM classification number--Single number or beginning number of a range"
+          libopac: "NLM classification number--Single number or beginning number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "063"
+          tagsubfield: "b"
+          liblibrarian: "NLM classification number--End number of a range"
+          libopac: "NLM classification number--End number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "063"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "2"
+          liblibrarian: "Number source"
+          libopac: "Number source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element-single number or beginning of span"
+          libopac: "Classification number element--single number or beginning of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element-ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "065"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "066"
+          tagsubfield: "a"
+          liblibrarian: "Primary G0 character set"
+          libopac: "Primary G0 character set"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "066"
+          tagsubfield: "b"
+          liblibrarian: "Primary G1 character set"
+          libopac: "Primary G1 character set"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "066"
+          tagsubfield: "c"
+          liblibrarian: "Alternate G0 or G1 character set"
+          libopac: "Alternate G0 or G1 character set"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "068"
+          tagsubfield: "5"
+          liblibrarian: "Library to which class number applies"
+          libopac: "Library to which class number applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "068"
+          tagsubfield: "a"
+          liblibrarian: "NLM classification number--Single number or beginning number of a range"
+          libopac: "NLM classification number--Single number or beginning number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "068"
+          tagsubfield: "b"
+          liblibrarian: "NLM classification number--End number of a range"
+          libopac: "NLM classification number--End number of a range"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "068"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "070"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "072"
+          tagsubfield: "2"
+          liblibrarian: "Code source"
+          libopac: "Code source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "072"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "072"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "072"
+          tagsubfield: "a"
+          liblibrarian: "Subject category code"
+          libopac: "Subject category code"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "072"
+          tagsubfield: "x"
+          liblibrarian: "Subject category code subdivision"
+          libopac: "Subject category code subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "073"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "073"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "073"
+          tagsubfield: "a"
+          liblibrarian: "Subdivision usage"
+          libopac: "Subdivision usage"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "073"
+          tagsubfield: "z"
+          liblibrarian: "Code source"
+          libopac: "Code source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "075"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "075"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "075"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "075"
+          tagsubfield: "a"
+          liblibrarian: "Type of entity term"
+          libopac: "Type of entity term"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "075"
+          tagsubfield: "b"
+          liblibrarian: "Type of entity code"
+          libopac: "Type of entity code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "2"
+          liblibrarian: "Edition identifier"
+          libopac: "Edition identifier"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "a"
+          liblibrarian: "Universal Decimal Classification number"
+          libopac: "Universal Decimal Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "080"
+          tagsubfield: "x"
+          liblibrarian: "Common auxiliary subdivision"
+          libopac: "Common auxiliary subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "082"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element-single number or beginning number of span"
+          libopac: "Classification number element--single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element-ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "083"
+          tagsubfield: "z"
+          liblibrarian: "Table identification-table number"
+          libopac: "Table identification-table number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "a"
+          liblibrarian: "Classification scheme code"
+          libopac: "Classification scheme code"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "b"
+          liblibrarian: "Edition title"
+          libopac: "Edition title"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "c"
+          liblibrarian: "Edition identifier"
+          libopac: "Edition identifier"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "d"
+          liblibrarian: "Source edition identifier"
+          libopac: "Source edition identifier"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "e"
+          liblibrarian: "Language code"
+          libopac: "Language code"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "f"
+          liblibrarian: "Authorization"
+          libopac: "Authorization"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "084"
+          tagsubfield: "n"
+          liblibrarian: "Variations"
+          libopac: "Variations"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "2"
+          liblibrarian: "Number source"
+          libopac: "Number source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "a"
+          liblibrarian: "Call number"
+          libopac: "Call number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "086"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid call number"
+          libopac: "Canceled/invalid call number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "2"
+          liblibrarian: "Number source"
+          libopac: "Number source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element-Single number of beginning number of span"
+          libopac: "Classification number element-Single number of beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element-Ending number of span"
+          libopac: "Classification number element--Ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "087"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory information"
+          libopac: "Explanatory information"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "088"
+          tagsubfield: "a"
+          liblibrarian: "Document shelving number (CODOC)"
+          libopac: "Document shelving number (CODOC)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "2"
+          liblibrarian: "Number source"
+          libopac: "Number source"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "a"
+          liblibrarian: "Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)"
+          libopac: "Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "b"
+          liblibrarian: "Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)"
+          libopac: "Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "e"
+          liblibrarian: "Feature heading (OCLC)"
+          libopac: "Feature heading (OCLC)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "f"
+          liblibrarian: "Filing suffix (OCLC) ; Footnote, FNT (RLIN)"
+          libopac: "Filing suffix (OCLC) ; Footnote, FNT (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "h"
+          liblibrarian: "Output transaction history, HST (RLIN)"
+          libopac: "Output transaction history, HST (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "i"
+          liblibrarian: "Output transaction instruction, INS (RLIN)"
+          libopac: "Output transaction instruction, INS (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "l"
+          liblibrarian: "Extra card control statement, EXT (RLIN)"
+          libopac: "Extra card control statement, EXT (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "n"
+          liblibrarian: "Additional local notes, ANT (RLIN)"
+          libopac: "Additional local notes, ANT (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "p"
+          liblibrarian: "Pathfinder code, PTH (RLIN)"
+          libopac: "Pathfinder code, PTH (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "t"
+          liblibrarian: "Field suppresion, FSP (RLIN)"
+          libopac: "Field suppresion, FSP (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "v"
+          liblibrarian: "Volumes, VOL (RLIN)"
+          libopac: "Volumes, VOL (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "y"
+          liblibrarian: "Date, VOL (RLIN)"
+          libopac: "Date, VOL (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "090"
+          tagsubfield: "z"
+          liblibrarian: "Canceled/invalid call number"
+          libopac: "Canceled/invalid call number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element--single number or beginning number of span"
+          libopac: "Classification number element--single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element--ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "091"
+          tagsubfield: "z"
+          liblibrarian: "Table identification--table number"
+          libopac: "Table identification--table number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "e"
+          liblibrarian: "Feature heading"
+          libopac: "Feature heading"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "092"
+          tagsubfield: "f"
+          liblibrarian: "Filing suffix"
+          libopac: "Filing suffix"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element--single number or beginning number of span"
+          libopac: "Classification number element--single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element--ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "093"
+          tagsubfield: "z"
+          liblibrarian: "Table identification--table number"
+          libopac: "Table identification--table number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "e"
+          liblibrarian: "Feature heading"
+          libopac: "Feature heading"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "096"
+          tagsubfield: "f"
+          liblibrarian: "Filing suffix"
+          libopac: "Filing suffix"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "a"
+          liblibrarian: "Classification number element--single number or beginning number of span"
+          libopac: "Classification number element--single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "b"
+          liblibrarian: "Classification number element--ending number of span"
+          libopac: "Classification number element--ending number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "c"
+          liblibrarian: "Explanatory term"
+          libopac: "Explanatory term"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "097"
+          tagsubfield: "z"
+          liblibrarian: "Table identification--table number"
+          libopac: "Table identification--table number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "a"
+          liblibrarian: "Call number based on other classification scheme"
+          libopac: "Call number based on other classification scheme"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "e"
+          liblibrarian: "Feature heading"
+          libopac: "Feature heading"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "098"
+          tagsubfield: "f"
+          liblibrarian: "Filing suffix"
+          libopac: "Filing suffix"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "2"
+          liblibrarian: "Edition number"
+          libopac: "Edition number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "a"
+          liblibrarian: "Classification number"
+          libopac: "Classification number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "b"
+          liblibrarian: "Item number"
+          libopac: "Item number"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which call number applies"
+          libopac: "Volumes/dates to which call number applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "e"
+          liblibrarian: "Feature heading"
+          libopac: "Feature heading"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "099"
+          tagsubfield: "f"
+          liblibrarian: "Filing suffix"
+          libopac: "Filing suffix"
+          repeatable: 0
+          mandatory: 0
+          tab: 0
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "a"
+          liblibrarian: "Personal name"
+          libopac: "Personal name"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'100b','100c','100q','100d','100t','100o','100m','100r','100s','100k','100n','100p','100g','100l','100f','100h','100x','100z','100y','100v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "b"
+          liblibrarian: "Numeration"
+          libopac: "Numeration"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "c"
+          liblibrarian: "Titles and other words associated with a name"
+          libopac: "Titles and other words associated with a name"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "d"
+          liblibrarian: "Dates associated with a name"
+          libopac: "Dates associated with a name"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "j"
+          liblibrarian: "Attribution qualifier"
+          libopac: "Attribution qualifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "q"
+          liblibrarian: "Fuller form of name"
+          libopac: "Fuller form of name"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "100"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'110b','110c','110d','110t','110o','110m','110r','110s','110k','110n','110p','110g','110l','110f','110h','110x','110z','110y','110v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "b"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "110"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'111e','111c','111d','111t','111s','111k','111n','111p','111g','111l','111f','111h','111x','111z','111y','111v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "b"
+          liblibrarian: "Number [OBSOLETE]"
+          libopac: "Number [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "e"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "j"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "111"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "a"
+          liblibrarian: "Uniform title"
+          libopac: "Uniform title"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'130o','130m','130r','130s','130d','130k','130n','130p','130g','130l','130f','130h','130t','130x','130z','130y','130v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty signing"
+          libopac: "Date of treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "130"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "a"
+          liblibrarian: "Uniform title"
+          libopac: "Uniform title"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty"
+          libopac: "Date of treaty"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "h"
+          liblibrarian: "General material designation"
+          libopac: "General material designation"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "l"
+          liblibrarian: "Language"
+          libopac: "Language"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "n"
+          liblibrarian: "Number of part or section/serial, thematic, or opus number"
+          libopac: "Number of part or section/serial, thematic, or opus number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "o"
+          liblibrarian: "Arranged or arr. for music"
+          libopac: "Arranged or arr. for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "p"
+          liblibrarian: "Part or section"
+          libopac: "Part or section"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "x"
+          liblibrarian: "General subject subdivision"
+          libopac: "General subject subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "y"
+          liblibrarian: "Period subject subdivision"
+          libopac: "Period subject subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "140"
+          tagsubfield: "z"
+          liblibrarian: "Place subject subdivision"
+          libopac: "Place subject subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "a"
+          liblibrarian: "Collective title"
+          libopac: "Collective title"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty"
+          libopac: "Date of treaty"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "h"
+          liblibrarian: "General material designation"
+          libopac: "General material designation"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "l"
+          liblibrarian: "Language"
+          libopac: "Language"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "n"
+          liblibrarian: "Number of part or section/serial, thematic, or opus number"
+          libopac: "Number of part or section/serial, thematic, or opus number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "o"
+          liblibrarian: "Arranged or arr. for music"
+          libopac: "Arranged or arr. for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "p"
+          liblibrarian: "Part or section"
+          libopac: "Part or section"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "143"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "a"
+          liblibrarian: "Named event"
+          libopac: "Named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "c"
+          liblibrarian: "Location of named event"
+          libopac: "Location of named event"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "d"
+          liblibrarian: "Date of named event"
+          libopac: "Date of named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "147"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "a"
+          liblibrarian: "Chronological term"
+          libopac: "Chronological term"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'148y','148x','148z','148v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "148"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "a"
+          liblibrarian: "Topical term or geographic name entry element"
+          libopac: "Topical term or geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'150x','150z','150y','150v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "b"
+          liblibrarian: "Topical term following geographic name entry element"
+          libopac: "Topical term following geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "150"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "a"
+          liblibrarian: "Geographic name"
+          libopac: "Geographic name"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'151z','151x','151y','151v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "b"
+          liblibrarian: "Name following place as an entry element {OBSOLETE]"
+          libopac: "Name following place as an entry element {OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "151"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "h"
+          liblibrarian: "Caption hierarchy"
+          libopac: "Caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "k"
+          liblibrarian: "Summary number span caption hierarchy"
+          libopac: "Summary number span caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "153"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "154"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "154"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "154"
+          tagsubfield: "a"
+          liblibrarian: "General explanatory index term"
+          libopac: "General explanatory index term"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "154"
+          tagsubfield: "b"
+          liblibrarian: "General explanatory index term--Succeeding level"
+          libopac: "General explanatory index term--Succeeding level"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "154"
+          tagsubfield: "f"
+          liblibrarian: "Schedule identification"
+          libopac: "Schedule identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "a"
+          liblibrarian: "Genre/form term"
+          libopac: "Genre/form term"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso: "'155v','155x','155z','155y'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "155"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "162"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "162"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "162"
+          tagsubfield: "a"
+          liblibrarian: "Medium of performance term"
+          libopac: "Medium of performance term"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "180"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "181"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "182"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "185"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 1
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "a"
+          liblibrarian: "Classification number referred to--Single number or beginning number of span"
+          libopac: "Classification number referred to--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "c"
+          liblibrarian: "Classification number referred to--Ending number of span"
+          libopac: "Classification number referred to--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "253"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "a"
+          liblibrarian: "Heading referred to"
+          libopac: "Heading referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "260"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 2
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "a"
+          liblibrarian: "Content type term"
+          libopac: "Content type term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "336"
+          tagsubfield: "b"
+          liblibrarian: "Content type code"
+          libopac: "Content type code"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "a"
+          liblibrarian: "Format of notated music term"
+          libopac: "Format of notated music term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "348"
+          tagsubfield: "b"
+          liblibrarian: "Format of notated music code"
+          libopac: "Format of notated music code"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "a"
+          liblibrarian: "Classification number referred to--Single number or beginning number of span"
+          libopac: "Classification number referred to--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "c"
+          liblibrarian: "Classification number referred to--Ending number of span"
+          libopac: "Classification number referred to--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "353"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "a"
+          liblibrarian: "Heading referred to"
+          libopac: "Heading referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "360"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "a"
+          liblibrarian: "Type of corporate body"
+          libopac: "Type of corporate body"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "b"
+          liblibrarian: "Type of jurisdiction"
+          libopac: "Type of jurisdiction"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "c"
+          liblibrarian: "Other designation"
+          libopac: "Other designation"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "d"
+          liblibrarian: "Title of person"
+          libopac: "Title of person"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "368"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "a"
+          liblibrarian: "Place of birth"
+          libopac: "Place of birth"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "b"
+          liblibrarian: "Place of death"
+          libopac: "Place of death"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "c"
+          liblibrarian: "Associated country"
+          libopac: "Associated country"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "e"
+          liblibrarian: "Place of residence/headquarters"
+          libopac: "Place of residence/headquarters"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "f"
+          liblibrarian: "Other associated place"
+          libopac: "Other associated place"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "g"
+          liblibrarian: "Place of origin of work or expression"
+          libopac: "Place of origin of work or expression"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "370"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "a"
+          liblibrarian: "Address"
+          libopac: "Address"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "b"
+          liblibrarian: "City"
+          libopac: "City"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "c"
+          liblibrarian: "Intermediate jurisdiction"
+          libopac: "Intermediate jurisdiction"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "d"
+          liblibrarian: "Country"
+          libopac: "Country"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "e"
+          liblibrarian: "Postal code"
+          libopac: "Postal code"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "m"
+          liblibrarian: "Electronic mail address"
+          libopac: "Electronic mail address"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "371"
+          tagsubfield: "z"
+          liblibrarian: "Public note"
+          libopac: "Public note"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "a"
+          liblibrarian: "Field of activity"
+          libopac: "Field of activity"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "372"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "a"
+          liblibrarian: "Associated group"
+          libopac: "Associated group"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "373"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "a"
+          liblibrarian: "Occupation"
+          libopac: "Occupation"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "374"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "a"
+          liblibrarian: "Gender"
+          libopac: "Gender"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "375"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "a"
+          liblibrarian: "Type of family"
+          libopac: "Type of family"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "b"
+          liblibrarian: "Name of prominent member"
+          libopac: "Name of prominent member"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "c"
+          liblibrarian: "Hereditary title"
+          libopac: "Hereditary title"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "s"
+          liblibrarian: "Start period"
+          libopac: "Start period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "t"
+          liblibrarian: "End period"
+          libopac: "End period"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "376"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "2"
+          liblibrarian: "Source of code"
+          libopac: "Source of code"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "a"
+          liblibrarian: "Language code"
+          libopac: "Language code"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "377"
+          tagsubfield: "l"
+          liblibrarian: "Language term"
+          libopac: "Language term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "378"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "378"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "378"
+          tagsubfield: "q"
+          liblibrarian: "Fuller form of personal name"
+          libopac: "Fuller form of personal name"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "378"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "378"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "380"
+          tagsubfield: "a"
+          liblibrarian: "Form of work"
+          libopac: "Form of work"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "a"
+          liblibrarian: "Other distinguishing characteristic"
+          libopac: "Other distinguishing characteristic"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "381"
+          tagsubfield: "v"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "a"
+          liblibrarian: "Medium of performance"
+          libopac: "Medium of performance"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "b"
+          liblibrarian: "Soloist"
+          libopac: "Soloist"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "d"
+          liblibrarian: "Doubling instrument"
+          libopac: "Doubling instrument"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "e"
+          liblibrarian: "Number of ensembles of the same type"
+          libopac: "Number of ensembles of the same type"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "n"
+          liblibrarian: "Number of performers of the same medium"
+          libopac: "Number of performers of the same medium"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "p"
+          liblibrarian: "Alternative medium of performance"
+          libopac: "Alternative medium of performance"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "r"
+          liblibrarian: "Total number of individuals performing alongside ensembles"
+          libopac: "Total number of individuals performing alongside ensembles"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "s"
+          liblibrarian: "Total number of performers"
+          libopac: "Total number of performers"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "t"
+          liblibrarian: "Total number of ensembles"
+          libopac: "Total number of ensembles"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "382"
+          tagsubfield: "v"
+          liblibrarian: "Note"
+          libopac: "Note"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "a"
+          liblibrarian: "Serial number"
+          libopac: "Serial number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "b"
+          liblibrarian: "Opus number"
+          libopac: "Opus number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "c"
+          liblibrarian: "Thematic index number"
+          libopac: "Thematic index number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "d"
+          liblibrarian: "Thematic index code"
+          libopac: "Thematic index code"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "383"
+          tagsubfield: "e"
+          liblibrarian: "Publisher associated with opus number"
+          libopac: "Publisher associated with opus number"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "384"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "384"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "384"
+          tagsubfield: "a"
+          liblibrarian: "Key"
+          libopac: "Key"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "a"
+          liblibrarian: "Audience term"
+          libopac: "Audience term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "b"
+          liblibrarian: "Audience code"
+          libopac: "Audience code"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "m"
+          liblibrarian: "Demographic group term"
+          libopac: "Demographic group term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "385"
+          tagsubfield: "n"
+          liblibrarian: "Demographic group code"
+          libopac: "Demographic group code"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "a"
+          liblibrarian: "Creator/contributor term"
+          libopac: "Creator/contributor term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "b"
+          liblibrarian: "Creator/contributor code"
+          libopac: "Creator/contributor code"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "m"
+          liblibrarian: "Demographic group term"
+          libopac: "Demographic group term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "386"
+          tagsubfield: "n"
+          liblibrarian: "Demographic group code"
+          libopac: "Demographic group code"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "2"
+          liblibrarian: "Source of term"
+          libopac: "Source of term"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "388"
+          tagsubfield: "a"
+          liblibrarian: "Time period of creation term"
+          libopac: "Time period of creation term"
+          repeatable: 1
+          mandatory: 0
+          tab: 3
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "a"
+          liblibrarian: "Personal name"
+          libopac: "Personal name"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'400b','400c','400q','400d','400t','400o','400m','400r','400s','400k','400n','400p','400g','400l','400f','400h','400x','400z','400y','400v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: PERSO_NAME
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "b"
+          liblibrarian: "Numeration"
+          libopac: "Numeration"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "d"
+          liblibrarian: "Dates associated with a name"
+          libopac: "Dates associated with a name"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "j"
+          liblibrarian: "Attribution qualifier"
+          libopac: "Attribution qualifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "q"
+          liblibrarian: "Fuller form of name"
+          libopac: "Fuller form of name"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "400"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'410b','410c','410d','410t','410o','410m','410r','410s','410k','410n','410p','410g','410l','410f','410h','410x','410z','410y','410v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: CORPO_NAME
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "b"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "410"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'411e','411c','411d','411t','411s','411k','411n','411p','411g','411l','411f','411h','411x','411z','411y','411v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: MEETI_NAME
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "b"
+          liblibrarian: "Number {OBSOLETE]"
+          libopac: "Number {OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "e"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "j"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "411"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "a"
+          liblibrarian: "Uniform title"
+          libopac: "Uniform title"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'430o','430m','430r','430s','430d','430k','430n','430p','430g','430l','430f','430h','430t','430x','430z','430y','430v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: UNIF_TITLE
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty signing"
+          libopac: "Date of treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "430"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "a"
+          liblibrarian: "Named event"
+          libopac: "Named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "c"
+          liblibrarian: "Location of named event"
+          libopac: "Location of named event"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "d"
+          liblibrarian: "Date of named event"
+          libopac: "Date of named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "447"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "a"
+          liblibrarian: "Chronological term"
+          libopac: "Chronological term"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'448y','448x','448z','448v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: CHRON_TERM
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "448"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "a"
+          liblibrarian: "Topical term or geographic name entry element"
+          libopac: "Topical term or geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'450x','450z','450y','450v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: TOPIC_TERM
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "b"
+          liblibrarian: "Topical term following geographic name entry element"
+          libopac: "Topical term following geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "450"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "a"
+          liblibrarian: "Geographic name"
+          libopac: "Geographic name"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'451z','451x','451y','451v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: GEOGR_NAME
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "451"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "c"
+          liblibrarian: "Classification element-Ending number of span"
+          libopac: "Classification element-Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "h"
+          liblibrarian: "Caption hierarchy"
+          libopac: "Caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "k"
+          liblibrarian: "Summary number span caption hierarchy"
+          libopac: "Summary number span caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "t"
+          liblibrarian: "Topic"
+          libopac: "Topic"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "453"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "a"
+          liblibrarian: "Genre/form term"
+          libopac: "Genre/form term"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso: "'455v','455x','455z','455y'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: GENRE/FORM
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "455"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "a"
+          liblibrarian: "Medium of performance term"
+          libopac: "Medium of performance term"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "462"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "480"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "481"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "482"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "485"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 4
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "a"
+          liblibrarian: "Personal name"
+          libopac: "Personal name"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'500b','500c','500q','500d','500t','500o','500m','500r','500s','500k','500n','500p','500g','500l','500f','500h','500x','500z','500y','500v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: PERSO_NAME
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "b"
+          liblibrarian: "Numeration"
+          libopac: "Numeration"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "c"
+          liblibrarian: "Titles and other words associated with a name"
+          libopac: "Titles and other words associated with a name"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "d"
+          liblibrarian: "Dates associated with a name"
+          libopac: "Dates associated with a name"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "j"
+          liblibrarian: "Attribution qualifier"
+          libopac: "Attribution qualifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "q"
+          liblibrarian: "Fuller form of name"
+          libopac: "Fuller form of name"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "500"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "a"
+          liblibrarian: "Corporate name or jurisdiction name as entry element"
+          libopac: "Corporate name or jurisdiction name as entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'510b','510c','510d','510t','510o','510m','510r','510s','510k','510n','510p','510g','510l','510f','510h','510x','510z','510y','510v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: CORPO_NAME
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "b"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "510"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "a"
+          liblibrarian: "Meeting name or jurisdiction name as entry element"
+          libopac: "Meeting name or jurisdiction name as entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'511e','511c','511d','511t','511s','511k','511n','511p','511g','511l','511f','511h','511x','511z','511y','511v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: MEETI_NAME
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "e"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "j"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "q"
+          liblibrarian: "Name of meeting following jurisdiction name entry element"
+          libopac: "Name of meeting following jurisdiction name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "511"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "a"
+          liblibrarian: "Uniform title"
+          libopac: "Uniform title"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'530o','530m','530r','530s','530d','530k','530n','530p','530g','530l','530f','530h','530t','530x','530z','530y','530v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: UNIF_TITLE
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty signing"
+          libopac: "Date of treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "530"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "a"
+          liblibrarian: "Named event"
+          libopac: "Named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "c"
+          liblibrarian: "Location of named event"
+          libopac: "Location of named event"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "d"
+          liblibrarian: "Date of named event"
+          libopac: "Date of named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "547"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "a"
+          liblibrarian: "Chronological term"
+          libopac: "Chronological term"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'548y','548x','548z','548v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: CHRON_TERM
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "548"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "a"
+          liblibrarian: "Topical term or geographic name entry element"
+          libopac: "Topical term or geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'550x','550z','550y','550v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: TOPIC_TERM
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "b"
+          liblibrarian: "Topical term following geographic name entry element"
+          libopac: "Topical term following geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "550"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "a"
+          liblibrarian: "Geographic name"
+          libopac: "Geographic name"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'551z','551x','551y','551v'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: GEOGR_NAME
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "551"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "h"
+          liblibrarian: "Caption hierarchy"
+          libopac: "Caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "k"
+          liblibrarian: "Summary number span caption hierarchy"
+          libopac: "Summary number span caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "t"
+          liblibrarian: "Topic"
+          libopac: "Topic"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "553"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "9"
+          liblibrarian: "9 (RLIN)"
+          libopac: "9 (RLIN)"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "a"
+          liblibrarian: "Genre/form term"
+          libopac: "Genre/form term"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso: "'555v','555x','555z','555y'"
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: GENRE/FORM
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "555"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "a"
+          liblibrarian: "Medium of performance term"
+          libopac: "Medium of performance term"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "562"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "580"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "581"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "582"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "585"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 5
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "640"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "640"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "640"
+          tagsubfield: "a"
+          liblibrarian: "Dates of publication and/or sequential designation"
+          libopac: "Dates of publication and/or sequential designation"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "640"
+          tagsubfield: "z"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "641"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "641"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "641"
+          tagsubfield: "a"
+          liblibrarian: "Numbering peculiarities note"
+          libopac: "Numbering peculiarities note"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "641"
+          tagsubfield: "z"
+          liblibrarian: "Source of information"
+          libopac: "Source of information"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "642"
+          tagsubfield: "5"
+          liblibrarian: "Institution/copy to which field applies"
+          libopac: "Institution/copy to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "642"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "642"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "642"
+          tagsubfield: "a"
+          liblibrarian: "Series numbering example"
+          libopac: "Series numbering example"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "642"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which series numbering example applies"
+          libopac: "Volumes/dates to which series numbering example applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "643"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "643"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "643"
+          tagsubfield: "a"
+          liblibrarian: "Place"
+          libopac: "Place"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "643"
+          tagsubfield: "b"
+          liblibrarian: "Publisher/issuing body"
+          libopac: "Publisher/issuing body"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "643"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which place and publisher/issuing body apply"
+          libopac: "Volumes/dates to which place and publisher/issuing body apply"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "5"
+          liblibrarian: "Institution/copy to which field applies"
+          libopac: "Institution/copy to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "a"
+          liblibrarian: "Series analysis practice"
+          libopac: "Series analysis practice"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "b"
+          liblibrarian: "Exceptions to analysis practice"
+          libopac: "Exceptions to analysis practice"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "644"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which analysis practice applies"
+          libopac: "Volumes/dates to which analysis practice applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "645"
+          tagsubfield: "5"
+          liblibrarian: "Institution/copy to which field applies"
+          libopac: "Institution/copy to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "645"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "645"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "645"
+          tagsubfield: "a"
+          liblibrarian: "Series tracing practice"
+          libopac: "Series tracing practice"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "645"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which tracing practice applies"
+          libopac: "Volumes/dates to which tracing practice applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "646"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "646"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "646"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "646"
+          tagsubfield: "a"
+          liblibrarian: "Series classification practice"
+          libopac: "Series classification practice"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "646"
+          tagsubfield: "d"
+          liblibrarian: "Volumes/dates to which classification practice applies"
+          libopac: "Volumes/dates to which classification practice applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "663"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "663"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "663"
+          tagsubfield: "a"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "663"
+          tagsubfield: "b"
+          liblibrarian: "Heading referred to"
+          libopac: "Heading referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "663"
+          tagsubfield: "t"
+          liblibrarian: "Title referred to"
+          libopac: "Title referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "664"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "664"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "664"
+          tagsubfield: "a"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "664"
+          tagsubfield: "b"
+          liblibrarian: "Heading referred to"
+          libopac: "Heading referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "664"
+          tagsubfield: "t"
+          liblibrarian: "Title referred to"
+          libopac: "Title referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "665"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "665"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "665"
+          tagsubfield: "a"
+          liblibrarian: "History reference"
+          libopac: "History reference"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "666"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "666"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "666"
+          tagsubfield: "a"
+          liblibrarian: "General explanatory reference"
+          libopac: "General explanatory reference"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "667"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "667"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "667"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "667"
+          tagsubfield: "a"
+          liblibrarian: "Nonpublic general note"
+          libopac: "Nonpublic general note"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "668"
+          tagsubfield: "a"
+          liblibrarian: "Characters in nonroman alphabet"
+          libopac: "Characters in nonroman alphabet"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "a"
+          liblibrarian: "Source citation"
+          libopac: "Source citation"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "b"
+          liblibrarian: "Information found"
+          libopac: "Information found"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "670"
+          tagsubfield: "w"
+          liblibrarian: "Bibliographic record control number"
+          libopac: "Bibliographic record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "671"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "671"
+          tagsubfield: "a"
+          liblibrarian: "Citation"
+          libopac: "Citation"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "a"
+          liblibrarian: "Title"
+          libopac: "Title"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "b"
+          liblibrarian: "Remainder of title"
+          libopac: "Remainder of title"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "f"
+          liblibrarian: "Date"
+          libopac: "Date"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "672"
+          tagsubfield: "w"
+          liblibrarian: "Bibliographic record control number"
+          libopac: "Bibliographic record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "a"
+          liblibrarian: "Title"
+          libopac: "Title"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "b"
+          liblibrarian: "Remainder of title"
+          libopac: "Remainder of title"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "f"
+          liblibrarian: "Date"
+          libopac: "Date"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "673"
+          tagsubfield: "w"
+          liblibrarian: "Bibliographic record control number"
+          libopac: "Bibliographic record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "675"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "675"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "675"
+          tagsubfield: "a"
+          liblibrarian: "Source citation"
+          libopac: "Source citation"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "676"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "676"
+          tagsubfield: "a"
+          liblibrarian: "Rule number(s) and additional information"
+          libopac: "Rule number(s) and additional information"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "677"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "677"
+          tagsubfield: "a"
+          liblibrarian: "Definition"
+          libopac: "Definition"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "677"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "677"
+          tagsubfield: "v"
+          liblibrarian: "Source of definition"
+          libopac: "Source of definition"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "678"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "678"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "678"
+          tagsubfield: "a"
+          liblibrarian: "Biographical or historical data"
+          libopac: "Biographical or historical data"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "678"
+          tagsubfield: "b"
+          liblibrarian: "Expansion"
+          libopac: "Expansion"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "678"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "a"
+          liblibrarian: "Heading or subdivision term"
+          libopac: "Heading or subdivision term"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span [CLASSIFICATION FORMAT]"
+          libopac: "Classification number--Ending number of span [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "680"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "a"
+          liblibrarian: "Subject heading or subdivision term"
+          libopac: "Subject heading or subdivision term"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span [CLASSIFICATION FORMAT]"
+          libopac: "Classification number--Ending number of span [CLASSIFICATION FORMAT]"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "681"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "682"
+          tagsubfield: "0"
+          liblibrarian: "Replacement authority record control number"
+          libopac: "Replacement authority record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "682"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "682"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "682"
+          tagsubfield: "a"
+          liblibrarian: "Replacement heading"
+          libopac: "Replacement heading"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "682"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "p"
+          liblibrarian: "Corresponding classification field"
+          libopac: "Corresponding classification field"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "683"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "684"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "685"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "685"
+          tagsubfield: "a"
+          liblibrarian: "Source consulted and information found"
+          libopac: "Source consulted and information found"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "686"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "686"
+          tagsubfield: "a"
+          liblibrarian: "Source consulted and information found"
+          libopac: "Source consulted and information found"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "687"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "687"
+          tagsubfield: "a"
+          liblibrarian: "Source consulted and information found"
+          libopac: "Source consulted and information found"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "688"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "688"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "688"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "688"
+          tagsubfield: "a"
+          liblibrarian: "Application history note"
+          libopac: "Application history note"
+          repeatable: 0
+          mandatory: 0
+          tab: 6
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "a"
+          liblibrarian: "Personal name"
+          libopac: "Personal name"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "b"
+          liblibrarian: "Numeration"
+          libopac: "Numeration"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "d"
+          liblibrarian: "Dates associated with a name"
+          libopac: "Dates associated with a name"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "j"
+          liblibrarian: "Attribution qualifier"
+          libopac: "Attribution qualifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "q"
+          liblibrarian: "Fuller form of name"
+          libopac: "Fuller form of name"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "700"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "b"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "e"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "710"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "c"
+          liblibrarian: "Location of meeting"
+          libopac: "Location of meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "d"
+          liblibrarian: "Date of meeting or treaty signing"
+          libopac: "Date of meeting or treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "e"
+          liblibrarian: "Subordinate unit"
+          libopac: "Subordinate unit"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "j"
+          liblibrarian: "Relator term"
+          libopac: "Relator term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section/meeting"
+          libopac: "Number of part/section/meeting"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "711"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "a"
+          liblibrarian: "Uniform title"
+          libopac: "Uniform title"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "d"
+          liblibrarian: "Date of treaty signing"
+          libopac: "Date of treaty signing"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "f"
+          liblibrarian: "Date of a work"
+          libopac: "Date of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "h"
+          liblibrarian: "Medium"
+          libopac: "Medium"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "k"
+          liblibrarian: "Form subheading"
+          libopac: "Form subheading"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "l"
+          liblibrarian: "Language of a work"
+          libopac: "Language of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "m"
+          liblibrarian: "Medium of performance for music"
+          libopac: "Medium of performance for music"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "n"
+          liblibrarian: "Number of part/section of a work"
+          libopac: "Number of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "o"
+          liblibrarian: "Arranged statement for music"
+          libopac: "Arranged statement for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "p"
+          liblibrarian: "Name of part/section of a work"
+          libopac: "Name of part/section of a work"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "r"
+          liblibrarian: "Key for music"
+          libopac: "Key for music"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "s"
+          liblibrarian: "Version"
+          libopac: "Version"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "t"
+          liblibrarian: "Title of a work"
+          libopac: "Title of a work"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "730"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "a"
+          liblibrarian: "Named event"
+          libopac: "Named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "c"
+          liblibrarian: "Location of named event"
+          libopac: "Location of named event"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "d"
+          liblibrarian: "Date of named event"
+          libopac: "Date of named event"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "747"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "a"
+          liblibrarian: "Chronological term"
+          libopac: "Chronological term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "748"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "a"
+          liblibrarian: "Topical term or geographic name entry element"
+          libopac: "Topical term or geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "b"
+          liblibrarian: "Topical term following geographic name entry element"
+          libopac: "Topical term following geographic name entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "c"
+          liblibrarian: "Location of event"
+          libopac: "Location of event"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "d"
+          liblibrarian: "Active date"
+          libopac: "Active date"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "750"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified [CLASSIFICATION FORMAT]"
+          libopac: "Materials specified [CLASSIFICATION FORMAT]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "a"
+          liblibrarian: "Geographic name"
+          libopac: "Geographic name"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "g"
+          liblibrarian: "Miscellaneous information"
+          libopac: "Miscellaneous information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "751"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "a"
+          liblibrarian: "Index term"
+          libopac: "Index term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "b"
+          liblibrarian: "Index term--Succeeding level"
+          libopac: "Index term--Succeeding level"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "d"
+          liblibrarian: "Index term referred from"
+          libopac: "Index term referred from"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "e"
+          liblibrarian: "Example class number"
+          libopac: "Example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "s"
+          liblibrarian: "See also reference term"
+          libopac: "See also reference term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "t"
+          liblibrarian: "See also reference term--Succeeding level"
+          libopac: "See also reference term--Succeeding level"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "u"
+          liblibrarian: "Use reference term"
+          libopac: "Use reference term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "753"
+          tagsubfield: "v"
+          liblibrarian: "Use reference term--Succeeding level"
+          libopac: "Use reference term--Succeeding level"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "3"
+          liblibrarian: "Material specified"
+          libopac: "Material specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "a"
+          liblibrarian: "Focus term"
+          libopac: "Focus term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "b"
+          liblibrarian: "Non-focus term"
+          libopac: "Non-focus term"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "c"
+          liblibrarian: "Facet/hierarchy designation"
+          libopac: "Facet/hierarchy designation"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "754"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "a"
+          liblibrarian: "Genre/form term as entry element"
+          libopac: "Genre/form term as entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "755"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "a"
+          liblibrarian: "Number where instructions are found--Single number or beginnning number of span"
+          libopac: "Number where instructions are found--Single number or beginnning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "b"
+          liblibrarian: "Base number"
+          libopac: "Base number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "d"
+          liblibrarian: "Divided like number"
+          libopac: "Divided like number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "e"
+          liblibrarian: "Example class number"
+          libopac: "Example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "f"
+          liblibrarian: "Facet designator"
+          libopac: "Facet designator"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "n"
+          liblibrarian: "Negative example class number"
+          libopac: "Negative example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "r"
+          liblibrarian: "Root number"
+          libopac: "Root number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "x"
+          liblibrarian: "Other classification number"
+          libopac: "Other classification number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "761"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "a"
+          liblibrarian: "Medium of performance term as entry element"
+          libopac: "Medium of performance term as entry element"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "762"
+          tagsubfield: "z"
+          liblibrarian: "Table number"
+          libopac: "Table number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "b"
+          liblibrarian: "Base number"
+          libopac: "Base number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "d"
+          liblibrarian: "Divided like number"
+          libopac: "Divided like number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "e"
+          liblibrarian: "Example class number"
+          libopac: "Example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "h"
+          liblibrarian: "Caption hierarchy"
+          libopac: "Caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "k"
+          liblibrarian: "Summary number span caption hierarchy"
+          libopac: "Summary number span caption hierarchy"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "m"
+          liblibrarian: "Manual note"
+          libopac: "Manual note"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "n"
+          liblibrarian: "Number where instructions are found"
+          libopac: "Number where instructions are found"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "p"
+          liblibrarian: "Corresponding classification field"
+          libopac: "Corresponding classification field"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "r"
+          liblibrarian: "Root number"
+          libopac: "Root number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "s"
+          liblibrarian: "See reference"
+          libopac: "See reference"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "x"
+          liblibrarian: "Other classification number"
+          libopac: "Other classification number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "763"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "764"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "764"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "764"
+          tagsubfield: "a"
+          liblibrarian: "Rule number"
+          libopac: "Rule number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "764"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "b"
+          liblibrarian: "Base number"
+          libopac: "Base number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "c"
+          liblibrarian: "Number where instructions are found--Ending number of span"
+          libopac: "Number where instructions are found--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "f"
+          liblibrarian: "Facet designator"
+          libopac: "Facet designator"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "r"
+          liblibrarian: "Root number"
+          libopac: "Root number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "t"
+          liblibrarian: "Digits added from internal subarrangement or add table"
+          libopac: "Digits added from internal subarrangement or add table"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "u"
+          liblibrarian: "Number being analyzed"
+          libopac: "Number being analyzed"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          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
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "w"
+          liblibrarian: "Table identification--Internal subarrangement or add table"
+          libopac: "Table identification--Internal subarrangement or add table"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "y"
+          liblibrarian: "Table identification--Schedule [OBSOLETE]"
+          libopac: "Table identification--Schedule [OBSOLETE]"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "765"
+          tagsubfield: "z"
+          liblibrarian: "Table identification"
+          libopac: "Table identification"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "766"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "766"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "766"
+          tagsubfield: "a"
+          liblibrarian: "Secondary table of applicability"
+          libopac: "Secondary table of applicability"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "766"
+          tagsubfield: "y"
+          liblibrarian: "Type of division"
+          libopac: "Type of division"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "a"
+          liblibrarian: "Classification number--Single number or beginning number of span"
+          libopac: "Classification number--Single number or beginning number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "c"
+          liblibrarian: "Classification number--Ending number of span"
+          libopac: "Classification number--Ending number of span"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "e"
+          liblibrarian: "Example class number"
+          libopac: "Example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "j"
+          liblibrarian: "Caption"
+          libopac: "Caption"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "n"
+          liblibrarian: "Negative example class number"
+          libopac: "Negative example class number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "t"
+          liblibrarian: "Topic used as example of citation and preference order instruction"
+          libopac: "Topic used as example of citation and preference order instruction"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "x"
+          liblibrarian: "Exception to table of preference"
+          libopac: "Exception to table of preference"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "768"
+          tagsubfield: "z"
+          liblibrarian: "Table identification--Table number"
+          libopac: "Table identification--Table number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "780"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "781"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "782"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "i"
+          liblibrarian: "Relationship information"
+          libopac: "Relationship information"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "v"
+          liblibrarian: "Form subdivision"
+          libopac: "Form subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "w"
+          liblibrarian: "Control subfield"
+          libopac: "Control subfield"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "x"
+          liblibrarian: "General subdivision"
+          libopac: "General subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "y"
+          liblibrarian: "Chronological subdivision"
+          libopac: "Chronological subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "785"
+          tagsubfield: "z"
+          liblibrarian: "Geographic subdivision"
+          libopac: "Geographic subdivision"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "0"
+          liblibrarian: "Record control number"
+          libopac: "Record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "2"
+          liblibrarian: "Source of heading or term"
+          libopac: "Source of heading or term"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "4"
+          liblibrarian: "Relationship"
+          libopac: "Relationship"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "a"
+          liblibrarian: "Heading referred to"
+          libopac: "Heading referred to"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "788"
+          tagsubfield: "i"
+          liblibrarian: "Explanatory text"
+          libopac: "Explanatory text"
+          repeatable: 1
+          mandatory: 0
+          tab: 7
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "2"
+          liblibrarian: "Access method"
+          libopac: "Access method"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "3"
+          liblibrarian: "Materials specified"
+          libopac: "Materials specified"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "7"
+          liblibrarian: "Access status"
+          libopac: "Access status"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "a"
+          liblibrarian: "Host name"
+          libopac: "Host name"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "b"
+          liblibrarian: "Access number"
+          libopac: "Access number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "c"
+          liblibrarian: "Compression information"
+          libopac: "Compression information"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "d"
+          liblibrarian: "Path"
+          libopac: "Path"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "f"
+          liblibrarian: "Electronic name"
+          libopac: "Electronic name"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "h"
+          liblibrarian: "Processor of request"
+          libopac: "Processor of request"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "i"
+          liblibrarian: "Instruction"
+          libopac: "Instruction"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "j"
+          liblibrarian: "Bits per second"
+          libopac: "Bits per second"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "k"
+          liblibrarian: "Password"
+          libopac: "Password"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "l"
+          liblibrarian: "Logon"
+          libopac: "Logon"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "m"
+          liblibrarian: "Contact for access assistance"
+          libopac: "Contact for access assistance"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "n"
+          liblibrarian: "Name of location of host"
+          libopac: "Name of location of host"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "o"
+          liblibrarian: "Operating system"
+          libopac: "Operating system"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "p"
+          liblibrarian: "Port"
+          libopac: "Port"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "q"
+          liblibrarian: "Electronic format type"
+          libopac: "Electronic format type"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "r"
+          liblibrarian: "Settings"
+          libopac: "Settings"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "s"
+          liblibrarian: "File size"
+          libopac: "File size"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "t"
+          liblibrarian: "Terminal emulation"
+          libopac: "Terminal emulation"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "v"
+          liblibrarian: "Hours access method available"
+          libopac: "Hours access method available"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "w"
+          liblibrarian: "Record control number"
+          libopac: "Record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "x"
+          liblibrarian: "Nonpublic note"
+          libopac: "Nonpublic note"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "y"
+          liblibrarian: "Link text"
+          libopac: "Link text"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "856"
+          tagsubfield: "z"
+          liblibrarian: "Public note"
+          libopac: "Public note"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "0"
+          liblibrarian: "0"
+          libopac: "0"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "1"
+          liblibrarian: "1"
+          libopac: "1"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "2"
+          liblibrarian: "2"
+          libopac: "2"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "3"
+          liblibrarian: "3"
+          libopac: "3"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "4"
+          liblibrarian: "4"
+          libopac: "4"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "5"
+          liblibrarian: "5"
+          libopac: "5"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "6"
+          liblibrarian: "Linkage"
+          libopac: "Linkage"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "7"
+          liblibrarian: "7"
+          libopac: "7"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "8"
+          liblibrarian: "8"
+          libopac: "8"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "9"
+          liblibrarian: "9"
+          libopac: "9"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "a"
+          liblibrarian: "a"
+          libopac: "a"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "b"
+          liblibrarian: "b"
+          libopac: "b"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "c"
+          liblibrarian: "c"
+          libopac: "c"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "d"
+          liblibrarian: "d"
+          libopac: "d"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "e"
+          liblibrarian: "e"
+          libopac: "e"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "f"
+          liblibrarian: "f"
+          libopac: "f"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "g"
+          liblibrarian: "g"
+          libopac: "g"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "h"
+          liblibrarian: "h"
+          libopac: "h"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "i"
+          liblibrarian: "i"
+          libopac: "i"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "j"
+          liblibrarian: "j"
+          libopac: "j"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "k"
+          liblibrarian: "k"
+          libopac: "k"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "l"
+          liblibrarian: "l"
+          libopac: "l"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "m"
+          liblibrarian: "m"
+          libopac: "m"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "n"
+          liblibrarian: "n"
+          libopac: "n"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "o"
+          liblibrarian: "o"
+          libopac: "o"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "p"
+          liblibrarian: "p"
+          libopac: "p"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "q"
+          liblibrarian: "q"
+          libopac: "q"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "r"
+          liblibrarian: "r"
+          libopac: "r"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "s"
+          liblibrarian: "s"
+          libopac: "s"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "t"
+          liblibrarian: "t"
+          libopac: "t"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "u"
+          liblibrarian: "u"
+          libopac: "u"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "v"
+          liblibrarian: "v"
+          libopac: "v"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "w"
+          liblibrarian: "w"
+          libopac: "w"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "x"
+          liblibrarian: "x"
+          libopac: "x"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "y"
+          liblibrarian: "y"
+          libopac: "y"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "880"
+          tagsubfield: "z"
+          liblibrarian: "z"
+          libopac: "z"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "8"
+          liblibrarian: "Field link and sequence number"
+          libopac: "Field link and sequence number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "a"
+          liblibrarian: "Generation process"
+          libopac: "Generation process"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "c"
+          liblibrarian: "Confidence value"
+          libopac: "Confidence value"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "d"
+          liblibrarian: "Generation date"
+          libopac: "Generation date"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "q"
+          liblibrarian: "Generation agency"
+          libopac: "Generation agency"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "w"
+          liblibrarian: "Bibliographic record control number"
+          libopac: "Bibliographic record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "883"
+          tagsubfield: "x"
+          liblibrarian: "Validity end date"
+          libopac: "Validity end date"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "884"
+          tagsubfield: "a"
+          liblibrarian: "Conversion process"
+          libopac: "Conversion process"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "884"
+          tagsubfield: "g"
+          liblibrarian: "Conversion date"
+          libopac: "Conversion date"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "884"
+          tagsubfield: "k"
+          liblibrarian: "Identifier of source metadata"
+          libopac: "Identifier of source metadata"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "884"
+          tagsubfield: "q"
+          liblibrarian: "Conversion agency"
+          libopac: "Conversion agency"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "884"
+          tagsubfield: "u"
+          liblibrarian: "Uniform Resource Identifier"
+          libopac: "Uniform Resource Identifier"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "0"
+          liblibrarian: "Authority record control number or standard number"
+          libopac: "Authority record control number or standard number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "1"
+          liblibrarian: "Real World Object URI"
+          libopac: "Real World Object URI"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "2"
+          liblibrarian: "Source"
+          libopac: "Source"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "5"
+          liblibrarian: "Institution to which field applies"
+          libopac: "Institution to which field applies"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "a"
+          liblibrarian: "Matching information"
+          libopac: "Matching information"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "b"
+          liblibrarian: "Status of matching and its checking"
+          libopac: "Status of matching and its checking"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "c"
+          liblibrarian: "Confidence value"
+          libopac: "Confidence value"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "d"
+          liblibrarian: "Generation date"
+          libopac: "Generation date"
+          repeatable: 0
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "w"
+          liblibrarian: "Record control number"
+          libopac: "Record control number"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "x"
+          liblibrarian: "Nonpublic note"
+          libopac: "Nonpublic note"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "885"
+          tagsubfield: "z"
+          liblibrarian: "Public note"
+          libopac: "Public note"
+          repeatable: 1
+          mandatory: 0
+          tab: 8
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 0
+          linkid: 0
+          kohafield: ""
+          frameworkcode: ""
+
+        - authtypecode: ""
+          tagfield: "942"
+          tagsubfield: "a"
+          liblibrarian: "Koha auth type"
+          libopac: "Koha auth type"
+          repeatable: 0
+          mandatory: 1
+          tab: 9
+          authorised_value:
+          value_builder:
+          seealso:
+          isurl: 0
+          hidden: 1
+          linkid: 0
+          kohafield: auth_header.authtypecode
+          frameworkcode: ""
+
+sql_statements:
+  #PERSONAL NAME AUTHORITY FIELDS/SUBFIELDS. XX0
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'PERSO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ('110','111','130','148','150','151','155','162',
+                      '180','181','182','185','034','640','641','642',
+                      '643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'PERSO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ('110','111','130','148','150','151','155','162',
+                     '180','181','182','185','034','640','641','642',
+                     '643','644','645','646');"
+
+  # CORPORATE NAME AUTHORITY FIELDS/SUBFIELDS. X10
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'CORPO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','111','130','148','150','151','155','162',
+                       '180','181','182','185','034','640','641','642',
+                       '643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'CORPO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','111','130','148','150','151','155','162',
+                       '180','181','182','185','034','640','641','642',
+                       '643','644','645','646');"
+
+  # MEETING NAME AUTHORITY FIELDS/SUBFIELDS. X11
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'MEETI_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','130','148','150','151','155','162',
+                       '180','181','182','185','640','641','642','643',
+                       '644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'MEETI_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','130','148','150','151','155','162',
+                       '180','181','182','185','640','641','642','643',
+                       '644','645','646');"
+
+  # UNIFORM TITLE AUTHORITY FIELDS/SUBFIELDS. X30
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'UNIF_TITLE', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','148','150','151','155','162',
+                       '180','181','182','185');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'UNIF_TITLE', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','148','150','151','155','162',
+                       '180','181','182','185');"
+
+  # CHRONOLOGICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X48
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'CHRON_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','150','151','155','162',
+                       '180','181','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'CHRON_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','150','151','155','162',
+                       '180','181','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  # TOPICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X50
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'TOPIC_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','151','155','162',
+                       '181','182','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'TOPIC_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','151','155','162',
+                       '181','182','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  # GEOGRAPHIC NAMES AUTHORITY FIELDS/SUBFIELDS. X51
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'GEOGR_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','150','155','162',
+                       '180','182','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'GEOGR_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','150','155','162',
+                       '180','182','185','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  # GENRE/FORM TERMS AUTHORITY FIELDS/SUBFIELDS. X55
+  - "INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+     SELECT 'GENRE/FORM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+     FROM auth_tag_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','150','151','162',
+                       '180','181','182','014','020','022','031','640',
+                       '641','642','643','644','645','646');"
+
+  - "INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+     mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+     SELECT 'GENRE/FORM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+     FROM auth_subfield_structure
+     WHERE authtypecode = '' AND
+     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                       '154','253','353','453','553','668','671','676',
+                       '684','685','686','687','753','754',
+                       '761','763','764','765','766','768') AND
+     tagfield NOT IN ( '100','110','111','130','148','150','151','162',
+                       '180','181','182','014','020','022','031','640',
+                       '641','642','643','644','645','646');"