Bug 18309: UNIMARC update from IFLA - biblio UNIMARC complet (en)
[koha.git] / installer / data / mysql / en / marcflavour / unimarc / mandatory / unimarc_framework_DEFAULT.sql
blobd14ac4ca68c8fd2a65aa6d140a260bf9810edc1b
1 -- ***********************************************************************
2 -- KOHA UNIMARC STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK
3 --
4 -- Pretest Version 0.0.1
5 -- 2007-11-05
6 --
7 -- edited
8 -- with much more work remaining
9 -- (PLEASE SEE WARNING BELOW)
10 -- by thd
12 -- originally compiled
13 -- by Roberto Sturman
15 -- from
17 -- UNIMARC manual : bibliographic format 1994 / IFLA Universal
18 -- Bibliographic Control and International MARC Core Programme (UBCIM). -
19 -- "The following list represents the state of the format as at 1 March
20 -- 2000.  It includes the changes published in Update 3." -
21 -- http://www.ifla.org/VI/3/p1996-1/sec-uni.htm .
22 -- 2006-03-15 a
24 -- From Zeno Tajoli (2010-08-12):
26 -- Improved default id Koha field (090) and koha date field (099). 
27 -- Insert link to sql coloum biblio.biblionumber in tag 001
28 -- Insert the use of 942, local data
29 -- Insert a standard minimun on 995 (holding field)
31 -- From Bernardo Gonzalez Kriegel (2013-12-26)
33 -- Add/update fields/subfields
34 -- UNIMARC manual: bibliographic format (2008)
35 -- [http://archive.ifla.org/VI/8/unimarc-concise-bibliographic-format-2008.pdf]
36 -- with updates up to 2012 [http://www.ifla.org/node/7974]
37 -- ***********************************************************************
41 -- ***********************************************************************
44 -- ****************************************************************************
45 -- WARNING
46 -- RISK OF DATA LOSS
48 -- Modestly corrected and augmented.  Missing many elements.  The work of the
49 -- original compiler had been done before significant improvements to Koha
50 -- MARC frameworks implementation had been introduced in 2006 for displaying,
51 -- editing, and preserving record data.
53 -- The documentation cited by the original compiler is known to be out of date
54 -- and incomplete.  Furthermore, the original compiler did not include all
55 -- fields and subfields from the documentation he consulted.
57 -- Completely unsafe for production use without significant correction and
58 -- augmentation.  These problems could be fixed but a few days work would be
59 -- required to fix them completely. -- thd.
60 -- ****************************************************************************
65 -- ******************************************************
66 -- KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS.
67 -- ******************************************************
70 -- Current Record ID Field/Subfields (090)
72 insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
73         ('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,'','');
75 insert  into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values 
76         ('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,'','','',0,-5,'',NULL,'','');
78 -- Local date field/Subfields (099)
80 insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
81         ('099','local dates','',0,0,'','');
83 insert  into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values 
84         ('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,'','','',0,-5,'',NULL,'','');
86 insert  into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values
87         ('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,'','','',0,-5,'',NULL,'','');
90 -- Current primary biblioitems Field/Subfields (942)
93 INSERT INTO authorised_value_categories( category_name ) VALUES
94 ('unimarc_146a'),
95 ('unimarc_181c'),
96 ('unimarc_182a'),
97 ('unimarc_182c'),
98 ('unimarc_325h');
100 INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`, `lib_opac`, `imageurl`) VALUES
101 ('unimarc_146a', 'a', 'vocal a cappella music', NULL, ''),
102 ('unimarc_146a', 'b', 'instrumental music', NULL, ''),
103 ('unimarc_146a', 'c', 'vocal and instrumental music', NULL, ''),
104 ('unimarc_146a', 'd', 'electroacoustic music', NULL, ''),
105 ('unimarc_146a', 'e', 'mixed media music (electroacoustic and other media)', NULL, ''),
106 ('unimarc_146a', 'u', 'undefined, variable', NULL, ''),
107 ('unimarc_146a', 'z', 'other', NULL, ''),
108 ('unimarc_181c', 'crt', 'cartographic tactile image', NULL, ''),
109 ('unimarc_181c', 'cod', 'computer dataset', NULL, ''),
110 ('unimarc_181c', 'cop', 'computer program', NULL, ''),
111 ('unimarc_181c', 'crd', 'cartographic dataset', NULL, ''),
112 ('unimarc_181c', 'crf', 'cartographic three-dimensional form', NULL, ''),
113 ('unimarc_181c', 'cri', 'cartographic image', NULL, ''),
114 ('unimarc_181c', 'crm', 'cartographic moving image', NULL, ''),
115 ('unimarc_181c', 'crn', 'cartographic tactile three-dimensional form', NULL, ''),
116 ('unimarc_181c', 'ntm', 'notated music', NULL, ''),
117 ('unimarc_181c', 'ntv', 'notated movement', NULL, ''),
118 ('unimarc_181c', 'prm', 'performed music', NULL, ''),
119 ('unimarc_181c', 'snd', 'sounds', NULL, ''),
120 ('unimarc_181c', 'spw', 'spoken word', NULL, ''),
121 ('unimarc_181c', 'sti', 'still image', NULL, ''),
122 ('unimarc_181c', 'tcf', 'tactile three-dimensional form', NULL, ''),
123 ('unimarc_181c', 'tci', 'tactile image', NULL, ''),
124 ('unimarc_181c', 'tcm', 'tactile notated music', NULL, ''),
125 ('unimarc_181c', 'tcn', 'tactile notated movement', NULL, ''),
126 ('unimarc_181c', 'tct', 'tactile text', NULL, ''),
127 ('unimarc_181c', 'tdf', 'three-dimensional form', NULL, ''),
128 ('unimarc_181c', 'tdi', 'two-dimensional moving image', NULL, ''),
129 ('unimarc_181c', 'tdm', 'three-dimensional moving image', NULL, ''),
130 ('unimarc_181c', 'txt', 'text', NULL, ''),
131 ('unimarc_181c', 'xxx', 'other', NULL, ''),
132 ('unimarc_182a', 'a', 'audio', NULL, ''),
133 ('unimarc_182a', 'b', 'electronic', NULL, ''),
134 ('unimarc_182a', 'c', 'microform', NULL, ''),
135 ('unimarc_182a', 'd', 'microscopic', NULL, ''),
136 ('unimarc_182a', 'e', 'projected', NULL, ''),
137 ('unimarc_182a', 'f', 'stereographic', NULL, ''),
138 ('unimarc_182a', 'g', 'video', NULL, ''),
139 ('unimarc_182a', 'm', 'multiple media', NULL, ''),
140 ('unimarc_182a', 'n', 'unmediated', NULL, ''),
141 ('unimarc_182a', 'z', 'other media', NULL, ''),
142 ('unimarc_182c', 's', 'audio', NULL, ''),
143 ('unimarc_182c', 'c', 'computer', NULL, ''),
144 ('unimarc_182c', 'h', 'microform', NULL, ''),
145 ('unimarc_182c', 'p', 'microscopic', NULL, ''),
146 ('unimarc_182c', 'g', 'projected', NULL, ''),
147 ('unimarc_182c', 'e', 'stereographic', NULL, ''),
148 ('unimarc_182c', 'n', 'unmediated', NULL, ''),
149 ('unimarc_182c', 'v', 'video', NULL, ''),
150 ('unimarc_182c', 'x', 'other', NULL, ''),
151 ('unimarc_182c', 'z', 'unspecified', NULL, ''),
152 ('unimarc_325h', '0', 'Reproduction is not complete', NULL, ''),
153 ('unimarc_325h', '1', 'Reproduction is complete', NULL, ''),
154 ('unimarc_325h', '#', 'undetermined', NULL, '');
156 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
157                 ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', '');
159 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
160                 ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL),
161                 ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', '', NULL, 0, '', '', '', NULL),
162                 ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
163                 ('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
164                 ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL);
167 -- ******************************************************
170 -- Recommandation 995 is designed for interlibrary loan.  It is not designed
171 -- for holdings even if libraries have used it for holdings.
173 -- Original items Field/Subfields
175 -- Adapted from:
176 -- Recommandation 995 sur la fourniture de données locales dans les
177 -- échanges de notices bibliographiques en UNIMARC accompagnant le prêt
178 -- ou le dépôt d'exemplaires / ABF (Association des bibliothécaires
179 -- français) ; FULBI (Fédération des utilisateurs de logiciels de
180 -- bibliothèque) ; ADBDP (Association des directeurs de bibliothèques
181 -- départementales de prêt) ; ADBGV (Association des directeurs de
182 -- bibliothèques municipales et intercommunales des grandes villes de
183 -- France) ADDNB (Association pour le développement des documents
184 -- numériques en bibliothèque.
188 -- Current items Field/Subfields
190 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
191                 ('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', '');
193 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
194                ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL),
195                 ('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
196                 ('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
197                 ('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, '', '', '', NULL, 0, '', '', '', NULL),
198                 ('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
199                 ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 0, 0, '', '', '', NULL),
200                 ('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL),
201                 ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL),
202                 ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL),
203                 ('995', 'c', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code ', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
204                 ('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
205                 ('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL),
206                 ('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
207                 ('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
208                 ('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, '', '', '', 0, 0, '', '', '', NULL),
209                 ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', '', 0, 0, '', '', '', NULL),
210                 ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL),
211                 ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL),
212                 ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, '', '', '', 0, -1, '', '', '', NULL),
213                 ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL),
214                 ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL),
215                 ('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL),
216                 ('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, -1, '', '', '', NULL);
220 -- *******************************************************
221 -- UNIMARC FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS.
222 -- *******************************************************
225 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
226                 ('000', 'Record Label', 'Record Label', 0, 1, '', ''),
227                 ('001', 'Record Identifier', 'Record Identifier', 0, 1, '', ''),
228                 ('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, '', ''),
229                 ('005', 'Version Identifier', 'Version Identifier', 0, 0, '', ''),
230                 ('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, '', ''),
231                 ('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, '', ''),
232                 ('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, '', ''),
233                 ('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, '', ''),
234                 ('014', 'Article Identifier', 'Article Identifier', 1, 0, '', ''),
235                 ('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, '', ''),
236                 ('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, '', ''),
237                 ('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, '', ''),
238                 ('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, '', ''),
239                 ('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, '', ''),
240                 ('022', 'Government Publication Number', 'Government Publication Number', 1, 0, '', ''),
241                 ('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, '', ''),
242                 ('036', 'Music Incipit', 'Music Incipit', 1, 0, '', ''),
243                 ('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, '', ''),
244                 ('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, '', ''),
245                 ('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, '', ''),
246                 ('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, '', ''),
247                 ('100', 'General Processing Data', 'General Processing Data', 0, 1, '', ''),
248                 ('101', 'Language of the Resource', 'Language of the Resource', 0, 0, '', ''),
249                 ('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, '', ''),
250                 ('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, '', ''),
251                 ('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, '', ''),
252                 ('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, '', ''),
253                 ('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, '', ''),
254                 ('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, '', ''),
255                 ('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, '', ''),
256                 ('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, '', ''),
257                 ('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, '', ''),
258                 ('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, '', ''),
259                 ('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, '', ''),
260                 ('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, '', ''),
261                 ('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, '', ''),
262                 ('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, '', ''),
263                 ('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, '', ''),
264                 ('128', 'Coded Data Field: Form of Musical Work and Key or Mode', 'Coded Data Field: Form of Musical Work and Key or Mode', 1, 0, '', ''),
265                 ('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, '', ''),
266                 ('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, '', ''),
267                 ('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, '', ''),
268                 ('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, '', ''),
269                 ('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, '', ''),
270                 ('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, '', ''),
271                 ('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, '', ''),
272                 ('181', 'Coded Data Field: content form', '', 1, 0, '', ''),
273                 ('182', 'Coded Data Field: media type', '', 1, 0, '', ''),
274                 ('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, '', ''),
275                 ('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, '', ''),
276                 ('205', 'Edition Statement', 'Edition Statement', 1, 0, '', ''),
277                 ('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, '', ''),
278                 ('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, '', ''),
279                 ('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''),
280                 ('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, '', ''),
281                 ('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''),
282                 ('215', 'Physical Description', 'Physical Description', 1, 0, '', ''),
283                 ('225', 'Series', 'Series', 1, 0, '', ''),
284                 ('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, '', ''),
285                 ('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, '', ''),
286                 ('300', 'General Notes', 'General Notes', 1, 0, '', ''),
287                 ('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, '', ''),
288                 ('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, '', ''),
289                 ('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, '', ''),
290                 ('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, '', ''),
291                 ('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, '', ''),
292                 ('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, '', ''),
293                 ('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, '', ''),
294                 ('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, '', ''),
295                 ('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, '', ''),
296                 ('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, '', ''),
297                 ('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, '', ''),
298                 ('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, '', ''),
299                 ('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, '', ''),
300                 ('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, '', ''),
301                 ('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, '', ''),
302                 ('317', 'Provenance Note', 'Provenance Note', 1, 0, '', ''),
303                 ('318', 'Action Note', 'Action Note', 1, 0, '', ''),
304                 ('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, '', ''),
305                 ('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, '', ''),
306                 ('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, '', ''),
307                 ('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, '', ''),
308                 ('324', 'Original Version Note', 'Original Version Note', 0, 0, '', ''),
309                 ('325', 'Reproduction Note', 'Reproduction Note', 1, 0, '', ''),
310                 ('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, '', ''),
311                 ('327', 'Contents Note', 'Contents Note', 1, 0, '', ''),
312                 ('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, '', ''),
313                 ('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, '', ''),
314                 ('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, '', ''),
315                 ('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, '', ''),
316                 ('334', 'Awards Note', 'Awards Note', 1, 0, '', ''),
317                 ('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, '', ''),
318                 ('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, '', ''),
319                 ('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, '', ''),
320                 ('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, '', ''),
321                 ('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, '', ''),
322                 ('410', 'Series', 'Series', 0, 0, '', ''),
323                 ('411', 'Subseries', 'Subseries', 0, 0, '', ''),
324                 ('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, '', ''),
325                 ('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, '', ''),
326                 ('421', 'Supplement', 'Supplement', 0, 0, '', ''),
327                 ('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, '', ''),
328                 ('423', 'Issued with', 'Issued with', 0, 0, '', ''),
329                 ('424', 'is Updated by', 'is Updated by', 0, 0, '', ''),
330                 ('425', 'Updates', 'Updates', 0, 0, '', ''),
331                 ('430', 'Continues', 'Continues', 0, 0, '', ''),
332                 ('431', 'Continues in Part', 'Continues in Part', 0, 0, '', ''),
333                 ('432', 'Supersedes', 'Supersedes', 0, 0, '', ''),
334                 ('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, '', ''),
335                 ('434', 'Absorbed', 'Absorbed', 0, 0, '', ''),
336                 ('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, '', ''),
337                 ('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, '', ''),
338                 ('437', 'Separated from', 'Separated from', 0, 0, '', ''),
339                 ('440', 'Continued by', 'Continued by', 0, 0, '', ''),
340                 ('441', 'Continued in Part by', 'Continued in Part by', 0, 0, '', ''),
341                 ('442', 'Superseded by', 'Superseded by', 0, 0, '', ''),
342                 ('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, '', ''),
343                 ('444', 'Absorbed by', 'Absorbed by', 0, 0, '', ''),
344                 ('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, '', ''),
345                 ('446', 'Split into', 'Split into', 0, 0, '', ''),
346                 ('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, '', ''),
347                 ('448', 'Changed Back to', 'Changed Back to', 0, 0, '', ''),
348                 ('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, '', ''),
349                 ('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, '', ''),
350                 ('453', 'Translated as', 'Translated as', 0, 0, '', ''),
351                 ('454', 'Translation of', 'Translation of', 0, 0, '', ''),
352                 ('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, '', ''),
353                 ('456', 'Reproduced as', 'Reproduced as', 0, 0, '', ''),
354                 ('461', 'Set Level', 'Set Level', 0, 0, '', ''),
355                 ('462', 'Subset Level', 'Subset Level', 0, 0, '', ''),
356                 ('463', 'Piece Level', 'Piece Level', 0, 0, '', ''),
357                 ('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, '', ''),
358                 ('470', 'Item Reviewed', 'Item Reviewed', 0, 0, '', ''),
359                 ('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, '', ''),
360                 ('482', 'Bound with', 'Bound with', 0, 0, '', ''),
361                 ('488', 'Other Related Works', 'Other Related Works', 0, 0, '', ''),
362                 ('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, '', ''),
363                 ('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, '', ''),
364                 ('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, '', ''),
365                 ('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, '', ''),
366                 ('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, '', ''),
367                 ('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, '', ''),
368                 ('511', 'Half Title', 'Half Title', 1, 0, '', ''),
369                 ('512', 'Cover Title', 'Cover Title', 1, 0, '', ''),
370                 ('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, '', ''),
371                 ('514', 'Caption Title', 'Caption Title', 1, 0, '', ''),
372                 ('515', 'Running Title', 'Running Title', 1, 0, '', ''),
373                 ('516', 'Spine Title', 'Spine Title', 1, 0, '', ''),
374                 ('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, '', ''),
375                 ('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, '', ''),
376                 ('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, '', ''),
377                 ('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, '', ''),
378                 ('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, '', ''),
379                 ('532', 'Expanded Title', 'Expanded Title', 1, 0, '', ''),
380                 ('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, '', ''),
381                 ('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, '', ''),
382                 ('545', 'Section Title', 'Section Title', 1, 0, '', ''),
383                 ('560', 'Artifical Title', 'Artifical Title', 1, 0, '', ''),
384                 ('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, '', ''),
385                 ('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, '', ''),
386                 ('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, '', ''),
387                 ('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, '', ''),
388                 ('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, '', ''),
389                 ('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, '', ''),
390                 ('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, '', ''),
391                 ('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, '', ''),
392                 ('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, '', ''),
393                 ('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, '', ''),
394                 ('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, '', ''),
395                 ('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, '', ''),
396                 ('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, '', ''),
397                 ('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, '', ''),
398                 ('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, '', ''),
399                 ('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, '', ''),
400                 ('623', 'Character', '', 1 , 0, '', ''),
401                 ('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, '', ''),
402                 ('631', 'Occupation', '', 1, 0, '', ''),
403                 ('632', 'Function', '', 1, 0, '', ''),
404                 ('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, '', ''),
405                 ('661', 'Time Period Code', 'Time Period Code', 1, 0, '', ''),
406                 ('670', 'PRECIS', 'PRECIS', 1, 0, '', ''),
407                 ('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, '', ''),
408                 ('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, '', ''),
409                 ('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, '', ''),
410                 ('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, '', ''),
411                 ('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, '', ''),
412                 ('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, '', ''),
413                 ('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, '', ''),
414                 ('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, '', ''),
415                 ('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, '', ''),
416                 ('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, '', ''),
417                 ('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, '', ''),
418                 ('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, '', ''),
419                 ('716', 'Trademark', 'Trademark', 1, 0, '', ''),
420                 ('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, '', ''),
421                 ('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, '', ''),
422                 ('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, '', ''),
423                 ('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, '', ''),
424                 ('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, '', ''),
425                 ('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, '', ''),
426                 ('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, '', ''),
427                 ('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, '', ''),
428                 ('801', 'Originating Source', 'Originating Source', 1, 1, '', ''),
429                 ('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, '', ''),
430                 ('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, '', ''),
431                 ('850', 'Holding Institution', 'Holding Institution', 1, 0, '', ''),
432                 ('852', 'Location and Call Number', 'Location and Call Number', 1, 0, '', ''),
433                 ('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, '', ''),
434                 ('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, '', '');
437 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
438                 ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL),
439                 ('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL),
440                 ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
441                 ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
442                 ('010', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
443                 ('010', 'a', 'Number (ISBN)', 'Number (ISBN)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', '', NULL),
444                 ('010', 'b', 'Qualification', 'Qualification', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
445                 ('010', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
446                 ('010', 'z', 'Erroneous ISBN', 'Erroneous ISBN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
447                 ('011', 'a', 'Number (ISSN)', 'Number (ISSN)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', '', NULL),
448                 ('011', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
449                 ('011', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
450                 ('011', 'f', 'ISSN-L or Linking ISSN', 'ISSN-L or Linking ISSN', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
451                 ('011', 'g', 'Cancelled ISSN-L', 'Cancelled ISSN-L', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
452                 ('011', 'y', 'Cancelled ISSN', 'Cancelled ISSN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
453                 ('011', 'z', 'Erroneous ISSN or ISSN-L', 'Erroneous ISSN or ISSN-L', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
454                 ('012', '2', 'Fingerprint System Code', 'Fingerprint System Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
455                 ('012', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
456                 ('012', 'a', 'Fingerprint', 'Fingerprint', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
457                 ('013', 'a', 'Number (ISMN)', 'Number (ISMN)', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
458                 ('013', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
459                 ('013', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
460                 ('013', 'z', 'Erroneous ISMN', 'Erroneous ISMN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
461                 ('014', '2', 'System Code', 'System Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
462                 ('014', 'a', 'Article Identifier', 'Article Identifier', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
463                 ('014', 'z', 'Erroneous Article Identifier', 'Erroneous Article Identifier', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
464                 ('015', 'a', 'Number (ISRN)', 'Number (ISRN)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
465                 ('015', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
466                 ('015', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
467                 ('015', 'z', 'Cancelled/Invalid/Erroneous ISRN', 'Cancelled/Invalid/Erroneous ISRN', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
468                 ('016', 'a', 'Number (ISRC)', 'Number (ISRC)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
469                 ('016', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
470                 ('016', 'd', 'Terms of Availability and/or Price [Obsolete]', 'Terms of Availability and/or Price [Obsolete]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
471                 ('016', 'z', 'Erroneous ISRC', 'Erroneous ISRC', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
472                 ('017', '2', 'Source of Code', 'Source of Code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
473                 ('017', 'a', 'Standard Number', 'Standard Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
474                 ('017', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
475                 ('017', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
476                 ('017', 'z', 'Erroneous Number or Code', 'Erroneous Number or Code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
477                 ('020', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
478                 ('020', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
479                 ('020', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
480                 ('021', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
481                 ('021', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
482                 ('021', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
483                 ('022', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
484                 ('022', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
485                 ('022', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
486                 ('035', 'a', 'System Control Number', 'System Control Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
487                 ('035', 'z', 'Cancelled or Invalid Control Number', 'Cancelled or Invalid Control Number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
488                 ('036', '2', 'System Code for Musical Notation', 'System Code for Musical Notation', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
489                 ('036', 'a', 'Number of Work', 'Number of Work', 0, 1, '', 0, '', '', '', 0, -6, '', '', '', NULL),
490                 ('036', 'b', 'Number of Movement', 'Number of Movement', 0, 1, '', 0, '', '', '', 0, -6, '', '', '', NULL),
491                 ('036', 'c', 'Number of Incipit', 'Number of Incipit', 0, 1, '', 0, '', '', '', 0, -6, '', '', '', NULL),
492                 ('036', 'd', 'Voice/Instrument', 'Voice/Instrument', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
493                 ('036', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
494                 ('036', 'f', 'Movement Caption/Heading', 'Movement Caption/Heading', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
495                 ('036', 'g', 'Key or Mode', 'Key or Mode', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
496                 ('036', 'm', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
497                 ('036', 'n', 'Key Signature', 'Key Signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
498                 ('036', 'o', 'Time Signature', 'Time Signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
499                 ('036', 'p', 'Musical Notation', 'Musical Notation', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
500                 ('036', 'q', 'Comments (Free Text)', 'Comments (Free Text)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
501                 ('036', 'r', 'Codified Note', 'Codified Note', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
502                 ('036', 't', 'Text Incipit', 'Text Incipit', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
503                 ('036', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
504                 ('036', 'z', 'Language of Text', 'Language of Text', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
505                 ('040', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
506                 ('040', 'z', 'Erroneous CODEN', 'Erroneous CODEN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
507                 ('071', 'a', 'Publisher\'s Number', 'Publisher\'s Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
508                 ('071', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
509                 ('071', 'c', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
510                 ('071', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
511                 ('071', 'z', 'Erroneous Publisher\'s Number', 'Erroneous Publisher\'s Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
512                 ('072', 'a', 'Standard Number', 'Standard Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
513                 ('072', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
514                 ('072', 'c', 'Additional Codes Following Standard Number or Code', 'Additional Codes Following Standard Number or Code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
515                 ('072', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
516                 ('072', 'z', 'Erroneous Number or Code', 'Erroneous Number or Code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
517                 ('073', 'a', 'Standard Number', 'Standard Number', 0, 0, 'biblioitems.ean', 0, '', '', '', 0, 0, '', '', '', NULL),
518                 ('073', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
519                 ('073', 'c', 'Additional Codes Following Standard Number or Code', 'Additional Codes Following Standard Number or Code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
520                 ('073', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
521                 ('073', 'z', 'Erroneous Number or Code', 'Erroneous Number or Code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
522                 ('100', 'a', 'General Processing Data', 'General Processing Data', 0, 0, '', 1, '', '', 'unimarc_field_100.pl', 0, 0, '', '', '', NULL),
523                 ('101', 'a', 'Language of Text, Soundtrack etc.', 'Language of Text, Soundtrack etc.', 1, 0, '', 1, 'LANG', '', '', 0, 0, '', '', '', NULL),
524                 ('101', 'b', 'Language of Intermediate Text When Item is Not Translated from Original', 'Language of Intermediate Text When Item is Not Translated from Original', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
525                 ('101', 'c', 'Language of Original Work', 'Language of Original Work', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
526                 ('101', 'd', 'Language of Summary', 'Language of Summary', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
527                 ('101', 'e', 'Language of Contents Page', 'Language of Contents Page', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
528                 ('101', 'f', 'Language of Title Page If Different from Text', 'Language of Title Page If Different from Text', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
529                 ('101', 'g', 'Language of Title Proper If Not First Language of Text, Soundtrack, etc.', 'Language of Title Proper If Not First Language of Text, Soundtrack, etc.', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
530                 ('101', 'h', 'Language of Libretto, etc.', 'Language of Libretto, etc.', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
531                 ('101', 'i', 'Language of Accompanying Material (Other than Summaries, Abstracts or Librettos)', 'Language of Accompanying Material (Other than Summaries, Abstracts or Librettos)', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
532                 ('101', 'j', 'Language of Subtitles', 'Language of Subtitles', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
533                 ('102', 'a', 'Country of Publication', 'Country of Publication', 1, 0, '', 1, 'COUNTRY', '', '', 0, 0, '', '', '', NULL),
534                 ('102', 'b', 'Locality of Publication', 'Locality of Publication', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
535                 ('105', 'a', 'Monograph Coded Data', 'Monograph Coded Data', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
536                 ('106', 'a', 'Textual Material Coded Data Physical Medium Designator', 'Textual Material Coded Data Physical Medium Designator', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
537                 ('110', 'a', 'Continuing Resource Coded Data', 'Continuing Resource Coded Data', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
538                 ('115', 'a', 'Coded Data - General', 'Coded Data - General', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
539                 ('115', 'b', 'Motion Picture Coded Data - Archival', 'Motion Picture Coded Data - Archival', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
540                 ('116', 'a', 'Coded Data for Graphics', 'Coded Data for Graphics', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
541                 ('117', 'a', 'Coded Data for Three-Dimensional Artefacts and Realia', 'Coded Data for Three-Dimensional Artefacts and Realia', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
542                 ('120', 'a', 'Cartographic Material Coded Data (General)', 'Cartographic Material Coded Data (General)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
543                 ('121', 'a', 'Cartographic Material Coded Data: Physical Attributes (General)', 'Cartographic Material Coded Data: Physical Attributes (General)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
544                 ('121', 'b', 'Aerial Photography and Remote Sensing Coded Data: Physical Attributes', 'Aerial Photography and Remote Sensing Coded Data: Physical Attributes', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
545                 ('122', 'a', 'Time Period, 9999 B.C. to Present', 'Time Period, 9999 B.C. to Present', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
546                 ('123', 'a', 'Type of Scale', 'Type of Scale', 0, 1, '', 1, '', '', '', 0, -5, '', '', '', NULL),
547                 ('123', 'b', 'Constant Ratio Linear Horizontal Scale', 'Constant Ratio Linear Horizontal Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
548                 ('123', 'c', 'Constant Ratio Linear Vertical Scale', 'Constant Ratio Linear Vertical Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
549                 ('123', 'd', 'Coordinates - Westernmost Longitude', 'Coordinates - Westernmost Longitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
550                 ('123', 'e', 'Coordinates - Easternmost Longitude', 'Coordinates - Easternmost Longitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
551                 ('123', 'f', 'Coordinates - Northernmost Latitude', 'Coordinates - Northernmost Latitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
552                 ('123', 'g', 'Coordinates - Southernmost Latitude', 'Coordinates - Southernmost Latitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
553                 ('123', 'h', 'Angular Scale', 'Angular Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
554                 ('123', 'i', 'Declination - Northern Limit', 'Declination - Northern Limit', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
555                 ('123', 'j', 'Declination - Southern Limit', 'Declination - Southern Limit', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
556                 ('123', 'k', 'Right Ascension - Eastern Limits', 'Right Ascension - Eastern Limits', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
557                 ('123', 'm', 'Right Ascension - Western Limits', 'Right Ascension - Western Limits', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
558                 ('123', 'n', 'Equinox', 'Equinox', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
559                 ('123', 'o', 'Epoch', 'Epoch', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
560                 ('123', 'p', 'Planet', 'Planet', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
561                 ('124', 'a', 'Character of Image', 'Character of Image', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
562                 ('124', 'b', 'Form of Cartographic Item', 'Form of Cartographic Item', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
563                 ('124', 'c', 'Presentation Technique for Photographic or Non-Photographic Image', 'Presentation Technique for Photographic or Non-Photographic Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
564                 ('124', 'd', 'Position of Platform for Photographic or Remote Sensing Image', 'Position of Platform for Photographic or Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
565                 ('124', 'e', 'Category of Satellite for Remote Sensing Image', 'Category of Satellite for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
566                 ('124', 'f', 'Name of Satellite for Remote Sensing Image', 'Name of Satellite for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
567                 ('124', 'g', 'Recording Technique for Remote Sensing Image', 'Recording Technique for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
568                 ('125', 'a', 'Format of Notated Music', 'Format of Notated Music', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
569                 ('125', 'b', 'Literary Text Indicator (Non-Music Performance)', 'Literary Text Indicator (Non-Music Performance)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
570                 ('125', 'c', 'Multiple Musical Format', 'Multiple Musical Format', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
571                 ('126', 'a', 'Sound Recording Coded Data (General)', 'Sound Recording Coded Data (General)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
572                 ('126', 'b', 'Sound Recording Coded Data (Detail)', 'Sound Recording Coded Data (Detail)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
573                 ('127', 'a', 'Duration', 'Duration', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
574                 ('128', 'a', 'Form of Musical Work', 'Form of Musical Work', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
575                 ('128', 'b', 'Instruments or Voices for Ensembles [Obsolete]', 'Instruments or Voices for Ensembles [Obsolete]', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
576                 ('128', 'c', 'Instruments or Voices for Soloists [Obsolete]', 'Instruments or Voices for Soloists [Obsolete]', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
577                 ('128', 'd', 'Key or Mode of Musical Work', 'Key or Mode of Musical Work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
578                 ('130', 'a', 'Microform Coded Data Physical Attributes', 'Microform Coded Data Physical Attributes', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
579                 ('131', 'a', 'Spheroid', 'Spheroid', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
580                 ('131', 'b', 'Horizontal Datum', 'Horizontal Datum', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
581                 ('131', 'c', 'Grid and Referencing System', 'Grid and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
582                 ('131', 'd', 'Overlapping and Referencing System', 'Overlapping and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
583                 ('131', 'e', 'Secondary Grid and Referencing System', 'Secondary Grid and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
584                 ('131', 'f', 'Vertical Datum', 'Vertical Datum', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
585                 ('131', 'g', 'Unit of Measurement of Heighting', 'Unit of Measurement of Heighting', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
586                 ('131', 'h', 'Contour Interval', 'Contour Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
587                 ('131', 'i', 'Supplementary Contour Interval', 'Supplementary Contour Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
588                 ('131', 'j', 'Unit of Measurement of Bathymetry', 'Unit of Measurement of Bathymetry', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
589                 ('131', 'k', 'Bathymetric Interval', 'Bathymetric Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
590                 ('131', 'l', 'Supplementary Bathymetric Interval', 'Supplementary Bathymetric Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
591                 ('135', 'a', 'Coded Data for Electronic Resources', 'Coded Data for Electronic Resources', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
592                 ('140', 'a', 'Antiquarian Coded Data - General', 'Antiquarian Coded Data - General', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
593                 ('141', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 1, '', 1, '', '', '', 0, -5, '', '', '', NULL),
594                 ('141', 'a', 'Coded Data - Copy Specific Attributes', 'Coded Data - Copy Specific Attributes', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
595                 ('141', 'b', 'Binding Specific Characteristics', 'Binding Specific Characteristics', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
596                 ('141', 'c', 'Age', 'Age', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
597                 ('141', 'd', 'Binding State of Preservation Code - Specific', 'Binding State of Preservation Code - Specific', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
598                 ('141', 'e', 'Body of the Book Specific Characteristics', 'Body of the Book Specific Characteristics', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
599                 ('141', 'f', 'Body of the Book State of Preservation Code - Specific', 'Body of the Book State of Preservation Code - Specific', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
600                 ('145', 'a', 'Type of Performance Medium', 'Type of Performance Medium', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
601                 ('145', 'b', 'Instrument/Voice, Conductor, Other Performer or Device', 'Instrument/Voice, Conductor, Other Performer or Device', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
602                 ('145', 'c', 'Type of Ensemble', 'Type of Ensemble', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
603                 ('145', 'd', 'Group within Larger Ensemble', 'Group within Larger Ensemble', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
604                 ('145', 'e', 'Number of Parts', 'Number of Parts', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
605                 ('145', 'f', 'Number of Players', 'Number of Players', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
606                 ('146', 'a', 'Type of Performance Medium', 'Type of Performance Medium', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
607                 ('146', 'b', 'Instrument or Voice Soloist', 'Instrument or Voice Soloist', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
608                 ('146', 'c', 'Instrument or Voice Non-Soloist, Conductor, Other Performer or Device', 'Instrument or Voice Non-Soloist, Conductor, Other Performer or Device', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
609                 ('146', 'd', 'Vocal or Instrumental Ensemble', 'Vocal or Instrumental Ensemble', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
610                 ('146', 'e', 'Instrument or Voice Non-Soloist, Conductor, Other Performer or Device, Included in an Ensemble', 'Instrument or Voice Non-Soloist, Conductor, Other Performer or Device, Included in an Ensemble', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
611                 ('146', 'f', 'Specific Instrument', 'Specific Instrument', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
612                 ('146', 'h', 'Number of Parts', 'Number of Parts', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
613                 ('146', 'i', 'Number of Players', 'Number of Players', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
614                 ('181', '2', 'System code', '', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
615                 ('181', '6', 'Interfield Linking Data', '', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
616                 ('181', 'a', 'ISBD Content form Code', '', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
617                 ('181', 'b', 'ISBD Content Qualification Code', '', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
618                 ('181', 'c', 'Other Coding for Content Form', '', 1, 0, '', 1, 'unimarc_181c', '', '', 0, 0, '', '', '', ''),
619                 ('182', '2', 'System code', '', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
620                 ('182', '6', 'Interfield Linking Data', '', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', ''),
621                 ('182', 'a', 'ISBD Media Type Code', '', 0, 0, '', 1, 'unimarc_182a', '', '', 0, 0, '', '', '', ''),
622                 ('182', 'c', 'Other Coding for Media Type', '', 1, 0, '', 1, 'unimarc_182c', '', '', 0, 0, '', '', '', ''),
623                 ('200', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
624                 ('200', 'a', 'Title Proper', 'Title Proper', 1, 0, 'biblio.title', 2, '', '', '', 0, 0, '', '', '', NULL),
625                 ('200', 'b', 'General Material Designation', 'General Material Designation', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
626                 ('200', 'c', 'Title Proper by Another Author', 'Title Proper by Another Author', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
627                 ('200', 'd', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
628                 ('200', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
629                 ('200', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, 'biblio.author', 2, '', '', '', 0, 0, '', '', '', NULL),
630                 ('200', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
631                 ('200', 'h', 'Number of a Part', 'Number of a Part', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
632                 ('200', 'i', 'Name of a Part', 'Name of a Part', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
633                 ('200', 'j', 'Inclusive Dates', 'Inclusive Dates', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
634                 ('200', 'k', 'Bulk Dates', 'Bulk Dates', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
635                 ('200', 'r', 'Title Page Information Following the Title Proper', 'Title Page Information Following the Title Proper', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
636                 ('200', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
637                 ('200', 'z', 'Language of Parallel Title Proper', 'Language of Parallel Title Proper', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
638                 ('204', 'a', 'GMD', 'GMD', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
639                 ('205', 'a', 'Edition Statement', 'Edition Statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', 0, 0, '', '', '', NULL),
640                 ('205', 'b', 'Issue Statement', 'Issue Statement', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
641                 ('205', 'd', 'Parallel Edition Statement', 'Parallel Edition Statement', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
642                 ('205', 'f', 'Statement of Responsibility Relating to Edition', 'Statement of Responsibility Relating to Edition', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
643                 ('205', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
644                 ('206', 'a', 'Mathematical Data Statement', 'Mathematical Data Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
645                 ('206', 'b', 'Statement of Scale', 'Statement of Scale', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
646                 ('206', 'c', 'Statement of Projection', 'Statement of Projection', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
647                 ('206', 'd', 'Statement of Coordinates', 'Statement of Coordinates', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
648                 ('206', 'e', 'Right Ascension and Declination', 'Right Ascension and Declination', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
649                 ('206', 'f', 'Statement of Equinox', 'Statement of Equinox', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
650                 ('207', 'a', 'Numbering: Dates and Volume Designations', 'Numbering: Dates and Volume Designations', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
651                 ('207', 'z', 'Source of Numbering Information', 'Source of Numbering Information', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
652                 ('208', 'a', 'Printed Music Specific Statement', 'Printed Music Specific Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
653                 ('208', 'd', 'Parallel Printed Music Specific Statement(s)', 'Parallel Printed Music Specific Statement(s)', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
654                 ('210', 'a', 'Place of Publication, Distribution, etc.', 'Place of Publication, Distribution, etc.', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
655                 ('210', 'b', 'Address of Publisher, Distributor, etc.', 'Address of Publisher, Distributor, etc.', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
656                 ('210', 'c', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, 'biblioitems.publishercode', 2, '', '', 'unimarc_field_210c.pl', 0, 0, '', '', '', NULL),
657                 ('210', 'd', 'Date of Publication, Distribution, etc.', 'Date of Publication, Distribution, etc.', 1, 0, 'biblioitems.publicationyear', 2, '', '', '', 0, 0, '', '', '', NULL),
658                 ('210', 'e', 'Place of Manufacture', 'Place of Manufacture', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
659                 ('210', 'f', 'Address of Manufacturer', 'Address of Manufacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
660                 ('210', 'g', 'Name of Manufacturer', 'Name of Manufacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
661                 ('210', 'h', 'Date of Manufacture', 'Date of Manufacture', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
662                 ('210', 'r', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
663                 ('210', 's', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
664                 ('211', 'a', 'Date', 'Date', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
665                 ('215', 'a', 'Specific Material Designation and Extent of Item', 'Specific Material Designation and Extent of Item', 1, 0, 'biblioitems.pages', 2, '', '', '', 0, 0, '', '', '', NULL),
666                 ('215', 'b', 'Materials and Technique display', '', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', ''),
667                 ('215', 'c', 'Other Physical Details', 'Other Physical Details', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
668                 ('215', 'd', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 2, '', '', '', 0, 0, '', '', '', NULL),
669                 ('215', 'e', 'Accompanying Material', 'Accompanying Material', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
670                 ('225', 'a', 'Series Title', 'Series Title', 0, 0, 'biblio.seriestitle', 2, '', '', 'unimarc_field_225a.pl', 0, 0, '', '', '', NULL),
671                 ('225', 'd', 'Parallel Series Title', 'Parallel Series Title', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
672                 ('225', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
673                 ('225', 'f', 'Statement of Responsibility', 'Statement of Responsibility', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
674                 ('225', 'h', 'Number of a Part', 'Number of a Part', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
675                 ('225', 'i', 'Name of a Part', 'Name of a Part', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
676                 ('225', 'v', 'Volume Designation', 'Volume Designation', 1, 0, 'biblioitems.volume', 2, '', '', '', 0, 0, '', '', '', NULL),
677                 ('225', 'x', 'ISSN of Series', 'ISSN of Series', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
678                 ('225', 'z', 'Language of Parallel Title', 'Language of Parallel Title', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
679                 ('230', 'a', 'Designation and Extent of File', 'Designation and Extent of File', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
680                 ('251', 'a', 'Organization', 'Organization', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
681                 ('251', 'b', 'Arrangement', 'Arrangement', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
682                 ('251', 'c', 'Level', 'Level', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
683                 ('300', 'a', 'Text of Note', 'Text of Note', 0, 0, 'biblio.notes', 3, '', '', '', 0, 0, '', '', '', NULL),
684                 ('301', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
685                 ('302', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
686                 ('303', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
687                 ('304', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
688                 ('305', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
689                 ('306', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
690                 ('307', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
691                 ('308', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
692                 ('310', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
693                 ('311', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
694                 ('312', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
695                 ('313', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
696                 ('314', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
697                 ('315', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
698                 ('316', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
699                 ('316', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
700                 ('316', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
701                 ('316', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
702                 ('317', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 3, '', '', '', 0, -6, '', '', '', NULL),
703                 ('317', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
704                 ('317', '8', 'Materials Specified', 'Materials Specified', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
705                 ('317', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
706                 ('317', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
707                 ('318', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
708                 ('318', 'a', 'Action', 'Action', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
709                 ('318', 'b', 'Action Identification', 'Action Identification', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
710                 ('318', 'c', 'Time of Action', 'Time of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
711                 ('318', 'd', 'Action Interval', 'Action Interval', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
712                 ('318', 'e', 'Contingency for Action', 'Contingency for Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
713                 ('318', 'f', 'Authorization', 'Authorization', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
714                 ('318', 'h', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
715                 ('318', 'i', 'Method of Action', 'Method of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
716                 ('318', 'j', 'Site of Action', 'Site of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
717                 ('318', 'k', 'Action Agent', 'Action Agent', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
718                 ('318', 'l', 'Status', 'Status', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
719                 ('318', 'n', 'Extent', 'Extent', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
720                 ('318', 'o', 'Type of Unit', 'Type of Unit', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
721                 ('318', 'p', 'Non-Public Note', 'Non-Public Note', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
722                 ('318', 'r', 'Public Note', 'Public Note', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
723                 ('318', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
724                 ('320', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
725                 ('320', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
726                 ('321', 'a', 'Indexes, Abstracts, References Note', 'Indexes, Abstracts, References Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
727                 ('321', 'b', 'Dates of Coverage', 'Dates of Coverage', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
728                 ('321', 'x', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
729                 ('322', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
730                 ('323', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
731                 ('324', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
732                 ('325', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
733                 ('325', 'b', 'Type of reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
734                 ('325', 'c', 'Place of reproduction', '', 1, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
735                 ('325', 'd', 'Agency Responsible for the Reproduction', '', 1, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
736                 ('325', 'e', 'Date of publication for the reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
737                 ('325', 'f', 'Physical description of the reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
738                 ('325', 'g', 'Series statement for the reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
739                 ('325', 'h', 'completeness of the reproduction code', '', 0, 0, '', 3, 'unimarc_325h', '', '', 0, 0, '', '', '', ''),
740                 ('325', 'i', 'Coverage of the reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
741                 ('325', 'j', 'Terms of access to the reproduction', '', 1, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
742                 ('325', 'n', 'Note About Reproduction', '', 1, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
743                 ('325', 'u', 'URL of the reproduction', '', 0, 0, '', 3, '', '', '', 1, 0, '', '', '', ''),
744                 ('325', 'v', 'Date of consultation', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
745                 ('325', 'x', 'ISSN of the reproduction', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
746                 ('325', 'y', 'ISBN of the reproduction', '', 1, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
747                 ('325', 'z', 'Date when the URL in $u was found to be invalid', '', 0, 0, '', 3, '', '', '', 0, 0, '', '', '', ''),
748                 ('326', 'a', 'Frequency', 'Frequency', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
749                 ('326', 'b', 'Dates of Frequency', 'Dates of Frequency', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
750                 ('327', 'a', 'Text of Note', 'Text of Note', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
751                 ('327', 'b', 'Title of Level 1 Subdivision', 'Title of Level 1 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
752                 ('327', 'c', 'Title of Level 2 Subdivision', 'Title of Level 2 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
753                 ('327', 'd', 'Title of Level 3 Subdivision', 'Title of Level 3 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
754                 ('327', 'e', 'Title of Level 4 Subdivision', 'Title of Level 4 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
755                 ('327', 'f', 'Title of Level 5 Subdivision', 'Title of Level 5 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
756                 ('327', 'g', 'Title of Level 6 Subdivision', 'Title of Level 6 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
757                 ('327', 'h', 'Title of Level 7 Subdivision', 'Title of Level 7 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
758                 ('327', 'i', 'Title of Level 8 Subdivision', 'Title of Level 8 Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
759                 ('327', 'p', 'Sequence of Pages or First Page of a Subdivision', 'Sequence of Pages or First Page of a Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
760                 ('327', 'u', 'Uniform Resource Identifier (Uri)', 'Uniform Resource Identifier (Uri)', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
761                 ('327', 'z', 'Other Information Concerning a Subdivision', 'Other Information Concerning a Subdivision', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
762                 ('328', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
763                 ('328', 'b', 'Dissertation or Thesis Details and Type of Degree', 'Dissertation or Thesis Details and Type of Degree', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
764                 ('328', 'c', 'Discipline of Degree', 'Discipline of Degree', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
765                 ('328', 'd', 'Date of Degree', 'Date of Degree', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
766                 ('328', 'e', 'Body Granting the Degree', 'Body Granting the Degree', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
767                 ('328', 't', 'Title of Other Edition of Dissertation or Thesis', 'Title of Other Edition of Dissertation or Thesis', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
768                 ('328', 'z', 'Text Preceding or Following the Note', 'Text Preceding or Following the Note', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
769                 ('330', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
770                 ('332', 'a', 'Preferred Citation', 'Preferred Citation', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
771                 ('333', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
772                 ('334', 'a', 'Text of Awards Note', 'Text of Awards Note', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
773                 ('334', 'b', 'Name of Award', 'Name of Award', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
774                 ('334', 'c', 'Year of Award', 'Year of Award', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
775                 ('334', 'd', 'Country of Award', 'Country of Award', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
776                 ('334', 'u', 'Uniform Resource Identifier (Uri)', 'Uniform Resource Identifier (Uri)', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
777                 ('335', '8', 'Materials Specified', 'Materials Specified', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
778                 ('335', 'a', 'Identification of the Holder', 'Identification of the Holder', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
779                 ('335', 'b', 'Address', 'Address', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
780                 ('335', 'c', 'Country', 'Country', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
781                 ('335', 'g', 'Control Number', 'Control Number', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
782                 ('335', 'u', 'Uniform Resource Identifier (Uri)', 'Uniform Resource Identifier (Uri)', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
783                 ('336', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
784                 ('337', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
785                 ('337', 'u', 'Uniform Resource Identifier (Uri)', 'Uniform Resource Identifier (Uri)', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
786                 ('345', 'a', 'Source for Acquisition/Subscription Address', 'Source for Acquisition/Subscription Address', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
787                 ('345', 'b', 'Stock Number', 'Stock Number', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
788                 ('345', 'c', 'Medium', 'Medium', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
789                 ('345', 'd', 'Terms of Availability', 'Terms of Availability', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
790                 ('345', 'u', 'Uniform Resource Identifier (Uri)', 'Uniform Resource Identifier (Uri)', 1, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
791                 ('371', 'a', 'Terms Governing Use and Reproduction', 'Terms Governing Use and Reproduction', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
792                 ('371', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
793                 ('371', 'c', 'Authorization', 'Authorization', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
794                 ('371', 'd', 'Authorized Users', 'Authorized Users', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
795                 ('371', 'z', 'Materials Specified', 'Materials Specified', 0, 0, '', 3, '', '', '', 0, -6, '', '', '', NULL),
796                 ('410', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
797                 ('410', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
798                 ('410', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
799                 ('410', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
800                 ('410', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
801                 ('410', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
802                 ('410', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
803                 ('410', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
804                 ('410', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
805                 ('410', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
806                 ('410', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
807                 ('410', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
808                 ('410', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
809                 ('410', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
810                 ('410', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
811                 ('410', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
812                 ('410', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
813                 ('410', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
814                 ('410', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
815                 ('410', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
816                 ('410', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
817                 ('410', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
818                 ('410', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
819                 ('410', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
820                 ('410', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
821                 ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
822                 ('410', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
823                 ('410', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
824                 ('411', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
825                 ('411', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
826                 ('411', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
827                 ('411', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
828                 ('411', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
829                 ('411', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
830                 ('411', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
831                 ('411', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
832                 ('411', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
833                 ('411', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
834                 ('411', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
835                 ('411', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
836                 ('411', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
837                 ('411', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
838                 ('411', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
839                 ('411', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
840                 ('411', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
841                 ('411', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
842                 ('411', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
843                 ('411', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
844                 ('411', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
845                 ('411', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
846                 ('411', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
847                 ('411', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
848                 ('411', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
849                 ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
850                 ('411', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
851                 ('411', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
852                 ('412', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
853                 ('412', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
854                 ('412', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
855                 ('412', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
856                 ('412', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
857                 ('412', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
858                 ('412', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
859                 ('412', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
860                 ('412', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
861                 ('412', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
862                 ('412', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
863                 ('412', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
864                 ('412', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
865                 ('412', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
866                 ('412', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
867                 ('412', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
868                 ('412', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
869                 ('412', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
870                 ('412', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
871                 ('412', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
872                 ('412', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
873                 ('412', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
874                 ('412', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -6, '', '', '', NULL),
875                 ('412', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
876                 ('412', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
877                 ('412', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
878                 ('412', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
879                 ('412', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
880                 ('413', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
881                 ('413', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
882                 ('413', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
883                 ('413', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
884                 ('413', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
885                 ('413', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
886                 ('413', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
887                 ('413', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
888                 ('413', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
889                 ('413', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
890                 ('413', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
891                 ('413', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
892                 ('413', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
893                 ('413', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
894                 ('413', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
895                 ('413', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
896                 ('413', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
897                 ('413', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
898                 ('413', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
899                 ('413', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
900                 ('413', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
901                 ('413', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
902                 ('413', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -6, '', '', '', NULL),
903                 ('413', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
904                 ('413', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
905                 ('413', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
906                 ('413', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
907                 ('413', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
908                 ('421', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
909                 ('421', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
910                 ('421', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
911                 ('421', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
912                 ('421', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
913                 ('421', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
914                 ('421', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
915                 ('421', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
916                 ('421', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
917                 ('421', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
918                 ('421', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
919                 ('421', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
920                 ('421', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
921                 ('421', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
922                 ('421', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
923                 ('421', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
924                 ('421', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
925                 ('421', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
926                 ('421', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
927                 ('421', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
928                 ('421', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
929                 ('421', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
930                 ('421', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
931                 ('421', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
932                 ('421', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
933                 ('421', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
934                 ('421', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
935                 ('421', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
936                 ('422', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
937                 ('422', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
938                 ('422', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
939                 ('422', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
940                 ('422', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
941                 ('422', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
942                 ('422', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
943                 ('422', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
944                 ('422', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
945                 ('422', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
946                 ('422', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
947                 ('422', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
948                 ('422', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
949                 ('422', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
950                 ('422', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
951                 ('422', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
952                 ('422', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
953                 ('422', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
954                 ('422', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
955                 ('422', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
956                 ('422', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
957                 ('422', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
958                 ('422', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
959                 ('422', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
960                 ('422', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
961                 ('422', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
962                 ('422', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
963                 ('422', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
964                 ('423', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
965                 ('423', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
966                 ('423', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
967                 ('423', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
968                 ('423', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
969                 ('423', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
970                 ('423', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
971                 ('423', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
972                 ('423', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
973                 ('423', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
974                 ('423', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
975                 ('423', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
976                 ('423', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
977                 ('423', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
978                 ('423', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
979                 ('423', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
980                 ('423', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
981                 ('423', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
982                 ('423', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
983                 ('423', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
984                 ('423', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
985                 ('423', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
986                 ('423', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
987                 ('423', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
988                 ('423', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
989                 ('423', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
990                 ('423', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
991                 ('423', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
992                 ('424', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
993                 ('424', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
994                 ('424', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
995                 ('424', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
996                 ('424', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
997                 ('424', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
998                 ('424', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
999                 ('424', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1000                 ('424', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1001                 ('424', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1002                 ('424', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1003                 ('424', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1004                 ('424', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1005                 ('424', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1006                 ('424', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1007                 ('424', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1008                 ('424', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1009                 ('424', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1010                 ('424', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1011                 ('424', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1012                 ('424', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1013                 ('424', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1014                 ('424', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1015                 ('424', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1016                 ('424', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1017                 ('424', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1018                 ('424', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1019                 ('424', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1020                 ('425', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1021                 ('425', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1022                 ('425', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1023                 ('425', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1024                 ('425', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1025                 ('425', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1026                 ('425', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1027                 ('425', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1028                 ('425', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1029                 ('425', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1030                 ('425', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1031                 ('425', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1032                 ('425', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1033                 ('425', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1034                 ('425', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1035                 ('425', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1036                 ('425', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1037                 ('425', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1038                 ('425', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1039                 ('425', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1040                 ('425', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1041                 ('425', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1042                 ('425', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1043                 ('425', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1044                 ('425', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1045                 ('425', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1046                 ('425', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1047                 ('425', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1048                 ('430', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1049                 ('430', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1050                 ('430', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1051                 ('430', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1052                 ('430', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1053                 ('430', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1054                 ('430', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1055                 ('430', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1056                 ('430', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1057                 ('430', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1058                 ('430', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1059                 ('430', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1060                 ('430', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1061                 ('430', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1062                 ('430', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1063                 ('430', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1064                 ('430', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1065                 ('430', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1066                 ('430', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1067                 ('430', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1068                 ('430', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1069                 ('430', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1070                 ('430', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1071                 ('430', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1072                 ('430', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1073                 ('430', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1074                 ('430', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1075                 ('430', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1076                 ('431', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1077                 ('431', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1078                 ('431', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1079                 ('431', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1080                 ('431', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1081                 ('431', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1082                 ('431', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1083                 ('431', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1084                 ('431', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1085                 ('431', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1086                 ('431', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1087                 ('431', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1088                 ('431', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1089                 ('431', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1090                 ('431', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1091                 ('431', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1092                 ('431', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1093                 ('431', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1094                 ('431', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1095                 ('431', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1096                 ('431', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1097                 ('431', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1098                 ('431', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1099                 ('431', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1100                 ('431', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1101                 ('431', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1102                 ('431', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1103                 ('431', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1104                 ('432', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1105                 ('432', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1106                 ('432', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1107                 ('432', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1108                 ('432', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1109                 ('432', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1110                 ('432', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1111                 ('432', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1112                 ('432', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1113                 ('432', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1114                 ('432', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1115                 ('432', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1116                 ('432', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1117                 ('432', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1118                 ('432', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1119                 ('432', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1120                 ('432', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1121                 ('432', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1122                 ('432', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1123                 ('432', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1124                 ('432', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1125                 ('432', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1126                 ('432', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1127                 ('432', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1128                 ('432', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1129                 ('432', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1130                 ('432', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1131                 ('432', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1132                 ('433', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1133                 ('433', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1134                 ('433', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1135                 ('433', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1136                 ('433', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1137                 ('433', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1138                 ('433', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1139                 ('433', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1140                 ('433', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1141                 ('433', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1142                 ('433', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1143                 ('433', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1144                 ('433', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1145                 ('433', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1146                 ('433', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1147                 ('433', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1148                 ('433', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1149                 ('433', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1150                 ('433', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1151                 ('433', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1152                 ('433', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1153                 ('433', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1154                 ('433', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1155                 ('433', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1156                 ('433', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1157                 ('433', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1158                 ('433', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1159                 ('433', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1160                 ('434', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1161                 ('434', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1162                 ('434', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1163                 ('434', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1164                 ('434', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1165                 ('434', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1166                 ('434', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1167                 ('434', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1168                 ('434', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1169                 ('434', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1170                 ('434', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1171                 ('434', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1172                 ('434', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1173                 ('434', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1174                 ('434', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1175                 ('434', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1176                 ('434', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1177                 ('434', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1178                 ('434', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1179                 ('434', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1180                 ('434', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1181                 ('434', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1182                 ('434', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1183                 ('434', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1184                 ('434', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1185                 ('434', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1186                 ('434', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1187                 ('434', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1188                 ('435', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1189                 ('435', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1190                 ('435', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1191                 ('435', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1192                 ('435', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1193                 ('435', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1194                 ('435', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1195                 ('435', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1196                 ('435', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1197                 ('435', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1198                 ('435', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1199                 ('435', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1200                 ('435', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1201                 ('435', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1202                 ('435', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1203                 ('435', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1204                 ('435', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1205                 ('435', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1206                 ('435', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1207                 ('435', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1208                 ('435', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1209                 ('435', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1210                 ('435', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1211                 ('435', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1212                 ('435', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1213                 ('435', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1214                 ('435', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1215                 ('435', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1216                 ('436', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1217                 ('436', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1218                 ('436', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1219                 ('436', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1220                 ('436', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1221                 ('436', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1222                 ('436', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1223                 ('436', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1224                 ('436', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1225                 ('436', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1226                 ('436', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1227                 ('436', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1228                 ('436', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1229                 ('436', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1230                 ('436', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1231                 ('436', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1232                 ('436', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1233                 ('436', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1234                 ('436', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1235                 ('436', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1236                 ('436', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1237                 ('436', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1238                 ('436', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1239                 ('436', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1240                 ('436', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1241                 ('436', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1242                 ('436', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1243                 ('436', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1244                 ('437', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1245                 ('437', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1246                 ('437', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1247                 ('437', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1248                 ('437', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1249                 ('437', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1250                 ('437', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1251                 ('437', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1252                 ('437', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1253                 ('437', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1254                 ('437', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1255                 ('437', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1256                 ('437', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1257                 ('437', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1258                 ('437', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1259                 ('437', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1260                 ('437', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1261                 ('437', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1262                 ('437', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1263                 ('437', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1264                 ('437', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1265                 ('437', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1266                 ('437', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1267                 ('437', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1268                 ('437', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1269                 ('437', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1270                 ('437', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1271                 ('437', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1272                 ('440', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1273                 ('440', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1274                 ('440', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1275                 ('440', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1276                 ('440', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1277                 ('440', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1278                 ('440', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1279                 ('440', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1280                 ('440', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1281                 ('440', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1282                 ('440', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1283                 ('440', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1284                 ('440', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1285                 ('440', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1286                 ('440', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1287                 ('440', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1288                 ('440', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1289                 ('440', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1290                 ('440', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1291                 ('440', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1292                 ('440', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1293                 ('440', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1294                 ('440', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1295                 ('440', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1296                 ('440', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1297                 ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1298                 ('440', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1299                 ('440', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1300                 ('441', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1301                 ('441', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1302                 ('441', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1303                 ('441', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1304                 ('441', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1305                 ('441', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1306                 ('441', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1307                 ('441', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1308                 ('441', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1309                 ('441', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1310                 ('441', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1311                 ('441', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1312                 ('441', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1313                 ('441', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1314                 ('441', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1315                 ('441', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1316                 ('441', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1317                 ('441', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1318                 ('441', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1319                 ('441', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1320                 ('441', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1321                 ('441', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1322                 ('441', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1323                 ('441', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1324                 ('441', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1325                 ('441', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1326                 ('441', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1327                 ('441', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1328                 ('442', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1329                 ('442', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1330                 ('442', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1331                 ('442', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1332                 ('442', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1333                 ('442', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1334                 ('442', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1335                 ('442', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1336                 ('442', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1337                 ('442', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1338                 ('442', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1339                 ('442', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1340                 ('442', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1341                 ('442', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1342                 ('442', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1343                 ('442', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1344                 ('442', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1345                 ('442', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1346                 ('442', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1347                 ('442', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1348                 ('442', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1349                 ('442', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1350                 ('442', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1351                 ('442', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1352                 ('442', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1353                 ('442', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1354                 ('442', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1355                 ('442', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1356                 ('443', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1357                 ('443', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1358                 ('443', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1359                 ('443', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1360                 ('443', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1361                 ('443', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1362                 ('443', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1363                 ('443', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1364                 ('443', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1365                 ('443', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1366                 ('443', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1367                 ('443', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1368                 ('443', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1369                 ('443', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1370                 ('443', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1371                 ('443', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1372                 ('443', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1373                 ('443', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1374                 ('443', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1375                 ('443', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1376                 ('443', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1377                 ('443', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1378                 ('443', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1379                 ('443', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1380                 ('443', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1381                 ('443', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1382                 ('443', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1383                 ('443', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1384                 ('444', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1385                 ('444', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1386                 ('444', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1387                 ('444', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1388                 ('444', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1389                 ('444', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1390                 ('444', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1391                 ('444', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1392                 ('444', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1393                 ('444', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1394                 ('444', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1395                 ('444', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1396                 ('444', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1397                 ('444', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1398                 ('444', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1399                 ('444', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1400                 ('444', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1401                 ('444', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1402                 ('444', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1403                 ('444', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1404                 ('444', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1405                 ('444', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1406                 ('444', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1407                 ('444', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1408                 ('444', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1409                 ('444', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1410                 ('444', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1411                 ('444', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1412                 ('445', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1413                 ('445', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1414                 ('445', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1415                 ('445', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1416                 ('445', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1417                 ('445', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1418                 ('445', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1419                 ('445', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1420                 ('445', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1421                 ('445', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1422                 ('445', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1423                 ('445', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1424                 ('445', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1425                 ('445', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1426                 ('445', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1427                 ('445', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1428                 ('445', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1429                 ('445', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1430                 ('445', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1431                 ('445', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1432                 ('445', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1433                 ('445', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1434                 ('445', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1435                 ('445', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1436                 ('445', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1437                 ('445', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1438                 ('445', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1439                 ('445', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1440                 ('446', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1441                 ('446', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1442                 ('446', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1443                 ('446', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1444                 ('446', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1445                 ('446', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1446                 ('446', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1447                 ('446', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1448                 ('446', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1449                 ('446', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1450                 ('446', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1451                 ('446', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1452                 ('446', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1453                 ('446', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1454                 ('446', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1455                 ('446', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1456                 ('446', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1457                 ('446', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1458                 ('446', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1459                 ('446', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1460                 ('446', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1461                 ('446', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1462                 ('446', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1463                 ('446', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1464                 ('446', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1465                 ('446', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1466                 ('446', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1467                 ('446', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1468                 ('447', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1469                 ('447', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1470                 ('447', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1471                 ('447', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1472                 ('447', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1473                 ('447', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1474                 ('447', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1475                 ('447', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1476                 ('447', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1477                 ('447', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1478                 ('447', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1479                 ('447', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1480                 ('447', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1481                 ('447', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1482                 ('447', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1483                 ('447', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1484                 ('447', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1485                 ('447', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1486                 ('447', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1487                 ('447', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1488                 ('447', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1489                 ('447', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1490                 ('447', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1491                 ('447', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1492                 ('447', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1493                 ('447', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1494                 ('447', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1495                 ('447', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1496                 ('448', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1497                 ('448', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1498                 ('448', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1499                 ('448', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1500                 ('448', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1501                 ('448', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1502                 ('448', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1503                 ('448', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1504                 ('448', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1505                 ('448', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1506                 ('448', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1507                 ('448', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1508                 ('448', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1509                 ('448', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1510                 ('448', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1511                 ('448', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1512                 ('448', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1513                 ('448', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1514                 ('448', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1515                 ('448', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1516                 ('448', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1517                 ('448', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1518                 ('448', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1519                 ('448', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1520                 ('448', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1521                 ('448', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1522                 ('448', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1523                 ('448', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1524                 ('451', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1525                 ('451', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1526                 ('451', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1527                 ('451', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1528                 ('451', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1529                 ('451', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1530                 ('451', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1531                 ('451', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1532                 ('451', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1533                 ('451', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1534                 ('451', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1535                 ('451', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1536                 ('451', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1537                 ('451', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1538                 ('451', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1539                 ('451', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1540                 ('451', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1541                 ('451', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1542                 ('451', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1543                 ('451', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1544                 ('451', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1545                 ('451', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1546                 ('451', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1547                 ('451', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1548                 ('451', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1549                 ('451', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1550                 ('451', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1551                 ('451', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1552                 ('452', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1553                 ('452', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1554                 ('452', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1555                 ('452', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1556                 ('452', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1557                 ('452', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1558                 ('452', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1559                 ('452', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1560                 ('452', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1561                 ('452', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1562                 ('452', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1563                 ('452', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1564                 ('452', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1565                 ('452', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1566                 ('452', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1567                 ('452', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1568                 ('452', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1569                 ('452', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1570                 ('452', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1571                 ('452', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1572                 ('452', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1573                 ('452', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1574                 ('452', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1575                 ('452', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1576                 ('452', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1577                 ('452', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1578                 ('452', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1579                 ('452', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1580                 ('453', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1581                 ('453', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1582                 ('453', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1583                 ('453', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1584                 ('453', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1585                 ('453', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1586                 ('453', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1587                 ('453', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1588                 ('453', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1589                 ('453', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1590                 ('453', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1591                 ('453', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1592                 ('453', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1593                 ('453', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1594                 ('453', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1595                 ('453', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1596                 ('453', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1597                 ('453', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1598                 ('453', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1599                 ('453', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1600                 ('453', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1601                 ('453', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1602                 ('453', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1603                 ('453', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1604                 ('453', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1605                 ('453', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1606                 ('453', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1607                 ('453', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1608                 ('454', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1609                 ('454', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1610                 ('454', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1611                 ('454', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1612                 ('454', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1613                 ('454', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1614                 ('454', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1615                 ('454', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1616                 ('454', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1617                 ('454', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1618                 ('454', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1619                 ('454', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1620                 ('454', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1621                 ('454', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1622                 ('454', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1623                 ('454', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1624                 ('454', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1625                 ('454', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1626                 ('454', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1627                 ('454', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1628                 ('454', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1629                 ('454', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1630                 ('454', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1631                 ('454', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1632                 ('454', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1633                 ('454', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1634                 ('454', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1635                 ('454', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1636                 ('455', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1637                 ('455', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1638                 ('455', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1639                 ('455', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1640                 ('455', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1641                 ('455', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1642                 ('455', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1643                 ('455', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1644                 ('455', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1645                 ('455', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1646                 ('455', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1647                 ('455', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1648                 ('455', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1649                 ('455', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1650                 ('455', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1651                 ('455', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1652                 ('455', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1653                 ('455', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1654                 ('455', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1655                 ('455', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1656                 ('455', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1657                 ('455', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1658                 ('455', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1659                 ('455', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1660                 ('455', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1661                 ('455', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1662                 ('455', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1663                 ('455', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1664                 ('456', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1665                 ('456', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1666                 ('456', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1667                 ('456', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1668                 ('456', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1669                 ('456', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1670                 ('456', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1671                 ('456', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1672                 ('456', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1673                 ('456', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1674                 ('456', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1675                 ('456', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1676                 ('456', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1677                 ('456', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1678                 ('456', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1679                 ('456', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1680                 ('456', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1681                 ('456', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1682                 ('456', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1683                 ('456', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1684                 ('456', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1685                 ('456', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1686                 ('456', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1687                 ('456', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1688                 ('456', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1689                 ('456', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1690                 ('456', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1691                 ('456', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1692                 ('461', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1693                 ('461', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1694                 ('461', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1695                 ('461', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1696                 ('461', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1697                 ('461', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1698                 ('461', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1699                 ('461', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1700                 ('461', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1701                 ('461', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1702                 ('461', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1703                 ('461', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1704                 ('461', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1705                 ('461', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1706                 ('461', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1707                 ('461', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1708                 ('461', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1709                 ('461', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1710                 ('461', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1711                 ('461', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1712                 ('461', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1713                 ('461', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1714                 ('461', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1715                 ('461', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1716                 ('461', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1717                 ('461', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1718                 ('461', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1719                 ('461', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1720                 ('462', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1721                 ('462', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1722                 ('462', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1723                 ('462', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1724                 ('462', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1725                 ('462', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1726                 ('462', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1727                 ('462', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1728                 ('462', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1729                 ('462', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1730                 ('462', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1731                 ('462', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1732                 ('462', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1733                 ('462', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1734                 ('462', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1735                 ('462', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1736                 ('462', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1737                 ('462', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1738                 ('462', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1739                 ('462', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1740                 ('462', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1741                 ('462', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1742                 ('462', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1743                 ('462', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1744                 ('462', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1745                 ('462', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1746                 ('462', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1747                 ('462', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1748                 ('463', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1749                 ('463', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1750                 ('463', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1751                 ('463', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1752                 ('463', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1753                 ('463', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1754                 ('463', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1755                 ('463', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1756                 ('463', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1757                 ('463', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1758                 ('463', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1759                 ('463', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1760                 ('463', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1761                 ('463', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1762                 ('463', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1763                 ('463', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1764                 ('463', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1765                 ('463', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1766                 ('463', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1767                 ('463', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1768                 ('463', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1769                 ('463', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1770                 ('463', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1771                 ('463', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1772                 ('463', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1773                 ('463', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1774                 ('463', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1775                 ('463', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1776                 ('464', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1777                 ('464', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1778                 ('464', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1779                 ('464', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1780                 ('464', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1781                 ('464', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1782                 ('464', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1783                 ('464', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1784                 ('464', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1785                 ('464', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1786                 ('464', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1787                 ('464', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1788                 ('464', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1789                 ('464', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1790                 ('464', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1791                 ('464', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1792                 ('464', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1793                 ('464', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1794                 ('464', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1795                 ('464', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1796                 ('464', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1797                 ('464', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1798                 ('464', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1799                 ('464', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1800                 ('464', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1801                 ('464', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1802                 ('464', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1803                 ('464', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1804                 ('470', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1805                 ('470', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1806                 ('470', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1807                 ('470', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1808                 ('470', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1809                 ('470', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1810                 ('470', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1811                 ('470', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1812                 ('470', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1813                 ('470', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1814                 ('470', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1815                 ('470', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1816                 ('470', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1817                 ('470', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1818                 ('470', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1819                 ('470', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1820                 ('470', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1821                 ('470', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1822                 ('470', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1823                 ('470', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1824                 ('470', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1825                 ('470', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1826                 ('470', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1827                 ('470', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1828                 ('470', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1829                 ('470', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1830                 ('470', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1831                 ('470', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1832                 ('481', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1833                 ('481', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1834                 ('481', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1835                 ('481', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1836                 ('481', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1837                 ('481', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1838                 ('481', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1839                 ('481', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1840                 ('481', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1841                 ('481', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1842                 ('481', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1843                 ('481', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1844                 ('481', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1845                 ('481', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1846                 ('481', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1847                 ('481', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1848                 ('481', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1849                 ('481', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1850                 ('481', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1851                 ('481', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1852                 ('481', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1853                 ('481', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1854                 ('481', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1855                 ('481', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1856                 ('481', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1857                 ('481', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1858                 ('481', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1859                 ('481', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1860                 ('482', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1861                 ('482', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1862                 ('482', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1863                 ('482', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1864                 ('482', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1865                 ('482', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1866                 ('482', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1867                 ('482', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1868                 ('482', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1869                 ('482', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1870                 ('482', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1871                 ('482', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1872                 ('482', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1873                 ('482', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1874                 ('482', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1875                 ('482', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1876                 ('482', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1877                 ('482', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1878                 ('482', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1879                 ('482', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1880                 ('482', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1881                 ('482', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1882                 ('482', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1883                 ('482', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1884                 ('482', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1885                 ('482', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1886                 ('482', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1887                 ('482', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1888                 ('488', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1889                 ('488', '1', 'Linking Data', 'Linking Data', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1890                 ('488', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1891                 ('488', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1892                 ('488', '9', 'Koha number', '', 0, 0, '', 4, '', '', '', 0, 0, '', '', '001@', ''),
1893                 ('488', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1894                 ('488', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1895                 ('488', 'c', 'Place of Publication', 'Place of Publication', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1896                 ('488', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1897                 ('488', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1898                 ('488', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1899                 ('488', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1900                 ('488', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1901                 ('488', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1902                 ('488', 'l', 'Parallel Title', 'Parallel Title', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1903                 ('488', 'm', 'International Standard Music Number', 'International Standard Music Number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1904                 ('488', 'n', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1905                 ('488', 'o', 'Other Title Information.', 'Other Title Information.', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1906                 ('488', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1907                 ('488', 'q', 'International Standard Identifier for a Work', 'International Standard Identifier for a Work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1908                 ('488', 'r', 'International Standard Identifier for an Expression', 'International Standard Identifier for an Expression', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1909                 ('488', 's', 'Series Statement', 'Series Statement', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
1910                 ('488', 't', 'Title', 'Title', 0, 1, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1911                 ('488', 'u', 'Uniform Resource Locator', 'Uniform Resource Locator', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1912                 ('488', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1913                 ('488', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1914                 ('488', 'y', 'International Standard Book Number', 'International Standard Book Number', 1, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1915                 ('488', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1916                 ('500', '2', 'System Code', 'System Code', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1917                 ('500', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1918                 ('500', 'a', 'Preferred Access Point', 'Preferred Access Point', 0, 0, 'biblio.unititle', 5, '', '', '', 0, 0, '', '', '', NULL),
1919                 ('500', 'b', 'General Material Designation', 'General Material Designation', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1920                 ('500', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1921                 ('500', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1922                 ('500', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1923                 ('500', 'k', 'Date of Publication', 'Date of Publication', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1924                 ('500', 'l', 'Form Subheading', 'Form Subheading', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1925                 ('500', 'm', 'Language (when Part of a Heading)', 'Language (when Part of a Heading)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1926                 ('500', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1927                 ('500', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1928                 ('500', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1929                 ('500', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1930                 ('500', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1931                 ('500', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1932                 ('500', 'w', 'Additional Elements (for Music)', 'Additional Elements (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1933                 ('500', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1934                 ('500', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1935                 ('500', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1936                 ('501', '2', 'System Code', 'System Code', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1937                 ('501', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1938                 ('501', 'a', 'Collective Preferred Title', 'Collective Preferred Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1939                 ('501', 'b', 'General Material Designation', 'General Material Designation', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1940                 ('501', 'e', 'Collective Preferred Subtitle', 'Collective Preferred Subtitle', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1941                 ('501', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1942                 ('501', 'k', 'Date of Publication, etc.', 'Date of Publication, etc.', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1943                 ('501', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1944                 ('501', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1945                 ('501', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1946                 ('501', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1947                 ('501', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1948                 ('501', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1949                 ('501', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1950                 ('501', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1951                 ('503', 'a', 'Form Heading Proper', 'Form Heading Proper', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1952                 ('503', 'b', 'Form Subheading', 'Form Subheading', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1953                 ('503', 'd', 'Month and Day', 'Month and Day', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1954                 ('503', 'e', 'Personal Name - Entry Element of Person', 'Personal Name - Entry Element of Person', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1955                 ('503', 'f', 'Personal Name - Part of Name Other than Entry Element - Forename', 'Personal Name - Part of Name Other than Entry Element - Forename', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1956                 ('503', 'g', 'Personal Name - Dates', 'Personal Name - Dates', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1957                 ('503', 'h', 'Personal Name Qualifier', 'Personal Name Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1958                 ('503', 'i', 'Title of Part', 'Title of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1959                 ('503', 'j', 'Year', 'Year', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1960                 ('503', 'k', 'Numeration (Arabic)', 'Numeration (Arabic)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1961                 ('503', 'l', 'Numeration (Roman)', 'Numeration (Roman)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1962                 ('503', 'm', 'Locality', 'Locality', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1963                 ('503', 'n', 'Institution in Locality', 'Institution in Locality', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1964                 ('503', 'o', 'Place in Locality', 'Place in Locality', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1965                 ('506', '3', 'Authority Entry Record Number', 'Authority Entry Record Number', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1966                 ('506', '9', 'Koha number', '', 0, 0, '', 5, '', '', '', 0, 0, '', '', '', ''),
1967                 ('506', 'a', 'Title', 'Title', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1968                 ('506', 'c', 'Form of Work', 'Form of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1969                 ('506', 'd', 'Date of Work', 'Date of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1970                 ('506', 'e', 'Place of Origin of Work', 'Place of Origin of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1971                 ('506', 'f', 'Original Language of the Work', 'Original Language of the Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1972                 ('506', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1973                 ('506', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1974                 ('506', 'k', 'Other Distinguishing Characteristics of a Work', 'Other Distinguishing Characteristics of a Work', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1975                 ('506', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1976                 ('506', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1977                 ('506', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1978                 ('507', '3', 'Authority Entry Record Number', 'Authority Entry Record Number', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1979                 ('507', '9', 'Koha number', '', 0, 0, '', 5, '', '', '', 0, 0, '', '', '', ''),
1980                 ('507', 'a', 'Title', 'Title', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1981                 ('507', 'c', 'Form of Work', 'Form of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1982                 ('507', 'd', 'Date of Work', 'Date of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1983                 ('507', 'e', 'Place of Origin of Work', 'Place of Origin of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1984                 ('507', 'f', 'Original Language of the Work', 'Original Language of the Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1985                 ('507', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1986                 ('507', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1987                 ('507', 'k', 'Other Distinguishing Characteristics of a Work', 'Other Distinguishing Characteristics of a Work', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1988                 ('507', 'l', 'Form of the Expression [Expression]', 'Form of the Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1989                 ('507', 'm', 'Language of the Expression [Expression]', 'Language of the Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1990                 ('507', 'n', 'Content Type [Expression]', 'Content Type [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1991                 ('507', 'o', 'Date of Expression [Expression]', 'Date of Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1992                 ('507', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1993                 ('507', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1994                 ('507', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1995                 ('507', 'v', 'Medium of Performance (for Music) [Expression]', 'Medium of Performance (for Music) [Expression]', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1996                 ('507', 'w', 'Other Characteristics of Expression [Expression]', 'Other Characteristics of Expression [Expression]', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
1997                 ('510', 'a', 'Parallel Title', 'Parallel Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1998                 ('510', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1999                 ('510', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2000                 ('510', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2001                 ('510', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2002                 ('510', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2003                 ('510', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2004                 ('511', 'a', 'Half Title', 'Half Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2005                 ('511', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2006                 ('511', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2007                 ('511', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2008                 ('511', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2009                 ('511', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2010                 ('511', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2011                 ('512', 'a', 'Cover Title', 'Cover Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2012                 ('512', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2013                 ('512', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2014                 ('512', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2015                 ('512', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2016                 ('512', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2017                 ('512', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2018                 ('513', 'a', 'Added Title - Page Title', 'Added Title - Page Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2019                 ('513', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2020                 ('513', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2021                 ('513', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2022                 ('513', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2023                 ('513', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2024                 ('513', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2025                 ('514', 'a', 'Caption Title', 'Caption Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2026                 ('514', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2027                 ('514', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2028                 ('514', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2029                 ('514', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2030                 ('514', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2031                 ('514', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2032                 ('515', 'a', 'Running Title', 'Running Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2033                 ('515', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2034                 ('515', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2035                 ('515', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2036                 ('515', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2037                 ('515', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2038                 ('515', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2039                 ('516', 'a', 'Spine Title', 'Spine Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2040                 ('516', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2041                 ('516', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2042                 ('516', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2043                 ('516', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2044                 ('516', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2045                 ('516', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2046                 ('517', 'a', 'Variant Title', 'Variant Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2047                 ('517', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, 0, '', '', '', NULL),
2048                 ('517', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2049                 ('517', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2050                 ('517', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2051                 ('517', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2052                 ('517', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2053                 ('518', 'a', 'Title Proper, Variant Title or Uniform Title in Standard Modern Spelling', 'Title Proper, Variant Title or Uniform Title in Standard Modern Spelling', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2054                 ('518', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2055                 ('518', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2056                 ('518', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2057                 ('518', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2058                 ('518', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2059                 ('518', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2060                 ('520', 'a', 'Former Title Proper', 'Former Title Proper', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2061                 ('520', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2062                 ('520', 'h', 'Number of Part', 'Number of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2063                 ('520', 'i', 'Name of Part', 'Name of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2064                 ('520', 'j', 'Volumes or Dates of Former Title', 'Volumes or Dates of Former Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2065                 ('520', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2066                 ('520', 'x', 'ISSN of Former Title', 'ISSN of Former Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2067                 ('530', 'a', 'Key Title', 'Key Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2068                 ('530', 'b', 'Qualifier', 'Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2069                 ('530', 'j', 'Volume or Dates Associated with Key Title', 'Volume or Dates Associated with Key Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2070                 ('530', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2071                 ('531', 'a', 'Abbreviated Title', 'Abbreviated Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2072                 ('531', 'b', 'Qualifier', 'Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2073                 ('531', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2074                 ('532', 'a', 'Expanded Title', 'Expanded Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2075                 ('532', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2076                 ('540', 'a', 'Additional Title', 'Additional Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2077                 ('540', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2078                 ('540', 'h', 'Number of Part', 'Number of Part', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2079                 ('540', 'i', 'Name of Part', 'Name of Part', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2080                 ('541', 'a', 'Translated Title', 'Translated Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2081                 ('541', 'e', 'Other Title Information', 'Other Title Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2082                 ('541', 'h', 'Number of a Part', 'Number of a Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2083                 ('541', 'i', 'Name of Part', 'Name of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2084                 ('541', 'z', 'Language of Translated Title', 'Language of Translated Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2085                 ('545', 'a', 'Section Title', 'Section Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
2086                 ('545', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2087                 ('545', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2088                 ('545', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2089                 ('545', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2090                 ('545', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2091                 ('545', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2092                 ('560', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2093                 ('560', 'a', 'Artificial Title', 'Artificial Title', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2094                 ('560', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2095                 ('576', '1', 'Linking Data', 'Linking Data', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2096                 ('576', '3', 'Authority Entry Record Number', 'Authority Entry Record Number', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2097                 ('576', '9', 'Koha number', '', 0, 0, '', 5, '', '', '', 0, 0, '', '', '', ''),
2098                 ('576', 'a', 'Name', 'Name', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2099                 ('576', 'c', 'Form of Work', 'Form of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2100                 ('576', 'd', 'Date of Work', 'Date of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2101                 ('576', 'e', 'Place of Origin of Work', 'Place of Origin of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2102                 ('576', 'f', 'Original Language of the Work', 'Original Language of the Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2103                 ('576', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2104                 ('576', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2105                 ('576', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2106                 ('576', 'k', 'Other Distinguishing Characteristics of a Work', 'Other Distinguishing Characteristics of a Work', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2107                 ('576', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2108                 ('576', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2109                 ('576', 't', 'Title', 'Title', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2110                 ('576', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2111                 ('576', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2112                 ('576', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2113                 ('576', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2114                 ('577', '1', 'Linking Data', 'Linking Data', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2115                 ('577', '3', 'Authority Entry Record Number', 'Authority Entry Record Number', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2116                 ('577', '9', 'Koha number', '', 0, 0, '', 5, '', '', '', 0, 0, '', '', '', ''),
2117                 ('577', 'a', 'Name', 'Name', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2118                 ('577', 'c', 'Form of Work', 'Form of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2119                 ('577', 'd', 'Date of Work', 'Date of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2120                 ('577', 'e', 'Place of Origin of Work', 'Place of Origin of Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2121                 ('577', 'f', 'Original Language of the Work', 'Original Language of the Work', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2122                 ('577', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2123                 ('577', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2124                 ('577', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2125                 ('577', 'k', 'Other Distinguishing Characteristics of a Work', 'Other Distinguishing Characteristics of a Work', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2126                 ('577', 'l', 'Form of the Expression [Expression]', 'Form of the Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2127                 ('577', 'm', 'Language of the Expression [Expression]', 'Language of the Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2128                 ('577', 'n', 'Content Type [Expression]', 'Content Type [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2129                 ('577', 'o', 'Date of Expression [Expression]', 'Date of Expression [Expression]', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2130                 ('577', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2131                 ('577', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2132                 ('577', 't', 'Title', 'Title', 0, 1, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2133                 ('577', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2134                 ('577', 'v', 'Medium of Performance (for Music) [Expression]', 'Medium of Performance (for Music) [Expression]', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2135                 ('577', 'w', 'Other Characteristics of Expression [Expression]', 'Other Characteristics of Expression [Expression]', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2136                 ('577', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2137                 ('577', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2138                 ('577', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 5, '', '', '', 0, -6, '', '', '', NULL),
2139                 ('600', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2140                 ('600', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2141                 ('600', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2142                 ('600', 'a', 'Entry Element', 'Entry Element', 0, 1, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2143                 ('600', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2144                 ('600', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2145                 ('600', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2146                 ('600', 'f', 'Dates', 'Dates', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2147                 ('600', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2148                 ('600', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2149                 ('600', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2150                 ('600', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2151                 ('600', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2152                 ('600', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2153                 ('601', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2154                 ('601', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2155                 ('601', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2156                 ('601', 'a', 'Entry Element', 'Entry Element', 0, 1, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2157                 ('601', 'b', 'Subdivision (or Name if Entered under Place)', 'Subdivision (or Name if Entered under Place)', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2158                 ('601', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2159                 ('601', 'd', 'Number of Meeting and/or Number of Part of a Meeting', 'Number of Meeting and/or Number of Part of a Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2160                 ('601', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2161                 ('601', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2162                 ('601', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2163                 ('601', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2164                 ('601', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2165                 ('601', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2166                 ('601', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2167                 ('601', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2168                 ('602', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2169                 ('602', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2170                 ('602', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2171                 ('602', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2172                 ('602', 'f', 'Dates', 'Dates', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2173                 ('602', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2174                 ('602', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2175                 ('602', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2176                 ('602', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2177                 ('604', '1', 'Linking Data', 'Linking Data', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2178                 ('604', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2179                 ('604', 'a', 'Entry Element Name', 'Entry Element Name', 0, 1, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2180                 ('604', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2181                 ('604', 't', 'Title', 'Title', 0, 1, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2182                 ('604', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2183                 ('604', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2184                 ('604', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2185                 ('605', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2186                 ('605', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2187                 ('605', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2188                 ('605', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2189                 ('605', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2190                 ('605', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2191                 ('605', 'k', 'Date of Publication', 'Date of Publication', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2192                 ('605', 'l', 'Form Subheading', 'Form Subheading', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2193                 ('605', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2194                 ('605', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2195                 ('605', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2196                 ('605', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2197                 ('605', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2198                 ('605', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2199                 ('605', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2200                 ('605', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2201                 ('605', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2202                 ('605', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2203                 ('606', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2204                 ('606', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2205                 ('606', '9', 'Koha Internal code', 'Koha Internal code', 0, 0, '', 6, '', '', '', 0, 1, '', '', '', NULL),
2206                 ('606', 'a', 'Entry Element', 'Entry Element', 0, 0, 'bibliosubject.subject', 6, '', '', '', 0, 0, '', '', '', NULL),
2207                 ('606', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2208                 ('606', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2209                 ('606', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2210                 ('606', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2211                 ('607', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2212                 ('607', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2213                 ('607', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2214                 ('607', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2215                 ('607', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2216                 ('607', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2217                 ('607', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2218                 ('608', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2219                 ('608', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2220                 ('608', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2221                 ('608', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2222                 ('608', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2223                 ('608', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2224                 ('608', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2225                 ('608', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2226                 ('610', '5', 'Institution and Copy to Which the Field Applies', 'Institution and Copy to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2227                 ('610', 'a', 'Subject Term', 'Subject Term', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2228                 ('615', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2229                 ('615', '3', 'Authority Record Number', 'Authority Record Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2230                 ('615', 'a', 'Subject Category Entry Element Text', 'Subject Category Entry Element Text', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2231                 ('615', 'm', 'Subject Category Subdivision Code', 'Subject Category Subdivision Code', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2232                 ('615', 'n', 'Subject Category Code', 'Subject Category Code', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2233                 ('615', 'x', 'Subject Category Subdivision Text', 'Subject Category Subdivision Text', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2234                 ('616', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2235                 ('616', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2236                 ('616', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2237                 ('616', 'c', 'Qualification', 'Qualification', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2238                 ('616', 'f', 'Dates', 'Dates', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2239                 ('616', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2240                 ('616', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2241                 ('616', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2242                 ('616', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2243                 ('617', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2244                 ('617', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2245                 ('617', '9', 'Koha number', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2246                 ('617', 'a', 'Country (Nation State)', 'Country (Nation State)', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2247                 ('617', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2248                 ('617', 'c', 'Intermediate Political Jurisdiction', 'Intermediate Political Jurisdiction', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2249                 ('617', 'd', 'City, etc.', 'City, etc.', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2250                 ('617', 'e', 'Venue', 'Venue', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2251                 ('617', 'f', 'Date', 'Date', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2252                 ('617', 'g', 'Season', 'Season', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2253                 ('617', 'h', 'Occasion', 'Occasion', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2254                 ('617', 'i', 'Final Date', 'Final Date', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2255                 ('617', 'k', 'Subsection of City, etc.', 'Subsection of City, etc.', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2256                 ('617', 'm', 'Other Geographical Regions or Features', 'Other Geographical Regions or Features', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2257                 ('617', 'n', 'Extraterrestrial Areas', 'Extraterrestrial Areas', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2258                 ('617', 'o', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2259                 ('620', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2260                 ('620', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2261                 ('620', 'a', 'Country (Nation State)', 'Country (Nation State)', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2262                 ('620', 'b', 'State or Province etc.', 'State or Province etc.', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2263                 ('620', 'c', 'Intermediate Political Jurisdiction', 'Intermediate Political Jurisdiction', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2264                 ('620', 'd', 'City, etc.', 'City, etc.', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2265                 ('620', 'e', 'Venue', 'Venue', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2266                 ('620', 'f', 'Date', 'Date', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2267                 ('620', 'g', 'Season', 'Season', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2268                 ('620', 'h', 'Occasion', 'Occasion', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2269                 ('620', 'i', 'Final Date', 'Final Date', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2270                 ('620', 'k', 'Subsection of City, etc.', 'Subsection of City, etc.', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2271                 ('620', 'm', 'Other Geographical Regions or Features', 'Other Geographical Regions or Features', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2272                 ('620', 'n', 'Extraterrestrial Areas', 'Extraterrestrial Areas', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2273                 ('620', 'o', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2274                 ('621', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2275                 ('621', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2276                 ('621', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2277                 ('621', '9', 'Koha number', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2278                 ('621', 'a', 'Country (Nation State) or Larger Entity Country', 'Country (Nation State) or Larger Entity Country', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2279                 ('621', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2280                 ('621', 'c', 'Intermediate Political Jurisdiction', 'Intermediate Political Jurisdiction', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2281                 ('621', 'd', 'City, etc.', 'City, etc.', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2282                 ('621', 'e', 'Building, Vehicle, etc.', 'Building, Vehicle, etc.', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2283                 ('621', 'f', 'Date 1', 'Date 1', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2284                 ('621', 'g', 'Season', 'Season', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2285                 ('621', 'h', 'Occasion', 'Occasion', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2286                 ('621', 'i', 'Date 2', 'Date 2', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2287                 ('621', 'k', 'Subsection of City, etc.', 'Subsection of City, etc.', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2288                 ('621', 'm', 'Other Geographic Regions or Features', 'Other Geographic Regions or Features', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2289                 ('621', 'n', 'Extraterrestrial Area', 'Extraterrestrial Area', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2290                 ('621', 'o', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 'Geographical Areas Such as World, Hemisphere, Continent: Larger Area than Country', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2291                 ('626', 'a', 'Make and Model of Machines', 'Make and Model of Machines', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2292                 ('626', 'b', 'Programming Languages', 'Programming Languages', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2293                 ('626', 'c', 'Operating System', 'Operating System', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2294                 ('631', '2', 'System Code', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2295                 ('631', '3', 'Authority Record Number', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2296                 ('631', '8', 'Materials specified', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2297                 ('631', 'a', 'occupation', 'sujet', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2298                 ('631', 'b', 'form', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2299                 ('631', 'j', 'Form Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2300                 ('631', 'x', 'Topical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2301                 ('631', 'y', 'Geographical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2302                 ('631', 'z', 'Chronological Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2303                 ('632', '2', 'System Code', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2304                 ('632', '3', 'Authority Record Number', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2305                 ('632', '8', 'Materials specified', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2306                 ('632', 'a', 'Function', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2307                 ('632', 'j', 'Form Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2308                 ('632', 'x', 'Topical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2309                 ('632', 'y', 'Geographical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2310                 ('632', 'z', 'Chronological Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''),
2311                 ('660', 'a', 'Code', 'Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2312                 ('661', 'a', 'Time Period Code', 'Time Period Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2313                 ('670', 'b', 'Subject Indicator Number', 'Subject Indicator Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2314                 ('670', 'c', 'String', 'String', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2315                 ('670', 'e', 'Reference Indicator Number', 'Reference Indicator Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2316                 ('670', 'z', 'Language of Terms', 'Language of Terms', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2317                 ('675', '3', 'Classification Record Number', 'Classification Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2318                 ('675', 'a', 'Number', 'Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2319                 ('675', 'v', 'Edition', 'Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2320                 ('675', 'z', 'Language of Edition', 'Language of Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2321                 ('676', '3', 'Classification Record Number', 'Classification Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2322                 ('676', 'a', 'Number', 'Number', 0, 0, 'biblioitems.dewey', 6, '', '', '', 0, 0, '', '', '', NULL),
2323                 ('676', 'v', 'Edition', 'Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2324                 ('676', 'z', 'Language of Edition', 'Language of Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2325                 ('680', '3', 'Classification Record Number', 'Classification Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2326                 ('680', 'a', 'Class Number', 'Class Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2327                 ('680', 'b', 'Book Number', 'Book Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2328                 ('686', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2329                 ('686', '3', 'Classification Record Number', 'Classification Record Number', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2330                 ('686', 'a', 'Class Number', 'Class Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2331                 ('686', 'b', 'Book Number', 'Book Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2332                 ('686', 'c', 'Classification Subdivision', 'Classification Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
2333                 ('686', 'v', 'Edition', 'Edition', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
2334                 ('700', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2335                 ('700', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2336                 ('700', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2337                 ('700', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 1, '', '', '', NULL),
2338                 ('700', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', 'PER', '', 0, 0, '', '', '', NULL),
2339                 ('700', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2340                 ('700', 'c', 'Additions to Names Other than Dates', 'Additions to Names Other than Dates', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2341                 ('700', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2342                 ('700', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2343                 ('700', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2344                 ('700', 'k', 'Attribution qualifier', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2345                 ('700', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2346                 ('700', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2347                 ('701', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2348                 ('701', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2349                 ('701', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2350                 ('701', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2351                 ('701', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2352                 ('701', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2353                 ('701', 'c', 'Additions to Names Other than Dates', 'Additions to Names Other than Dates', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2354                 ('701', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2355                 ('701', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2356                 ('701', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2357                 ('701', 'k', 'Attribution qualifier', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2358                 ('701', 'o', 'ISNI', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2359                 ('701', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2360                 ('702', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2361                 ('702', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2362                 ('702', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2363                 ('702', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2364                 ('702', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2365                 ('702', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2366                 ('702', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2367                 ('702', 'c', 'Additions to Names Other than Dates', 'Additions to Names Other than Dates', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2368                 ('702', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2369                 ('702', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2370                 ('702', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2371                 ('702', 'k', 'Attribution qualifier', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2372                 ('702', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2373                 ('702', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2374                 ('702', 'r', 'Part or Role Played', 'Part or Role Played', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2375                 ('703', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2376                 ('703', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2377                 ('703', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2378                 ('703', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2379                 ('703', '9', 'koha internal code', '', 0, 0, '', 7, '', '', '', 0, 1, '', NULL, '', ''),
2380                 ('703', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2381                 ('703', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2382                 ('703', 'c', 'Additions to Names Other than Dates', 'Additions to Names Other than Dates', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2383                 ('703', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2384                 ('703', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2385                 ('703', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2386                 ('703', 'k', 'Attribution qualifier', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2387                 ('703', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2388                 ('703', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2389                 ('710', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2390                 ('710', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2391                 ('710', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2392                 ('710', '9', 'koha internal code', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2393                 ('710', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2394                 ('710', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2395                 ('710', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2396                 ('710', 'd', 'Number of Meeting and/or Number of Part of Meeting', 'Number of Meeting and/or Number of Part of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2397                 ('710', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2398                 ('710', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2399                 ('710', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2400                 ('710', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2401                 ('710', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2402                 ('710', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2403                 ('711', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2404                 ('711', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2405                 ('711', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2406                 ('711', '9', 'koha internal code', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2407                 ('711', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2408                 ('711', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2409                 ('711', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2410                 ('711', 'd', 'Number of Meeting and/or Number of Part of Meeting', 'Number of Meeting and/or Number of Part of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2411                 ('711', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2412                 ('711', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2413                 ('711', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2414                 ('711', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2415                 ('711', 'o', 'ISNI', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2416                 ('711', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2417                 ('712', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2418                 ('712', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2419                 ('712', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2420                 ('712', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2421                 ('712', '9', 'koha internal code', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2422                 ('712', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2423                 ('712', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2424                 ('712', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2425                 ('712', 'd', 'Number of Meeting and/or Number of Part of Meeting', 'Number of Meeting and/or Number of Part of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2426                 ('712', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2427                 ('712', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2428                 ('712', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2429                 ('712', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2430                 ('712', 'o', 'ISNI', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2431                 ('712', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2432                 ('712', 'r', 'Part or Role Played', 'Part or Role Played', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2433                 ('713', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2434                 ('713', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2435                 ('713', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2436                 ('713', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2437                 ('713', '9', 'koha internal code', '', 0, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2438                 ('713', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2439                 ('713', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2440                 ('713', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2441                 ('713', 'd', 'Number of Meeting and/or Number of Part of Meeting', 'Number of Meeting and/or Number of Part of Meeting', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2442                 ('713', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2443                 ('713', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2444                 ('713', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2445                 ('713', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2446                 ('713', 'o', 'ISNI', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2447                 ('713', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2448                 ('716', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2449                 ('716', 'a', 'Data Element', 'Data Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2450                 ('716', 'c', 'Qualifications', 'Qualifications', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2451                 ('716', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2452                 ('720', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2453                 ('720', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2454                 ('720', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2455                 ('720', '9', 'Koha number', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2456                 ('720', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2457                 ('720', 'c', 'Type of Family', 'Type of Family', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2458                 ('720', 'd', 'Places Associated with the Family', 'Places Associated with the Family', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2459                 ('720', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2460                 ('720', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2461                 ('721', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2462                 ('721', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2463                 ('721', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2464                 ('721', '9', 'koha internal code', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2465                 ('721', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2466                 ('721', 'c', 'Type of family', '', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2467                 ('721', 'd', 'Places Associated with the Family', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2468                 ('721', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2469                 ('721', 'o', 'ISNI', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2470                 ('722', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2471                 ('722', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2472                 ('722', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2473                 ('722', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2474                 ('722', '9', 'Koha number', '', 1, 0, '', 7, '', '', '', 0, 0, '', NULL, '', ''),
2475                 ('722', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2476                 ('722', 'c', 'Type of Family', 'Type of Family', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2477                 ('722', 'd', 'Places Associated with the Family', 'Places Associated with the Family', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2478                 ('722', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
2479                 ('722', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2480                 ('722', 'r', 'Part or Role Played', 'Part or Role Played', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2481                 ('723', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2482                 ('723', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2483                 ('723', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2484                 ('723', '8', 'Materials specified', '', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', ''),
2485                 ('723', '9', 'Koha number', '', 0, 0, '', 7, '', '', '', 0, 1, '', NULL, '', ''),
2486                 ('723', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2487                 ('723', 'c', 'Type of Family', 'Type of Family', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2488                 ('723', 'd', 'Places Associated with the Family', 'Places Associated with the Family', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2489                 ('723', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2490                 ('723', 'o', 'International Standard Identifier for the Name', 'International Standard Identifier for the Name', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2491                 ('730', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2492                 ('730', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2493                 ('740', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2494                 ('740', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2495                 ('740', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2496                 ('740', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2497                 ('740', 'e', 'Name of the Other Party', 'Name of the Other Party', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2498                 ('740', 'f', 'Date of Legal Issue or Version, or Date of Signing', 'Date of Legal Issue or Version, or Date of Signing', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2499                 ('740', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2500                 ('740', 'l', 'Form Subheading', 'Form Subheading', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2501                 ('740', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2502                 ('740', 't', 'Uniform Title', 'Uniform Title', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2503                 ('741', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2504                 ('741', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2505                 ('741', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2506                 ('741', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2507                 ('741', 'e', 'Name of the Other Party', 'Name of the Other Party', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2508                 ('741', 'f', 'Date of Legal Issue or Version, or Date of Signing', 'Date of Legal Issue or Version, or Date of Signing', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2509                 ('741', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2510                 ('741', 'l', 'Form Subheading', 'Form Subheading', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2511                 ('741', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2512                 ('741', 't', 'Uniform Title', 'Uniform Title', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2513                 ('742', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2514                 ('742', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2515                 ('742', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2516                 ('742', 'c', 'Addition to Name or Qualifier', 'Addition to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2517                 ('742', 'e', 'Name of the Other Party', 'Name of the Other Party', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2518                 ('742', 'f', 'Date of Legal Issue or Version, or Date of Signing', 'Date of Legal Issue or Version, or Date of Signing', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2519                 ('742', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2520                 ('742', 'l', 'Form Subheading', 'Form Subheading', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2521                 ('742', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2522                 ('742', 't', 'Uniform Title', 'Uniform Title', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
2523                 ('801', '2', 'System Code', 'System Code', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2524                 ('801', 'a', 'Country', 'Country', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2525                 ('801', 'b', 'Agency', 'Agency', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2526                 ('801', 'c', 'Date of Transaction', 'Date of Transaction', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2527                 ('801', 'g', 'Cataloguing Rules (Descriptive Conventions)', 'Cataloguing Rules (Descriptive Conventions)', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2528                 ('801', 'h', 'Original Control Number', 'Original Control Number', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2529                 ('802', 'a', 'ISSN Centre Code', 'ISSN Centre Code', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2530                 ('830', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2531                 ('850', 'a', 'Code of Institution', 'Code of Institution', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2532                 ('852', '2', 'System Code', 'System Code', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2533                 ('852', 'a', 'Institution Identifier', 'Institution Identifier', 0, 1, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2534                 ('852', 'b', 'Sub-Location Identifier', 'Sub-Location Identifier', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2535                 ('852', 'c', 'Address', 'Address', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2536                 ('852', 'd', 'Coded Location Qualifier (2 or 3 Characters)', 'Coded Location Qualifier (2 or 3 Characters)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2537                 ('852', 'e', 'Non-Coded Location Qualifier', 'Non-Coded Location Qualifier', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2538                 ('852', 'g', 'Call Number Prefix', 'Call Number Prefix', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2539                 ('852', 'j', 'Call Number', 'Call Number', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2540                 ('852', 'k', 'Shelving Form of Title, Author, Author/Title', 'Shelving Form of Title, Author, Author/Title', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2541                 ('852', 'l', 'Call Number Suffix', 'Call Number Suffix', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2542                 ('852', 'm', 'Item Identifier', 'Item Identifier', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2543                 ('852', 'n', 'Copy Identifier', 'Copy Identifier', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2544                 ('852', 'p', 'Country', 'Country', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2545                 ('852', 't', 'Copy Number', 'Copy Number', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2546                 ('852', 'x', 'Non-Public Note.', 'Non-Public Note.', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2547                 ('852', 'y', 'Public Note', 'Public Note', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2548                 ('856', '2', 'Link Text', 'Link Text', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2549                 ('856', 'a', 'Host Name', 'Host Name', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2550                 ('856', 'b', 'Access Number', 'Access Number', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2551                 ('856', 'c', 'Compression Information', 'Compression Information', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2552                 ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2553                 ('856', 'e', 'Date and Hour of Consultation and Access', 'Date and Hour of Consultation and Access', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2554                 ('856', 'f', 'Electronic Name', 'Electronic Name', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2555                 ('856', 'h', 'Processor of Request', 'Processor of Request', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2556                 ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2557                 ('856', 'j', 'Bits per Second', 'Bits per Second', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2558                 ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2559                 ('856', 'l', 'Logon/login', 'Logon/login', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2560                 ('856', 'm', 'Contact for Access Assistance', 'Contact for Access Assistance', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2561                 ('856', 'n', 'Name of Location of Host in Subfield $A', 'Name of Location of Host in Subfield $A', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2562                 ('856', 'o', 'Operating System', 'Operating System', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2563                 ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2564                 ('856', 'q', 'Electronic Format Type', 'Electronic Format Type', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2565                 ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2566                 ('856', 's', 'File Size', 'File Size', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2567                 ('856', 't', 'Terminal Emulation', 'Terminal Emulation', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2568                 ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', '', NULL),
2569                 ('856', 'v', 'Hours Access Method Available', 'Hours Access Method Available', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2570                 ('856', 'w', 'Record Control Number', 'Record Control Number', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2571                 ('856', 'x', 'Nonpublic Note', 'Nonpublic Note', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2572                 ('856', 'y', 'Access Method', 'Access Method', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2573                 ('856', 'z', 'Public Note', 'Public Note', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
2574                 ('886', '2', 'System Code', 'System Code', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2575                 ('886', 'a', 'Tag of the Source Format Field', 'Tag of the Source Format Field', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
2576                 ('886', 'b', 'Indicators and Subfields of the Source Format Field', 'Indicators and Subfields of the Source Format Field', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL);
2578 UPDATE `marc_subfield_structure` SET maxlength=24 WHERE tagfield='000';
2579 UPDATE `marc_subfield_structure` SET maxlength=36 WHERE tagfield='100';