Adding pl-PL directory to installer/data/mysql.
[koha.git] / installer / data / mysql / pl-PL / marcflavour / unimarc / mandatory / unimarc_framework_DEFAULT.sql
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
11 --
12 -- originally compiled
13 -- by Roberto Sturman
14 --
15 -- from
16 --
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
23 -- ***********************************************************************
24
25
26 -- ****************************************************************************
27 -- WARNING
28 -- RISK OF DATA LOSS
29 --
30 -- Modestly corrected and augmented.  Missing many elements.  The work of the
31 -- original compiler had been done before significant improvements to Koha
32 -- MARC frameworks implementation had been introduced in 2006 for displaying,
33 -- editing, and preserving record data.
34 --
35 -- The documentation cited by the original compiler is known to be out of date
36 -- and incomplete.  Furthermore, the original compiler did not include all
37 -- fields and subfields from the documentation he consulted.
38 --
39 -- Completely unsafe for production use without significant correction and
40 -- augmentation.  These problems could be fixed but a few days work would be
41 -- required to fix them completely. -- thd.
42 -- ****************************************************************************
43
44
45
46
47 -- ******************************************************
48 -- KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS.
49 -- ******************************************************
50
51
52 -- Current Record ID Field/Subfields
53
54 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
55                 ('999', 'System Control Numbers (Koha)', 'System Control Numbers (Koha)', 0, 0, '', '');
56
57 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
58                 ('999', '9', 'Koha biblio number (autogenerated)', 'Koha biblio number', 0, 0, 'biblio.biblionumber', -1, '', '', '', 0, -5, '', '', '', NULL),
59                 ('999', 'a', 'Koha biblioitem number (autogenerated)', 'Koha biblioitem number', 0, 0, 'biblioitems.biblioitemnumber', -1, '', '', '', 0, -5, '', '', '', NULL);
60
61
62 -- ******************************************************
63
64
65 -- Plugins which need to be written for primary biblioitems Field/Subfields.
66
67
68 --              ('990', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'unimarc_en_classcodes.pl', NULL, 0, '', '', '', NULL),
69 --              ('990', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'unimarc_callnumber.pl', NULL, 0, '', '', '', NULL),
70
71
72
73 -- Current primary biblioitems Field/Subfields
74
75
76 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
77                 ('990', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', '');
78
79 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
80                 ('990', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL),
81                 ('990', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', '', NULL, 0, '', '', '', NULL),
82                 ('990', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
83                 ('990', 'a', 'Koha item type [OBSOLETE]', 'Koha item type [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, '', '', '', NULL),
84                 ('990', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
85                 ('990', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, '', '', '', NULL),
86                 ('990', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, '', '', '', NULL),
87                 ('990', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, '', '', '', NULL),
88                 ('990', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, '', '', '', NULL),
89                 ('990', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, '', '', '', NULL),
90                 ('990', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, '', '', '', NULL),
91                 ('990', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL);
92
93
94 -- ******************************************************
95
96
97 -- Recommandation 995 is designed for interlibrary loan.  It is not designed
98 -- for holdings even if libraries have used it for holdings.
99
100 -- Original items Field/Subfields
101
102 -- Adapted from:
103 -- Recommandation 995 sur la fourniture de données locales dans les
104 -- échanges de notices bibliographiques en UNIMARC accompagnant le prêt
105 -- ou le dépôt d'exemplaires / ABF (Association des bibliothécaires
106 -- français) ; FULBI (Fédération des utilisateurs de logiciels de
107 -- bibliothèque) ; ADBDP (Association des directeurs de bibliothèques
108 -- départementales de prêt) ; ADBGV (Association des directeurs de
109 -- bibliothèques municipales et intercommunales des grandes villes de
110 -- France) ADDNB (Association pour le développement des documents
111 -- numériques en bibliothèque.
112
113
114
115 -- Recommended items Field/Subfields
116
117 -- INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
118 --              ('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', '');
119
120 -- 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
121 --              ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.wthdrawn', 10, 'WTHDRAWN', '', '', 0, 0, '', '', '', NULL),
122 --              ('995', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
123 --              ('995', '2', 'System code (specific classification or other scheme and edition)', 'System code (specific classification or other scheme and edition)', 0, 0, '', 10, '', '', 'unimarc_en_classcodes.pl', NULL, 0, '', '', '', NULL),
124 --              ('995', '3', 'Classification part', 'Classification part', 0, 0, '', 10, '', '', '', NULL, 0, '', '', '', NULL),
125 --              ('995', '4', 'Item part', 'Item part', 1, 0, '', 10, '', '', '', NULL, 0, '', '', '', NULL),
126 --              ('995', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
127 --              ('995', '6', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 10, '', '', 'marc21_locationqualifier.pl', NULL, 0, '', '', '', NULL),
128 --              ('995', '7', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
129 --              ('995', '8', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'items.uri', 10, '', '', '', 1, 0, '', '', '', NULL),
130 --              ('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL),
131 --              ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
132 --              ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
133 --              ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
134 --              ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
135 --              ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
136 --              ('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
137 --              ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
138 --              ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
139 --              ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
140 --              ('995', 'j', 'Section', 'Section', 0, 0, '', 10, '', '', '', 0, 0, '', '', '', NULL),
141 --              ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', 'unimarc_itemcallnumber.pl', 0, 0, '', '', '', NULL),
142 --              ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL),
143 --              ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL),
144 --              ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
145 --              ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL),
146 --              ('995', 'p', 'Serial', 'Serial', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
147 --              ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
148 --              ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL),
149 --              ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
150 --              ('995', 't', 'Genre', 'Genre', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
151 --              ('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL),
152 --              ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
153 --              ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
154 --              ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
155 --              ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
156 --              ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL);
157
158
159
160 -- Plugins which need to be written for items Field/Subfields
161
162
163 --              ('995', '2', 'System code (specific classification or other scheme and edition)', 'System code (specific classification or other scheme and edition)', 0, 0, '', 10, '', '', 'unimarc_en_classcodes.pl', NULL, 0, '', '', '', NULL),
164 --              ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', 'unimarc_itemcallnumber.pl', 0, 0, '', '', '', NULL),
165
166
167
168 -- Current items Field/Subfields
169
170 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
171                 ('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', '');
172
173 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
174                 ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.wthdrawn', 10, 'WTHDRAWN', '', '', 0, 0, '', '', '', NULL),
175                 ('995', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
176                 ('995', '2', 'System code (specific classification or other scheme and edition)', 'System code (specific classification or other scheme and edition)', 0, 0, '', 10, '', '', '', NULL, 0, '', '', '', NULL),
177                 ('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
178                 ('995', '4', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
179                 ('995', '5', 'Coded location qualifier', 'Coded location qualifier', 0, 0, '', 10, '', '', 'marc21_locationqualifier.pl', NULL, 0, '', '', '', NULL),
180                 ('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
181                 ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 0, 0, '', '', '', NULL),
182                 ('995', '8', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
183                 ('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL),
184                 ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
185                 ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
186                 ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
187                 ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
188                 ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
189                 ('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
190                 ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
191                 ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
192                 ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
193                 ('995', 'j', 'Section', 'Section', 0, 0, '', 10, '', '', '', 0, 0, '', '', '', NULL),
194                 ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', '', 0, 0, '', '', '', NULL),
195                 ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL),
196                 ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL),
197                 ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
198                 ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL),
199                 ('995', 'p', 'Serial', 'Serial', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
200                 ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
201                 ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL),
202                 ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
203                 ('995', 't', 'Genre', 'Genre', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
204                 ('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL),
205                 ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
206                 ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
207                 ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
208                 ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
209                 ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL);
210
211
212
213 -- *******************************************************
214 -- UNIMARC FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS.
215 -- *******************************************************
216
217
218 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
219                 ('000', 'Record Label', 'Record Label', 0, 1, '', ''),
220                 ('001', 'Record Identifier', 'Record Identifier', 0, 1, '', ''),
221                 ('005', 'Version Identifier', 'Version Identifier', 0, 0, '', ''),
222                 ('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 0, 0, '', ''),
223                 ('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 0, 0, '', ''),
224                 ('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 0, 0, '', ''),
225                 ('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 0, 0, '', ''),
226                 ('014', 'Article Identifier', 'Article Identifier', 0, 0, '', ''),
227                 ('020', 'National Bibliography Number', 'National Bibliography Number', 0, 0, '', ''),
228                 ('021', 'Legal Deposit Number', 'Legal Deposit Number', 0, 0, '', ''),
229                 ('022', 'Government Publication Number', 'Government Publication Number', 0, 0, '', ''),
230                 ('040', 'CODEN (Serials)', 'CODEN (Serials)', 0, 0, '', ''),
231                 ('071', 'Publisher\'s Number (Sound Recordings and Music)', '', 0, 0, '', ''),
232                 ('100', 'General Processing Data', 'General Processing Data', 1, 0, '', ''),
233                 ('101', 'Language of the Item', 'Language of the Item', 1, 0, '', ''),
234                 ('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, '', ''),
235                 ('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, '', ''),
236                 ('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, '', ''),
237                 ('110', 'Coded Data Field: Serials', 'Coded Data Field: Serials', 0, 0, '', ''),
238                 ('115', 'Coded Data Field: Visual Projections, Videorecordings, and Motion Pictures', 'Coded Data Field: Visual Projections, Videorecordings, and Motion Pictures', 0, 0, '', ''),
239                 ('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 0, 0, '', ''),
240                 ('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 0, 0, '', ''),
241                 ('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, '', ''),
242                 ('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, '', ''),
243                 ('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 0, 0, '', ''),
244                 ('123', 'Coded Data Field: Cartographic Materials - Scale and Coordinates', 'Coded Data Field: Cartographic Materials - Scale and Coordinates', 0, 0, '', ''),
245                 ('124', 'Coded Data Field: Cartographic Material - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Material - Specific Material Designation Analysis', 0, 0, '', ''),
246                 ('125', 'Coded Data Field: Sound Recordings and Printed Music', 'Coded Data Field: Sound Recordings and Printed Music', 0, 0, '', ''),
247                 ('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, '', ''),
248                 ('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, '', ''),
249                 ('128', 'Coded Data Field: Music Performances and Scores', 'Coded Data Field: Music Performances and Scores', 0, 0, '', ''),
250                 ('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 0, 0, '', ''),
251                 ('131', 'Coded Data Field: Cartographic Materials - Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials - Geodetic, Grid and Vertical Measurement', 0, 0, '', ''),
252                 ('135', 'Coded Data Field: Computer Files', 'Coded Data Field: Computer Files', 0, 0, '', ''),
253                 ('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, '', ''),
254                 ('141', 'Coded Data Field: Antiquarian - Copy Specific Attributes', 'Coded Data Field: Antiquarian - Copy Specific Attributes', 0, 0, '', ''),
255                 ('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 1, 1, '', ''),
256                 ('205', 'Edition Statement', 'Edition Statement', 0, 0, '', ''),
257                 ('206', 'Material Specific Area: Cartographic Materials - Mathematical Data', 'Material Specific Area: Cartographic Materials - Mathematical Data', 0, 0, '', ''),
258                 ('207', 'Material Specific Area: Serials Numbering', 'Material Specific Area: Serials Numbering', 0, 0, '', ''),
259                 ('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''),
260                 ('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 0, 1, '', ''),
261                 ('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''),
262                 ('215', 'Physical Description', 'Physical Description', 0, 0, '', ''),
263                 ('225', 'Series', 'Series', 0, 0, '', ''),
264                 ('230', 'Material Specific Area: Computer File Characteristics', 'Material Specific Area: Computer File Characteristics', 0, 0, '', ''),
265                 ('300', 'General Notes', 'General Notes', 0, 0, '', ''),
266                 ('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 0, 0, '', ''),
267                 ('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 0, 0, '', ''),
268                 ('303', 'Notes Pertaining to Descriptive Information', 'Notes Pertaining to Descriptive Information', 0, 0, '', ''),
269                 ('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 0, 0, '', ''),
270                 ('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 0, 0, '', ''),
271                 ('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 0, 0, '', ''),
272                 ('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 0, 0, '', ''),
273                 ('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 0, 0, '', ''),
274                 ('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 0, 0, '', ''),
275                 ('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 0, 0, '', ''),
276                 ('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 0, 0, '', ''),
277                 ('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 0, 0, '', ''),
278                 ('314', 'Notes Pertaining to Intellectual Responsibility', 'Notes Pertaining to Intellectual Responsibility', 0, 0, '', ''),
279                 ('315', 'Notes Pertaining to Material (or Type of Publication) Specific Information', 'Notes Pertaining to Material (or Type of Publication) Specific Information', 0, 0, '', ''),
280                 ('316', 'Notes Pertaining to Exemplar', 'Notes Pertaining to Exemplar', 0, 0, '', ''),
281                 ('317', 'Notes Pertaining to Origin of Item', 'Notes Pertaining to Origin of Item', 0, 0, '', ''),
282                 ('318', 'Action Note', 'Action Note', 0, 0, '', ''),
283                 ('320', 'Notes Pertaining to Internal Bibliographies/Notes Pertaining to Indexes', 'Notes Pertaining to Internal Bibliographies/Notes Pertaining to Indexes', 0, 0, '', ''),
284                 ('321', 'Notes Pertaining to External Indexes/ Notes Pertaining References', 'Notes Pertaining to External Indexes/ Notes Pertaining References', 0, 0, '', ''),
285                 ('322', 'Notes Pertaining to Credits (Projected and Video Material and Sound Recordings)', 'Notes Pertaining to Credits (Projected and Video Material and Sound Recordings)', 0, 0, '', ''),
286                 ('323', 'Notes Pertaining to Cast (Projected and Video Material and Sound Recordings)', 'Notes Pertaining to Cast (Projected and Video Material and Sound Recordings)', 0, 0, '', ''),
287                 ('324', 'Notes Pertaining to Original Work', 'Notes Pertaining to Original Work', 0, 0, '', ''),
288                 ('325', 'Notes Pertaining to Reproduction of Work', 'Notes Pertaining to Reproduction of Work', 0, 0, '', ''),
289                 ('326', 'Notes Pertaining to Frequency Statement (Serials)', 'Notes Pertaining to Frequency Statement (Serials)', 0, 0, '', ''),
290                 ('327', 'Notes Pertaining to Content', 'Notes Pertaining to Content', 0, 0, '', ''),
291                 ('328', 'Notes Pertaining to Dissertations (Thesis)', 'Notes Pertaining to Dissertations (Thesis)', 0, 0, '', ''),
292                 ('330', 'Summary or Abstract', 'Summary or Abstract', 0, 0, '', ''),
293                 ('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 0, 0, '', ''),
294                 ('333', 'Notes Pertaining to Users/Intended Audience', 'Notes Pertaining to Users/Intended Audience', 0, 0, '', ''),
295                 ('336', 'Notes Pertaining to Type of Computer File', 'Notes Pertaining to Type of Computer File', 0, 0, '', ''),
296                 ('337', 'Notes Pertaining to Technical Details (Computer Files)', 'Notes Pertaining to Technical Details (Computer Files)', 0, 0, '', ''),
297                 ('345', 'Notes Pertaining to Acquisition Information', 'Notes Pertaining to Acquisition Information', 0, 0, '', ''),
298                 ('410', 'Series', 'Series', 0, 0, '', ''),
299                 ('411', 'Sub-Series', 'Sub-Series', 0, 0, '', ''),
300                 ('421', 'Supplement', 'Supplement', 0, 0, '', ''),
301                 ('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, '', ''),
302                 ('423', 'Issued with', 'Issued with', 0, 0, '', ''),
303                 ('430', 'Continues', 'Continues', 0, 0, '', ''),
304                 ('431', 'Continues in Part', 'Continues in Part', 0, 0, '', ''),
305                 ('432', 'Supersedes', 'Supersedes', 0, 0, '', ''),
306                 ('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, '', ''),
307                 ('434', 'Absorbed', 'Absorbed', 0, 0, '', ''),
308                 ('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, '', ''),
309                 ('436', 'Formed by Merger of ..., ... and ...', 'Formed by Merger of ..., ... and ...', 0, 0, '', ''),
310                 ('437', 'Separated from', 'Separated from', 0, 0, '', ''),
311                 ('440', 'Continued by', 'Continued by', 0, 0, '', ''),
312                 ('441', 'Continued in Part by', 'Continued in Part by', 0, 0, '', ''),
313                 ('442', 'Superseded by', 'Superseded by', 0, 0, '', ''),
314                 ('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, '', ''),
315                 ('444', 'Absorbed by', 'Absorbed by', 0, 0, '', ''),
316                 ('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, '', ''),
317                 ('446', 'Split into ..., ..., and ...', 'Split into ..., ..., and ...', 0, 0, '', ''),
318                 ('447', 'Merged with ..., ..., and ... to Form', 'Merged with ..., ..., and ... to Form', 0, 0, '', ''),
319                 ('448', 'Changed Back to', 'Changed Back to', 0, 0, '', ''),
320                 ('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, '', ''),
321                 ('452', 'Other Edition in the Another Medium', 'Other Edition in the Another Medium', 0, 0, '', ''),
322                 ('453', 'Translated as', 'Translated as', 0, 0, '', ''),
323                 ('454', 'Translation of', 'Translation of', 0, 0, '', ''),
324                 ('455', 'Reproduction of', 'Reproduction of', 0, 0, '', ''),
325                 ('456', 'Reproduced as', 'Reproduced as', 0, 0, '', ''),
326                 ('461', 'Level (Set)', 'Level (Set)', 0, 0, '', ''),
327                 ('462', 'Level (Subset)', 'Level (Subset)', 0, 0, '', ''),
328                 ('463', 'Level (Piece)', 'Level (Piece)', 0, 0, '', ''),
329                 ('464', 'Level (Piece-Analytic)', 'Level (Piece-Analytic)', 0, 0, '', ''),
330                 ('470', 'Item reviewed', 'Item reviewed', 0, 0, '', ''),
331                 ('481', 'Also Bound in this Volume', 'Also Bound in this Volume', 0, 0, '', ''),
332                 ('482', 'Bound With', 'Bound With', 0, 0, '', ''),
333                 ('488', 'Other Related Work', 'Other Related Work', 0, 0, '', ''),
334                 ('500', 'Uniform Title', 'Uniform Title', 0, 0, '', ''),
335                 ('501', 'Collective Uniform Title', 'Collective Uniform Title', 0, 0, '', ''),
336                 ('503', 'Uniform Conventional Heading', 'Uniform Conventional Heading', 0, 0, '', ''),
337                 ('510', 'Palellel Title Proper', 'Palellel Title Proper', 0, 0, '', ''),
338                 ('512', 'Cover Title', 'Cover Title', 0, 0, '', ''),
339                 ('513', 'Added Title - Page Title', 'Added Title - Page Title', 0, 0, '', ''),
340                 ('514', 'Caption Title', 'Caption Title', 0, 0, '', ''),
341                 ('515', 'Running Title', 'Running Title', 0, 0, '', ''),
342                 ('516', 'Spine Title', 'Spine Title', 0, 0, '', ''),
343                 ('517', 'Other Variant Titles', 'Other Variant Titles', 0, 0, '', ''),
344                 ('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 0, 0, '', ''),
345                 ('520', 'Former Title (Serials)', 'Former Title (Serials)', 0, 0, '', ''),
346                 ('530', 'Key Title (Serials)', 'Key Title (Serials)', 0, 0, '', ''),
347                 ('531', 'Abbreviated Title (Serials)', 'Abbreviated Title (Serials)', 0, 0, '', ''),
348                 ('532', 'Expanded Title', 'Expanded Title', 0, 0, '', ''),
349                 ('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 0, 0, '', ''),
350                 ('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 0, 0, '', ''),
351                 ('545', 'Section Title', 'Section Title', 0, 0, '', ''),
352                 ('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 0, 0, '', ''),
353                 ('601', 'Corporate Body Used as Subject', 'Corporate Body Used as Subject', 0, 0, '', ''),
354                 ('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 0, 0, '', ''),
355                 ('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 0, 0, '', ''),
356                 ('605', 'Title Used as Subject', 'Title Used as Subject', 0, 0, '', ''),
357                 ('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 0, 0, '', ''),
358                 ('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 0, 0, '', ''),
359                 ('608', 'Form, Genre of Phyisical Characteristics Heading', 'Form, Genre of Phyisical Characteristics Heading', 0, 0, '', ''),
360                 ('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 0, 0, '', ''),
361                 ('615', 'Subject Category', 'Subject Category', 0, 0, '', ''),
362                 ('620', 'Place Access', 'Place Access', 0, 0, '', ''),
363                 ('626', 'Technical Details Access (Computer Files)', 'Technical Details Access (Computer Files)', 0, 0, '', ''),
364                 ('660', 'Geographic Area Code', 'Geographic Area Code', 0, 0, '', ''),
365                 ('661', 'Time Period Code', 'Time Period Code', 0, 0, '', ''),
366                 ('670', 'PRECIS', 'PRECIS', 0, 0, '', ''),
367                 ('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 0, 0, '', ''),
368                 ('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 0, 0, '', ''),
369                 ('680', 'Library of Congress Classification', 'Library of Congress Classification', 0, 0, '', ''),
370                 ('686', 'Other Class Numbers', 'Other Class Numbers', 0, 0, '', ''),
371                 ('700', 'Personal Name - Primary Intellectual Responsibility', 'Personal Name - Primary Intellectual Responsibility', 0, 0, '', ''),
372                 ('701', 'Personal Name - Alternative Intellectual Responsibility', 'Personal Name - Alternative Intellectual Responsibility', 0, 0, '', ''),
373                 ('702', 'Personal Name - Secondary Intellectual Responsibility', 'Personal Name - Secondary Intellectual Responsibility', 0, 0, '', ''),
374                 ('710', 'Corporate Body - Primary Intellectual Responsibility', 'Corporate Body - Primary Intellectual Responsibility', 0, 0, '', ''),
375                 ('711', 'Corporate Body - Alternative Intellectual Responsibility', 'Corporate Body - Alternative Intellectual Responsibility', 0, 0, '', ''),
376                 ('712', 'Corporate Body - Secondary Intellectual Responsibility', 'Corporate Body - Secondary Intellectual Responsibility', 0, 0, '', ''),
377                 ('720', 'Family Name - Primary Intellectual Responsibility', 'Family Name - Primary Intellectual Responsibility', 0, 0, '', ''),
378                 ('721', 'Family Name - Alternative Intellectual Responsibility', 'Family Name - Alternative Intellectual Responsibility', 0, 0, '', ''),
379                 ('722', 'Family Name - Secondary Intellectual Responsibility', 'Family Name - Secondary Intellectual Responsibility', 0, 0, '', ''),
380                 ('801', 'Originating Source', 'Originating Source', 1, 0, '', ''),
381                 ('802', 'ISSN Centre', 'ISSN Centre', 0, 0, '', ''),
382                 ('830', 'General Cataloguer&#039s Note', 'General Cataloguer&#039s Note', 0, 0, '', ''),
383                 ('856', 'Electronic Location and Access', 'Electronic Location and Access', 0, 0, '', '');
384
385
386 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
387                 ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL),
388                 ('001', '@', 'control field', 'control field', 0, 1, '', 0, '', '', '', 0, 0, '', '', '', NULL),
389                 ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
390                 ('010', 'a', 'Number (ISBN)', 'Number (ISBN)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', '', NULL),
391                 ('010', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
392                 ('010', 'd', 'Terms of availability and/or Price', 'Terms of availability and/or Price', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
393                 ('010', 'z', 'Erroneous ISBN', 'Erroneous ISBN', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
394                 ('011', 'a', 'Number (ISSN)', 'Number (ISSN)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', '', NULL),
395                 ('011', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
396                 ('011', 'd', 'Terms of availability and/or price', 'Terms of availability and/or price', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
397                 ('011', 'y', 'Cancelled ISSN', 'Cancelled ISSN', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
398                 ('011', 'z', 'Erroneous ISSN', 'Erroneous ISSN', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
399                 ('012', '2', 'Fingerprint System Code', 'Fingerprint System Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
400                 ('012', '5', 'Institution to Which the Field Applies', 'Institution to Which the Field Applies', 0, 1, '', 0, '', '', '', 0, -5, '', '', '', NULL),
401                 ('012', 'a', 'Fingerprint', 'Fingerprint', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
402                 ('013', 'a', 'Number (ISMN)', 'Number (ISMN)', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
403                 ('013', 'b', 'Qualification', 'Qualification', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
404                 ('013', 'd', 'Terms of Availability and/or Price', 'Terms of Availability and/or Price', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
405                 ('013', 'z', 'Erroneous ISMN', 'Erroneous ISMN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
406                 ('014', '2', 'System Code', 'System Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
407                 ('014', 'a', 'Article Identifier', 'Article Identifier', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
408                 ('014', 'z', 'Erroneous Article Identifier', 'Erroneous Article Identifier', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
409                 ('020', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
410                 ('020', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
411                 ('020', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
412                 ('021', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
413                 ('021', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
414                 ('021', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
415                 ('022', 'a', 'Country Code', 'Country Code', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
416                 ('022', 'b', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
417                 ('022', 'z', 'Erroneous Number', 'Erroneous Number', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
418                 ('040', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
419                 ('040', 'z', 'Erroneous CODEN', 'Erroneous CODEN', 1, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
420                 ('071', 'a', 'Publisher\'s Number (Sound Recordings and Music)', 'Publisher\'s Number (Sound Recordings and Music)', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
421                 ('071', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -5, '', '', '', NULL),
422                 ('100', 'a', 'General Processing Data', 'General Processing Data', 0, 0, '', 1, '', '', 'unimarc_field_100.pl', 0, 0, '', '', '', NULL),
423                 ('101', 'a', 'Language of the Text, Soundtrack, etc.', 'Language of the Text, Soundtrack, etc.', 1, 0, '', 1, 'LAN', '', '', 0, 0, '', '', '', NULL),
424                 ('101', 'b', 'Language of Intermediate Text when Item is Not Translated from Original', 'Language of Intermediate Text when Item is Not Translated from Original', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
425                 ('101', 'c', 'Language of Original Work', 'Language of Original Work', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
426                 ('101', 'd', 'Language of Summary', 'Language of Summary', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
427                 ('101', 'e', 'Language of Contents Page', 'Language of Contents Page', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
428                 ('101', 'f', 'Language of Title Page if Different from Text', 'Language of Title Page if Different from Text', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
429                 ('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),
430                 ('101', 'h', 'Language of Libretto, etc.', 'Language of Libretto, etc.', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
431                 ('101', 'i', 'Language of Accompainying MAterial (Other than Summaries, Abstracts or Librettos', 'Language of Accompainying MAterial (Other than Summaries, Abstracts or Librettos', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
432                 ('101', 'j', 'Language of Subtitles', 'Language of Subtitles', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
433                 ('102', 'a', 'Country of Publication', 'Country of Publication', 1, 0, '', 1, 'COU', '', '', 0, 0, '', '', '', NULL),
434                 ('102', 'b', 'Locality of Publication', 'Locality of Publication', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
435                 ('105', 'a', 'Monograph Coded Data', 'Monograph Coded Data', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
436                 ('106', 'a', 'Textual Material Data - Physical Medium Designator', 'Textual Material Data - Physical Medium Designator', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
437                 ('110', 'a', 'Serial Coded Data', 'Serial Coded Data', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
438                 ('115', 'a', 'Coded Data - General', 'Coded Data - General', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
439                 ('115', 'b', 'Motion Picture Coded Data - Archivial', 'Motion Picture Coded Data - Archivial', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
440                 ('116', 'a', 'Coded Data for Graphics', 'Coded Data for Graphics', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
441                 ('117', 'a', 'Coded Data for Three-Dimensional Artefacts and Realia', 'Coded Data for Three-Dimensional Artefacts and Realia', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
442                 ('120', 'a', 'Cartographic Material Coded Data: Physical Attributes (General)', 'Cartographic Material Coded Data: Physical Attributes (General)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
443                 ('121', 'a', 'Cartographic Material Coded Data: Physical Attributes (General)', 'Cartographic Material Coded Data: Physical Attributes (General)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
444                 ('121', 'b', 'Aerial Photography and Remote Sensing Coded Data: Physical Attributes', 'Aerial Photography and Remote Sensing Coded Data: Physical Attributes', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
445                 ('122', 'a', 'Time Period, 9999 B.C. to Present', 'Time Period, 9999 B.C. to Present', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
446                 ('123', 'a', 'Type of Scale', 'Type of Scale', 0, 1, '', 1, '', '', '', 0, -5, '', '', '', NULL),
447                 ('123', 'b', 'Constant Ratio Linear Horizontal Scale', 'Constant Ratio Linear Horizontal Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
448                 ('123', 'c', 'Constant Ratio Linear Vertical Scale', 'Constant Ratio Linear Vertical Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
449                 ('123', 'd', 'Coordinates - Westernmost Longitude', 'Coordinates - Westernmost Longitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
450                 ('123', 'e', 'Coordinates - Easternmost Longitude', 'Coordinates - Easternmost Longitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
451                 ('123', 'f', 'Coordinates - Northernmost Latitude', 'Coordinates - Northernmost Latitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
452                 ('123', 'g', 'Coordinates - Southernmost Latitude', 'Coordinates - Southernmost Latitude', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
453                 ('123', 'h', 'Angular Scale', 'Angular Scale', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
454                 ('123', 'i', 'Declination - Northern Limit', 'Declination - Northern Limit', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
455                 ('123', 'j', 'Declination - Southern Limit', 'Declination - Southern Limit', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
456                 ('123', 'k', 'Right Ascension - Eastern Limits', 'Right Ascension - Eastern Limits', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
457                 ('123', 'm', 'Right Ascension - Western Limits', 'Right Ascension - Western Limits', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
458                 ('123', 'n', 'Equinox', 'Equinox', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
459                 ('123', 'o', 'Epoch', 'Epoch', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
460                 ('124', 'a', 'Character of Image', 'Character of Image', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
461                 ('124', 'b', 'Form of Cartographic Item', 'Form of Cartographic Item', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
462                 ('124', 'c', 'Presentation Technique for Photographic or Non-Photographic Image', 'Presentation Technique for Photographic or Non-Photographic Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
463                 ('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),
464                 ('124', 'e', 'Category of Satellite for Remote Sensing Image', 'Category of Satellite for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
465                 ('124', 'f', 'Name of Satellite for Remote Sensing Image', 'Name of Satellite for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
466                 ('124', 'g', 'Recording Technique for Remote Sensing Image', 'Recording Technique for Remote Sensing Image', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
467                 ('125', 'a', 'Format of Printed Music', 'Format of Printed Music', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
468                 ('125', 'b', 'Literary Text Indicator (Non-Music Performance)', 'Literary Text Indicator (Non-Music Performance)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
469                 ('126', 'a', 'Sound Recordings Coded Data (General)', 'Sound Recordings Coded Data (General)', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
470                 ('126', 'b', 'Sound Recordings Coded Data (Detail)', 'Sound Recordings Coded Data (Detail)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
471                 ('127', 'a', 'Duration', 'Duration', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
472                 ('128', 'a', 'Form of Composition', 'Form of Composition', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
473                 ('128', 'b', 'Instruments or Voices for Ensemble', 'Instruments or Voices for Ensemble', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
474                 ('128', 'c', 'Instruments or Voices for Soloists', 'Instruments or Voices for Soloists', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
475                 ('130', 'a', 'Microform Coded Data - Physical Attributes', 'Microform Coded Data - Physical Attributes', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
476                 ('131', 'a', 'Spheroid', 'Spheroid', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
477                 ('131', 'b', 'Horizontal Datum', 'Horizontal Datum', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
478                 ('131', 'c', 'Grid and Referencing System', 'Grid and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
479                 ('131', 'd', 'Overlapping and Referencing System', 'Overlapping and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
480                 ('131', 'e', 'Secondary Grid and Referencing System', 'Secondary Grid and Referencing System', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
481                 ('131', 'f', 'Vertical Datum', 'Vertical Datum', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
482                 ('131', 'g', 'unité de mesure pour l\'altitudeUnit of Measurement of Heighting', 'unité de mesure pour l\'altitudeUnit of Measurement of Heighting', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
483                 ('131', 'h', 'Contour Interval', 'Contour Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
484                 ('131', 'i', 'Supplementary Contour Interval', 'Supplementary Contour Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
485                 ('131', 'j', 'Unit of Measurement', 'Unit of Measurement', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
486                 ('131', 'k', 'Bathymetric Interval', 'Bathymetric Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
487                 ('131', 'l', 'Supplementary Bathymetric Interval', 'Supplementary Bathymetric Interval', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
488                 ('135', 'a', 'Coded Data for Computer Files', 'Coded Data for Computer Files', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
489                 ('140', 'a', 'Antiquarian Coded Data - General', 'Antiquarian Coded Data - General', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
490                 ('141', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 1, '', 1, '', '', '', 0, -5, '', '', '', NULL),
491                 ('141', 'a', 'Antiquarian Coded Data - Copy Specific Attributes', 'Antiquarian Coded Data - Copy Specific Attributes', 1, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
492                 ('200', '5', '(*) Nom de institution à laquelle s'applique cette zone', '(*) Nom de institution à laquelle s'applique cette zone', 0, 1, '', 2, '', '', '', 0, 0, '', '', '', NULL),
493                 ('200', 'a', 'Title Proper', 'Title Proper', 1, 1, 'biblio.title', 2, '', '', '', 0, 0, '', '', '', NULL),
494                 ('200', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
495                 ('200', 'c', 'Title Proper by Another Author', 'Title Proper by Another Author', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
496                 ('200', 'd', 'Paralel Title Proper', 'Paralel Title Proper', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
497                 ('200', 'e', 'Other Title Information', 'Other Title Information', 0, 1, '', 2, '', '', '', 0, 0, '', '', '', NULL),
498                 ('200', 'f', 'First Statement of Responsibility', 'First Statement of Responsibility', 0, 0, 'biblio.author', 2, '', '', '', 0, 0, '', '', '', NULL),
499                 ('200', 'g', 'Subsequent Statement of Responsibility', 'Subsequent Statement of Responsibility', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
500                 ('200', 'h', 'Number of a Part', 'Number of a Part', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
501                 ('200', 'i', 'Name of a Part', 'Name of a Part', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
502                 ('200', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
503                 ('200', 'z', 'Language of Paralel Title Proper', 'Language of Paralel Title Proper', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
504                 ('205', 'a', 'Edition Statement', 'Edition Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
505                 ('205', 'b', 'Issue Statement', 'Issue Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
506                 ('205', 'd', 'Parallel Edition Statement', 'Parallel Edition Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
507                 ('205', 'f', 'Statement of Responsibility Relating to Edition', 'Statement of Responsibility Relating to Edition', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
508                 ('205', 'g', 'Subsequent Statement of Responsibility Relating to Edition', 'Subsequent Statement of Responsibility Relating to Edition', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
509                 ('206', 'a', 'Mathematical Data Statement', 'Mathematical Data Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
510                 ('207', 'a', 'Numbering: Dates and Volume Designations', 'Numbering: Dates and Volume Designations', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
511                 ('207', 'z', 'Source of Numbering Information', 'Source of Numbering Information', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
512                 ('208', 'a', 'Printed Music Specific Statement', 'Printed Music Specific Statement', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
513                 ('208', 'd', 'Parallel Printed Music Specific Statemen(s)', 'Parallel Printed Music Specific Statemen(s)', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
514                 ('210', 'a', 'Place of Publication, Distribution, etc.', 'Place of Publication, Distribution, etc.', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
515                 ('210', 'b', 'Address of Publisher, Distributor, etc.', 'Address of Publisher, Distributor, etc.', 0, 1, '', 2, '', '', '', 0, 0, '', '', '', NULL),
516                 ('210', 'c', 'Name of Publisher, Distributor, etc.', 'Name of Publisher, Distributor, etc.', 0, 0, 'biblioitems.publishercode', 2, '', '', 'unimarc_field_210c.pl', 0, 0, '', '', '', NULL),
517                 ('210', 'd', 'Data of Publication, Distribution, etc.', 'Data of Publication, Distribution, etc.', 0, 0, 'biblioitems.publicationyear', 2, '', '', '', 0, 0, '', '', '', NULL),
518                 ('210', 'e', 'Place of Manifacture', 'Place of Manifacture', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
519                 ('210', 'f', 'Address of Manifacturer', 'Address of Manifacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
520                 ('210', 'g', 'Name of Manifacturer', 'Name of Manifacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
521                 ('210', 'h', 'Data of Manifacture', 'Data of Manifacture', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
522                 ('211', 'a', 'Date', 'Date', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
523                 ('215', 'a', 'Specific Material Designation and Extent of Item', 'Specific Material Designation and Extent of Item', 0, 0, 'biblioitems.pages', 2, '', '', '', 0, 0, '', '', '', NULL),
524                 ('215', 'c', 'Other Physical Details', 'Other Physical Details', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
525                 ('215', 'd', 'Dimensions', 'Dimensions', 0, 0, 'biblioitems.size', 2, '', '', '', 0, 0, '', '', '', NULL),
526                 ('215', 'e', 'Accompanying Material', 'Accompanying Material', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
527                 ('225', 'a', 'Series Title', 'Series Title', 0, 0, 'biblio.seriestitle', 2, '', '', 'unimarc_field_225a.pl', 0, 0, '', '', '', NULL),
528                 ('225', 'd', 'Parallel Series Title', 'Parallel Series Title', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
529                 ('225', 'e', 'Other Title Information', 'Other Title Information', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
530                 ('225', 'f', 'Statement of Responsibility', 'Statement of Responsibility', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
531                 ('225', 'h', 'Number of a Part', 'Number of a Part', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
532                 ('225', 'i', 'Name of a Part', 'Name of a Part', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
533                 ('225', 'v', 'Volume Designation', 'Volume Designation', 0, 0, 'biblioitems.volume', 2, '', '', '', 0, 0, '', '', '', NULL),
534                 ('225', 'x', 'ISSN of a Series', 'ISSN of a Series', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
535                 ('225', 'z', 'Language of Parallel Title', 'Language of Parallel Title', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
536                 ('230', 'a', 'Designation and Extent of File', 'Designation and Extent of File', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL),
537                 ('300', 'a', 'Text of Note', 'Text of Note', 0, 0, 'biblio.notes', 3, '', '', '', 0, 0, '', '', '', NULL),
538                 ('301', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
539                 ('302', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
540                 ('303', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
541                 ('304', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
542                 ('305', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
543                 ('306', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
544                 ('307', 'a', 'texte de la note', 'texte de la note', 0, 0, '', 3, '', '', '', NULL, NULL, '', NULL, NULL, NULL),
545                 ('308', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
546                 ('310', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
547                 ('311', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
548                 ('312', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
549                 ('313', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
550                 ('314', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
551                 ('315', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
552                 ('316', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
553                 ('317', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
554                 ('318', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 1, '', 3, '', '', '', 0, -5, '', '', '', NULL),
555                 ('318', 'a', 'Action', 'Action', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
556                 ('318', 'b', 'Action Identification', 'Action Identification', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
557                 ('318', 'c', 'Time of Action', 'Time of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
558                 ('318', 'd', 'Action Interval', 'Action Interval', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
559                 ('318', 'e', 'Contingency for Action', 'Contingency for Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
560                 ('318', 'f', 'Authorization', 'Authorization', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
561                 ('318', 'h', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
562                 ('318', 'i', 'Method of Action', 'Method of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
563                 ('318', 'j', 'Site of Action', 'Site of Action', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
564                 ('318', 'k', 'Action Agent', 'Action Agent', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
565                 ('318', 'l', 'Status', 'Status', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
566                 ('318', 'n', 'Extent', 'Extent', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
567                 ('318', 'o', 'Type of Unit', 'Type of Unit', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
568                 ('318', 'p', 'Nonpublic Note', 'Nonpublic Note', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
569                 ('318', 'r', 'Public Note', 'Public Note', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
570                 ('320', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
571                 ('321', 'a', 'Indexes, Abstracts, References Note', 'Indexes, Abstracts, References Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
572                 ('321', 'b', 'Dates of Coverage', 'Dates of Coverage', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
573                 ('321', 'x', 'ISSN', 'ISSN', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
574                 ('322', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
575                 ('323', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
576                 ('324', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
577                 ('325', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
578                 ('326', 'a', 'Frequency', 'Frequency', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
579                 ('326', 'b', 'Dates of Frequency', 'Dates of Frequency', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
580                 ('327', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
581                 ('328', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
582                 ('330', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
583                 ('332', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
584                 ('333', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
585                 ('336', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
586                 ('337', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
587                 ('345', 'a', 'Source of Acquisition/Subscription Address', 'Source of Acquisition/Subscription Address', 0, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
588                 ('345', 'b', 'Stock Number', 'Stock Number', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
589                 ('345', 'c', 'Medium', 'Medium', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
590                 ('345', 'd', 'Terms of Availability', 'Terms of Availability', 1, 0, '', 3, '', '', '', 0, -5, '', '', '', NULL),
591                 ('410', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
592                 ('410', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
593                 ('410', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
594                 ('410', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
595                 ('410', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
596                 ('410', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
597                 ('410', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
598                 ('410', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
599                 ('410', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
600                 ('410', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
601                 ('410', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
602                 ('410', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
603                 ('410', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
604                 ('410', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
605                 ('410', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
606                 ('410', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
607                 ('411', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
608                 ('411', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
609                 ('411', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
610                 ('411', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
611                 ('411', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
612                 ('411', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
613                 ('411', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
614                 ('411', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
615                 ('411', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
616                 ('411', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
617                 ('411', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
618                 ('411', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
619                 ('411', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
620                 ('411', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
621                 ('411', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
622                 ('411', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
623                 ('421', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
624                 ('421', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
625                 ('421', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
626                 ('421', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
627                 ('421', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
628                 ('421', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
629                 ('421', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
630                 ('421', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
631                 ('421', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
632                 ('421', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
633                 ('421', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
634                 ('421', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
635                 ('421', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
636                 ('421', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
637                 ('421', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
638                 ('421', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
639                 ('422', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
640                 ('422', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
641                 ('422', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
642                 ('422', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
643                 ('422', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
644                 ('422', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
645                 ('422', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
646                 ('422', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
647                 ('422', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
648                 ('422', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
649                 ('422', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
650                 ('422', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
651                 ('422', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
652                 ('422', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
653                 ('422', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
654                 ('422', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
655                 ('423', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
656                 ('423', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
657                 ('423', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
658                 ('423', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
659                 ('423', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
660                 ('423', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
661                 ('423', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
662                 ('423', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
663                 ('423', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
664                 ('423', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
665                 ('423', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
666                 ('423', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
667                 ('423', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
668                 ('423', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
669                 ('423', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
670                 ('423', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
671                 ('430', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
672                 ('430', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
673                 ('430', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
674                 ('430', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
675                 ('430', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
676                 ('430', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
677                 ('430', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
678                 ('430', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
679                 ('430', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
680                 ('430', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
681                 ('430', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
682                 ('430', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
683                 ('430', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
684                 ('430', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
685                 ('430', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
686                 ('430', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
687                 ('431', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
688                 ('431', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
689                 ('431', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
690                 ('431', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
691                 ('431', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
692                 ('431', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
693                 ('431', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
694                 ('431', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
695                 ('431', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
696                 ('431', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
697                 ('431', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
698                 ('431', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
699                 ('431', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
700                 ('431', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
701                 ('431', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
702                 ('431', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
703                 ('432', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
704                 ('432', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
705                 ('432', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
706                 ('432', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
707                 ('432', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
708                 ('432', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
709                 ('432', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
710                 ('432', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
711                 ('432', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
712                 ('432', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
713                 ('432', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
714                 ('432', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
715                 ('432', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
716                 ('432', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
717                 ('432', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
718                 ('432', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
719                 ('433', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
720                 ('433', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
721                 ('433', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
722                 ('433', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
723                 ('433', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
724                 ('433', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
725                 ('433', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
726                 ('433', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
727                 ('433', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
728                 ('433', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
729                 ('433', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
730                 ('433', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
731                 ('433', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
732                 ('433', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
733                 ('433', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
734                 ('433', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
735                 ('434', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
736                 ('434', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
737                 ('434', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
738                 ('434', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
739                 ('434', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
740                 ('434', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
741                 ('434', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
742                 ('434', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
743                 ('434', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
744                 ('434', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
745                 ('434', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
746                 ('434', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
747                 ('434', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
748                 ('434', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
749                 ('434', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
750                 ('434', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
751                 ('435', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
752                 ('435', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
753                 ('435', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
754                 ('435', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
755                 ('435', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
756                 ('435', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
757                 ('435', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
758                 ('435', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
759                 ('435', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
760                 ('435', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
761                 ('435', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
762                 ('435', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
763                 ('435', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
764                 ('435', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
765                 ('435', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
766                 ('435', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
767                 ('436', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
768                 ('436', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
769                 ('436', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
770                 ('436', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
771                 ('436', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
772                 ('436', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
773                 ('436', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
774                 ('436', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
775                 ('436', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
776                 ('436', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
777                 ('436', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
778                 ('436', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
779                 ('436', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
780                 ('436', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
781                 ('436', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
782                 ('436', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
783                 ('437', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
784                 ('437', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
785                 ('437', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
786                 ('437', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
787                 ('437', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
788                 ('437', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
789                 ('437', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
790                 ('437', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
791                 ('437', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
792                 ('437', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
793                 ('437', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
794                 ('437', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
795                 ('437', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
796                 ('437', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
797                 ('437', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
798                 ('437', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
799                 ('440', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
800                 ('440', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
801                 ('440', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
802                 ('440', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
803                 ('440', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
804                 ('440', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
805                 ('440', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
806                 ('440', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
807                 ('440', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
808                 ('440', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
809                 ('440', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
810                 ('440', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
811                 ('440', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
812                 ('440', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
813                 ('440', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
814                 ('440', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
815                 ('441', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
816                 ('441', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
817                 ('441', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
818                 ('441', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
819                 ('441', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
820                 ('441', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
821                 ('441', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
822                 ('441', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
823                 ('441', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
824                 ('441', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
825                 ('441', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
826                 ('441', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
827                 ('441', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
828                 ('441', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
829                 ('441', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
830                 ('441', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
831                 ('442', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
832                 ('442', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
833                 ('442', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
834                 ('442', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
835                 ('442', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
836                 ('442', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
837                 ('442', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
838                 ('442', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
839                 ('442', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
840                 ('442', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
841                 ('442', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
842                 ('442', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
843                 ('442', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
844                 ('442', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
845                 ('442', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
846                 ('442', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
847                 ('443', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
848                 ('443', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
849                 ('443', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
850                 ('443', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
851                 ('443', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
852                 ('443', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
853                 ('443', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
854                 ('443', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
855                 ('443', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
856                 ('443', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
857                 ('443', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
858                 ('443', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
859                 ('443', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
860                 ('443', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
861                 ('443', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
862                 ('443', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
863                 ('444', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
864                 ('444', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
865                 ('444', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
866                 ('444', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
867                 ('444', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
868                 ('444', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
869                 ('444', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
870                 ('444', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
871                 ('444', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
872                 ('444', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
873                 ('444', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
874                 ('444', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
875                 ('444', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
876                 ('444', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
877                 ('444', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
878                 ('444', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
879                 ('445', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
880                 ('445', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
881                 ('445', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
882                 ('445', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
883                 ('445', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
884                 ('445', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
885                 ('445', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
886                 ('445', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
887                 ('445', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
888                 ('445', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
889                 ('445', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
890                 ('445', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
891                 ('445', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
892                 ('445', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
893                 ('445', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
894                 ('445', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
895                 ('446', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
896                 ('446', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
897                 ('446', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
898                 ('446', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
899                 ('446', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
900                 ('446', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
901                 ('446', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
902                 ('446', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
903                 ('446', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
904                 ('446', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
905                 ('446', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
906                 ('446', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
907                 ('446', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
908                 ('446', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
909                 ('446', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
910                 ('446', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
911                 ('447', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
912                 ('447', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
913                 ('447', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
914                 ('447', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
915                 ('447', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
916                 ('447', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
917                 ('447', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
918                 ('447', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
919                 ('447', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
920                 ('447', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
921                 ('447', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
922                 ('447', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
923                 ('447', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
924                 ('447', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
925                 ('447', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
926                 ('447', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
927                 ('448', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
928                 ('448', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
929                 ('448', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
930                 ('448', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
931                 ('448', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
932                 ('448', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
933                 ('448', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
934                 ('448', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
935                 ('448', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
936                 ('448', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
937                 ('448', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
938                 ('448', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
939                 ('448', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
940                 ('448', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
941                 ('448', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
942                 ('448', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
943                 ('451', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
944                 ('451', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
945                 ('451', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
946                 ('451', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
947                 ('451', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
948                 ('451', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
949                 ('451', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
950                 ('451', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
951                 ('451', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
952                 ('451', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
953                 ('451', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
954                 ('451', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
955                 ('451', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
956                 ('451', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
957                 ('451', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
958                 ('451', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
959                 ('452', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
960                 ('452', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
961                 ('452', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
962                 ('452', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
963                 ('452', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
964                 ('452', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
965                 ('452', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
966                 ('452', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
967                 ('452', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
968                 ('452', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
969                 ('452', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
970                 ('452', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
971                 ('452', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
972                 ('452', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
973                 ('452', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
974                 ('452', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
975                 ('453', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
976                 ('453', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
977                 ('453', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
978                 ('453', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
979                 ('453', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
980                 ('453', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
981                 ('453', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
982                 ('453', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
983                 ('453', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
984                 ('453', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
985                 ('453', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
986                 ('453', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
987                 ('453', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
988                 ('453', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
989                 ('453', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
990                 ('453', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
991                 ('454', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
992                 ('454', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
993                 ('454', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
994                 ('454', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
995                 ('454', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
996                 ('454', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
997                 ('454', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
998                 ('454', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
999                 ('454', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1000                 ('454', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1001                 ('454', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1002                 ('454', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1003                 ('454', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1004                 ('454', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1005                 ('454', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1006                 ('454', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1007                 ('455', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1008                 ('455', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1009                 ('455', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1010                 ('455', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1011                 ('455', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1012                 ('455', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1013                 ('455', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1014                 ('455', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1015                 ('455', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1016                 ('455', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1017                 ('455', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1018                 ('455', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1019                 ('455', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1020                 ('455', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1021                 ('455', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1022                 ('455', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1023                 ('456', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1024                 ('456', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1025                 ('456', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1026                 ('456', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1027                 ('456', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1028                 ('456', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1029                 ('456', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1030                 ('456', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1031                 ('456', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1032                 ('456', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1033                 ('456', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1034                 ('456', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1035                 ('456', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1036                 ('456', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1037                 ('456', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1038                 ('456', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1039                 ('461', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1040                 ('461', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1041                 ('461', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1042                 ('461', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1043                 ('461', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1044                 ('461', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1045                 ('461', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1046                 ('461', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1047                 ('461', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1048                 ('461', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1049                 ('461', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1050                 ('461', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1051                 ('461', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1052                 ('461', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1053                 ('461', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1054                 ('461', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1055                 ('462', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1056                 ('462', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1057                 ('462', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1058                 ('462', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1059                 ('462', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1060                 ('462', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1061                 ('462', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1062                 ('462', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1063                 ('462', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1064                 ('462', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1065                 ('462', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1066                 ('462', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1067                 ('462', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1068                 ('462', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1069                 ('462', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1070                 ('462', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1071                 ('463', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1072                 ('463', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1073                 ('463', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1074                 ('463', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1075                 ('463', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1076                 ('463', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1077                 ('463', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1078                 ('463', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1079                 ('463', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1080                 ('463', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1081                 ('463', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1082                 ('463', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1083                 ('463', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1084                 ('463', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1085                 ('463', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1086                 ('463', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1087                 ('464', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1088                 ('464', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1089                 ('464', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1090                 ('464', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1091                 ('464', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1092                 ('464', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1093                 ('464', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1094                 ('464', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1095                 ('464', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1096                 ('464', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1097                 ('464', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1098                 ('464', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1099                 ('464', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1100                 ('464', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1101                 ('464', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1102                 ('464', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1103                 ('470', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1104                 ('470', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1105                 ('470', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1106                 ('470', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1107                 ('470', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1108                 ('470', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1109                 ('470', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1110                 ('470', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1111                 ('470', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1112                 ('470', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1113                 ('470', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1114                 ('470', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1115                 ('470', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1116                 ('470', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1117                 ('470', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1118                 ('470', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1119                 ('481', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1120                 ('481', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1121                 ('481', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1122                 ('481', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1123                 ('481', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1124                 ('481', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1125                 ('481', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1126                 ('481', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1127                 ('481', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1128                 ('481', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1129                 ('481', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1130                 ('481', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1131                 ('481', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1132                 ('481', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1133                 ('481', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1134                 ('481', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1135                 ('482', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1136                 ('482', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1137                 ('482', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1138                 ('482', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1139                 ('482', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1140                 ('482', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1141                 ('482', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1142                 ('482', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1143                 ('482', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1144                 ('482', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1145                 ('482', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1146                 ('482', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1147                 ('482', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1148                 ('482', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1149                 ('482', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1150                 ('482', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1151                 ('488', '0', 'Bibliographic Record Identifier', 'Bibliographic Record Identifier', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1152                 ('488', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1153                 ('488', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1154                 ('488', 'a', 'Author', 'Author', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1155                 ('488', 'c', 'Place of Publication', 'Place of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1156                 ('488', 'd', 'Date of Publication', 'Date of Publication', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1157                 ('488', 'e', 'Edition Statement', 'Edition Statement', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1158                 ('488', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1159                 ('488', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1160                 ('488', 'p', 'Physical Description', 'Physical Description', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1161                 ('488', 't', 'Title', 'Title', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1162                 ('488', 'u', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1163                 ('488', 'v', 'Volume Number', 'Volume Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1164                 ('488', 'x', 'ISSN', 'ISSN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1165                 ('488', 'y', 'ISBN/International Standard Music Number', 'ISBN/International Standard Music Number', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1166                 ('488', 'z', 'CODEN', 'CODEN', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
1167                 ('500', '2', 'System Code', 'System Code', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1168                 ('500', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1169                 ('500', 'a', 'Uniform Title', 'Uniform Title', 0, 0, 'biblio.unititle', 5, '', '', '', 0, 0, '', '', '', NULL),
1170                 ('500', 'b', 'General Material Designation', 'General Material Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1171                 ('500', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1172                 ('500', 'i', 'Name of Section or Part', 'Name of Section or Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1173                 ('500', 'k', 'Date of Publication', 'Date of Publication', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1174                 ('500', 'l', 'Form Subheading', 'Form Subheading', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1175                 ('500', 'm', 'Language (when Part of a Heading)', 'Language (when Part of a Heading)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1176                 ('500', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1177                 ('500', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1178                 ('500', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1179                 ('500', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1180                 ('500', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1181                 ('500', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1182                 ('500', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1183                 ('500', 'x', 'Topical Subdivision', 'Topical Subdivision', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1184                 ('500', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1185                 ('500', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1186                 ('501', '2', 'System Code', 'System Code', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1187                 ('501', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1188                 ('501', 'a', 'Collective Uniform Title', 'Collective Uniform Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1189                 ('501', 'b', 'General Material Designation', 'General Material Designation', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1190                 ('501', 'e', 'Collective Uniform Subtitle', 'Collective Uniform Subtitle', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1191                 ('501', 'k', 'Date of Publication', 'Date of Publication', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1192                 ('501', 'm', 'Language (when Part of A Heading)', 'Language (when Part of A Heading)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1193                 ('501', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1194                 ('501', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1195                 ('501', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1196                 ('501', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1197                 ('501', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1198                 ('501', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1199                 ('501', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1200                 ('503', 'a', 'Form Heading Proper', 'Form Heading Proper', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1201                 ('503', 'b', 'Form Subheading', 'Form Subheading', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1202                 ('503', 'd', 'Month and Day', 'Month and Day', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1203                 ('503', 'e', 'Surname of Person', 'Surname of Person', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1204                 ('503', 'f', 'Forename', 'Forename', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1205                 ('503', 'h', 'Personal Name Qualifier', 'Personal Name Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1206                 ('503', 'i', 'Ttle of Part', 'Ttle of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1207                 ('503', 'j', 'Year', 'Year', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1208                 ('503', 'k', 'Numeration (Arabic)', 'Numeration (Arabic)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1209                 ('503', 'l', 'Numeration (Roman)', 'Numeration (Roman)', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1210                 ('503', 'm', 'Locality', 'Locality', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1211                 ('503', 'n', 'Institution in Locality', 'Institution in Locality', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1212                 ('510', 'a', 'Parallel Title', 'Parallel Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1213                 ('510', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1214                 ('510', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1215                 ('510', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1216                 ('510', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1217                 ('510', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1218                 ('510', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1219                 ('512', 'a', 'Cover Title', 'Cover Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1220                 ('512', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1221                 ('513', 'a', 'Added Title - Page Title', 'Added Title - Page Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1222                 ('513', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1223                 ('513', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1224                 ('513', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1225                 ('514', 'a', 'Caption Title', 'Caption Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1226                 ('514', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1227                 ('515', 'a', 'Running Title', 'Running Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1228                 ('516', 'a', 'Spine Title', 'Spine Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1229                 ('516', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1230                 ('517', 'a', 'Variant Title', 'Variant Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1231                 ('517', 'e', 'Other Title Information', 'Other Title Information', 0, 0, '', 5, '', '', NULL, 0, 0, '', '', '', NULL),
1232                 ('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),
1233                 ('518', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1234                 ('518', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1235                 ('518', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1236                 ('518', 'j', 'Volume or Dates Associated with Title', 'Volume or Dates Associated with Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1237                 ('518', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1238                 ('518', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1239                 ('520', 'a', 'Former Title Proper', 'Former Title Proper', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1240                 ('520', 'e', 'Other Title Information', 'Other Title Information', 1, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1241                 ('520', 'h', 'Number of Part', 'Number of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1242                 ('520', 'i', 'Name of Part', 'Name of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1243                 ('520', 'j', 'Volumes or Dates of Former Title', 'Volumes or Dates of Former Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1244                 ('520', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1245                 ('520', 'x', 'ISSN of Former Title', 'ISSN of Former Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1246                 ('530', 'a', 'Key Title', 'Key Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1247                 ('530', 'b', 'Qualifier', 'Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1248                 ('530', 'j', 'Volume or Dates Associated with Key Title', 'Volume or Dates Associated with Key Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1249                 ('530', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1250                 ('531', 'a', 'Abbreviated Title', 'Abbreviated Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1251                 ('531', 'b', 'Qualifier', 'Qualifier', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1252                 ('531', 'v', 'Volume Designation', 'Volume Designation', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1253                 ('532', 'a', 'Expanded Title', 'Expanded Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1254                 ('532', 'z', 'Language of Title', 'Language of Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1255                 ('540', 'a', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1256                 ('541', 'a', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1257                 ('541', 'e', 'Other Title Information', 'Other Title Information', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1258                 ('541', 'h', 'Number of Part', 'Number of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1259                 ('541', 'i', 'Name of Part', 'Name of Part', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1260                 ('541', 'z', 'Language of Translated Title', 'Language of Translated Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1261                 ('545', 'a', 'Section Title', 'Section Title', 0, 0, '', 5, '', '', '', 0, -5, '', '', '', NULL),
1262                 ('600', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1263                 ('600', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1264                 ('600', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1265                 ('600', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1266                 ('600', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1267                 ('600', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1268                 ('600', 'f', 'Dates', 'Dates', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1269                 ('600', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1270                 ('600', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1271                 ('600', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1272                 ('601', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1273                 ('601', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1274                 ('601', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1275                 ('601', 'b', 'Subdivision (or Name if Entered under Place)', 'Subdivision (or Name if Entered under Place)', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1276                 ('601', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1277                 ('601', 'd', 'Number of Meeting', 'Number of Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1278                 ('601', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1279                 ('601', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1280                 ('601', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1281                 ('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),
1282                 ('601', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1283                 ('601', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1284                 ('601', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1285                 ('602', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1286                 ('602', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1287                 ('602', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1288                 ('602', 'f', 'Dates', 'Dates', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1289                 ('602', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1290                 ('602', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1291                 ('602', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1292                 ('604', '1', 'Linking Data', 'Linking Data', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1293                 ('605', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1294                 ('605', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1295                 ('605', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1296                 ('605', 'h', 'Number of Part', 'Number of Part', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1297                 ('605', 'i', 'Name of Part', 'Name of Part', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1298                 ('605', 'k', 'Date of Publication', 'Date of Publication', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1299                 ('605', 'l', 'Form Subheading', 'Form Subheading', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1300                 ('605', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1301                 ('605', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1302                 ('605', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1303                 ('605', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1304                 ('605', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1305                 ('605', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1306                 ('606', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1307                 ('606', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1308                 ('606', '9', 'Koha Internal code', 'Koha Internal code', 0, 0, '', 6, '', '', '', 0, 1, '', '', '', NULL),
1309                 ('606', 'a', 'Entry Element', 'Entry Element', 0, 1, 'bibliosubject.subject', 6, '', '', '', 0, 0, '', '', '', NULL),
1310                 ('606', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1311                 ('606', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1312                 ('606', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1313                 ('607', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1314                 ('607', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1315                 ('607', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1316                 ('607', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1317                 ('607', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1318                 ('607', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1319                 ('608', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1320                 ('608', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1321                 ('608', '5', 'Institution to Which Field Applies', 'Institution to Which Field Applies', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1322                 ('608', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1323                 ('608', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1324                 ('608', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1325                 ('608', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1326                 ('610', 'a', 'Subject Term', 'Subject Term', 0, 1, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1327                 ('615', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1328                 ('615', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1329                 ('615', 'a', 'Subject Category Entry Element Text', 'Subject Category Entry Element Text', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1330                 ('615', 'm', 'Subject Category Subdivision Text', 'Subject Category Subdivision Text', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1331                 ('615', 'n', 'Subject Category Code', 'Subject Category Code', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1332                 ('615', 'x', 'Subject Category Subdivision Code', 'Subject Category Subdivision Code', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1333                 ('620', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1334                 ('620', 'a', 'Country', 'Country', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1335                 ('620', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1336                 ('620', 'c', 'County', 'County', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1337                 ('620', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1338                 ('626', 'a', 'Make and Model of Machines', 'Make and Model of Machines', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1339                 ('626', 'b', 'Programming Language', 'Programming Language', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1340                 ('626', 'c', 'Operating System', 'Operating System', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1341                 ('660', 'a', 'Geographic Area Code', 'Geographic Area Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1342                 ('661', 'a', 'Time Period Code', 'Time Period Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1343                 ('670', 'b', 'Subject Indicator Number', 'Subject Indicator Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1344                 ('670', 'c', 'String', 'String', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1345                 ('670', 'e', 'Reference Indicator Number', 'Reference Indicator Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1346                 ('670', 'z', 'Language of Terms', 'Language of Terms', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1347                 ('675', 'a', 'Number', 'Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1348                 ('675', 'v', 'Edition', 'Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1349                 ('675', 'z', 'Language of Edition', 'Language of Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1350                 ('676', 'a', 'Number', 'Number', 0, 0, 'biblioitems.dewey', 6, '', '', '', 0, 0, '', '', '', NULL),
1351                 ('676', 'v', 'Edition', 'Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1352                 ('676', 'z', 'Language of Edition', 'Language of Edition', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1353                 ('680', 'a', 'Class Number', 'Class Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1354                 ('680', 'b', 'Book Number', 'Book Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1355                 ('686', '2', 'System Code', 'System Code', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1356                 ('686', 'a', 'Class Number', 'Class Number', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1357                 ('686', 'b', 'Book Number', 'Book Number', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1358                 ('686', 'c', 'Classification Subdivision', 'Classification Subdivision', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
1359                 ('700', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1360                 ('700', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1361                 ('700', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 1, '', '', '', NULL),
1362                 ('700', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', 'PER', '', 0, 0, '', '', '', NULL),
1363                 ('700', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1364                 ('700', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1365                 ('700', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1366                 ('700', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1367                 ('700', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1368                 ('700', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1369                 ('701', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1370                 ('701', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1371                 ('701', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1372                 ('701', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1373                 ('701', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1374                 ('701', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1375                 ('701', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1376                 ('701', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1377                 ('701', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1378                 ('701', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1379                 ('702', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1380                 ('702', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1381                 ('702', '9', 'Koha Internal Code', 'Koha Internal Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1382                 ('702', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1383                 ('702', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1384                 ('702', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1385                 ('702', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1386                 ('702', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1387                 ('702', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1388                 ('702', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1389                 ('710', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1390                 ('710', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1391                 ('710', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1392                 ('710', 'b', 'Subdivision', 'Subdivision', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1393                 ('710', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1394                 ('710', 'd', 'Number of Meeting', 'Number of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1395                 ('710', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1396                 ('710', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1397                 ('710', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1398                 ('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),
1399                 ('710', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1400                 ('711', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1401                 ('711', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1402                 ('711', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1403                 ('711', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1404                 ('711', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1405                 ('711', 'd', 'Number of Meeting', 'Number of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1406                 ('711', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1407                 ('711', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1408                 ('711', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1409                 ('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),
1410                 ('711', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1411                 ('712', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1412                 ('712', '4', 'Relator Code', 'Relator Code', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1413                 ('712', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1414                 ('712', 'b', 'Subdivision', 'Subdivision', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1415                 ('712', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1416                 ('712', 'd', 'Number of Meeting', 'Number of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1417                 ('712', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1418                 ('712', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1419                 ('712', 'g', 'Inverted Element', 'Inverted Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1420                 ('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),
1421                 ('712', 'p', 'Affiliation/Address', 'Affiliation/Address', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1422                 ('720', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1423                 ('720', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1424                 ('720', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1425                 ('720', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1426                 ('721', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1427                 ('721', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1428                 ('721', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1429                 ('721', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1430                 ('722', '3', 'Authority Code Number', 'Authority Code Number', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1431                 ('722', '4', 'Relator Code', 'Relator Code', 1, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1432                 ('722', 'a', 'Entry Element', 'Entry Element', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1433                 ('722', 'f', 'Dates', 'Dates', 0, 0, '', 7, '', '', '', 0, 0, '', '', '', NULL),
1434                 ('801', '2', '(*) code du format utilisé', '(*) code du format utilisé', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1435                 ('801', 'a', 'Country', 'Country', 0, 1, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1436                 ('801', 'b', 'Agency', 'Agency', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1437                 ('801', 'c', 'Date of Transaction', 'Date of Transaction', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1438                 ('801', 'g', 'Cataloguing Rules (Descriptive Conventions)', 'Cataloguing Rules (Descriptive Conventions)', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1439                 ('802', 'a', 'ISSN Centre Code', 'ISSN Centre Code', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1440                 ('830', 'a', 'Text of Note', 'Text of Note', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1441                 ('856', 'a', 'Host Name', 'Host Name', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1442                 ('856', 'b', 'Access Number', 'Access Number', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1443                 ('856', 'c', 'Compression Information', 'Compression Information', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1444                 ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1445                 ('856', 'e', 'Data and Hour of Consultation and Access', 'Data and Hour of Consultation and Access', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1446                 ('856', 'f', 'Electronic Name', 'Electronic Name', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1447                 ('856', 'g', 'Uniform Resource Name (URN)', 'Uniform Resource Name (URN)', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1448                 ('856', 'h', 'Processor of Request', 'Processor of Request', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1449                 ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1450                 ('856', 'j', 'Bits per Second', 'Bits per Second', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1451                 ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1452                 ('856', 'l', 'Logon/login', 'Logon/login', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1453                 ('856', 'm', 'Contact for Access Assistance', 'Contact for Access Assistance', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1454                 ('856', 'n', 'Location of Host in Subfield $a', 'Location of Host in Subfield $a', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1455                 ('856', 'o', 'Operating System', 'Operating System', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1456                 ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1457                 ('856', 'q', 'Electronic Format Type', 'Electronic Format Type', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1458                 ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1459                 ('856', 's', 'File Size', 'File Size', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1460                 ('856', 't', 'Terminal Emulation', 'Terminal Emulation', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1461                 ('856', 'u', 'URL', 'URL', 1, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', '', NULL),
1462                 ('856', 'v', 'Hours Access Method Available', 'Hours Access Method Available', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1463                 ('856', 'w', 'Record Control Number', 'Record Control Number', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1464                 ('856', 'x', 'Nonpublic Note', 'Nonpublic Note', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1465                 ('856', 'y', 'Access Method', 'Access Method', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
1466                 ('856', 'z', 'Public Note', 'Public Note', 1, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL);
1467
1468